Whamcloud - gitweb
LU-13482 utils: bandwidth limit for lfs migrate
[fs/lustre-release.git] / lustre / doc / lfs-migrate.1
index 3991c9f..02dd7bb 100644 (file)
@@ -72,6 +72,20 @@ write operations synchronous.  Using the
 .B --non-direct
 option uses buffered read/write operations, which may improve migration
 speed at the cost of more CPU and memory overhead.
+.br
+This option cannot be used on encrypted files when the encryption key is not
+available. It will result in
+.B
+-ENOKEY.
+.TP
+.BR -W , --bandwidth
+Limit how much file system bandwidth a migrate job can consume.
+.TP
+.BR --stats
+Output verbose stats about migrate job progress in YAML format.
+.TP
+.BR --stats-interval
+Controls how often the stats are output; this defaults to 5 seconds.
 .TP
 .BR -v , --verbose
 Print each filename as it is migrated.