From: Patrick Farrell Date: Wed, 20 Feb 2019 20:04:41 +0000 (-0500) Subject: LU-11982 utils: Correct lfs migrate help X-Git-Tag: 2.12.52~13 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=1e7158d15ed8adad0e8d94cb61bf889c0adcd825;hp=f39a552922ca2db0c6974374fa3a917a34a4a747 LU-11982 utils: Correct lfs migrate help Correct lfs migrate help to correctly describe block/non-block behavior. Signed-off-by: Patrick Farrell Change-Id: Id7c01df08514ecc1b3968ef92a466bd8f5d9e656 Reviewed-on: https://review.whamcloud.com/34284 Tested-by: Jenkins Reviewed-by: Ben Evans Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 3fe36f2..0ae49c3 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -570,8 +570,8 @@ command_t cmdlist[] = { "\tstripe_size: number of bytes to store before moving to the next OST\n" "\tpool_name: name of the predefined pool of OSTs\n" "\tost_indices: OSTs to stripe over, in order\n" - "\tblock: wait for the operation to return before continuing\n" - "\tnon-block: do not wait for the operation to return\n" + "\tblock: Block file access during data migration (default)\n" + "\tnon-block: Abort migrations if concurrent access is detected\n" "\tnon-direct: do not use direct I/O to copy file contents.\n"}, {"mv", lfs_mv, 0, "To move directories between MDTs. This command is deprecated, "