X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Flfs.c;h=cb684a1f45d57ab8a67879a11b17756d07fb5cda;hp=3e42beb045de45fe76836029895e805d156d9bff;hb=7936ec229c7f62cfbf5a0e4ff5933149967e7c8f;hpb=a7319633ddc7400435a9492774c229dabd3d784d diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 3e42beb..cb684a1 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -156,7 +156,9 @@ command_t cmdlist[] = { "[--default_stripe|-D ] \n" "\tstripe_count: stripe count of the striped directory\n" "\tmdt_index: MDT index of first stripe\n" - "\thash_type: hash type of the striped directory\n" + "\thash_type: hash type of the striped directory. Hash types:\n" + " -t fnv_1a_64 FNV-1a hash algorithm(default)\n" + " -t all_char sum of characters % MDT_COUNT. (not recommended)\n" "\tdefault_stripe: set default dirstripe of the directory\n"}, {"getdirstripe", lfs_getdirstripe, 0, "To list the striping info for a given directory\n"