X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Flfs.c;h=90cbfa0a44559ef3f89233237fd2425bc2380e40;hp=14a84a9614eed0edbe245bd4469ef6e449820e11;hb=72ac681d5d686d5626be606cc87ddeeed0b8e3a0;hpb=5b8749c4669e93dcafebc4c93aa1974c96ff43c7 diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 14a84a9..90cbfa0 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -364,19 +364,19 @@ command_t cmdlist[] = { "migrate a directory between MDTs.\n" "usage: migrate --mdt-index [--verbose|-v] " "\n" - "\tmdt_idx: index of the destination MDT\n"}, - {"migrate", lfs_setstripe, 0, + "\tmdt_idx: index of the destination MDT\n" + "\n" "migrate file objects from one OST " "layout\nto another (may be not safe with concurent writes).\n" - "usage: migrate " + "usage: migrate " "[--stripe-count|-c] \n" - "[--stripe-index|-i] \n" - "[--stripe-size|-S] \n" - "[--pool|-p] \n" - "[--ost-list|-o] \n" - "[--block|-b]\n" - "[--non-block|-n]\n" - "\n" + " [--stripe-index|-i] \n" + " [--stripe-size|-S] \n" + " [--pool|-p] \n" + " [--ost-list|-o] \n" + " [--block|-b]\n" + " [--non-block|-n]\n" + " \n" "\tstripe_count: number of OSTs to stripe a file over\n" "\tstripe_ost_index: index of the first OST to stripe a file over\n" "\tstripe_size: number of bytes to store before moving to the next OST\n"