X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Flfs.c;h=0ae49c397c0d4f4914d945751efe3236dd926f3c;hp=3fe36f26bf80119e60ca08a0f51f899387ec8d87;hb=1e7158d15ed8adad0e8d94cb61bf889c0adcd825;hpb=f39a552922ca2db0c6974374fa3a917a34a4a747 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, "