X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2Flfs-setdirstripe.1;h=8d48380e86a57642382ea743e503577e0e3221d6;hb=0a1cf8da8069;hp=9f52fa8e536370f5f3a25324ceef0aa75205bf9d;hpb=f1c55f97d2d4b21fe87031b2bddfb9813f7df488;p=fs%2Flustre-release.git diff --git a/lustre/doc/lfs-setdirstripe.1 b/lustre/doc/lfs-setdirstripe.1 index 9f52fa8..8d48380 100644 --- a/lustre/doc/lfs-setdirstripe.1 +++ b/lustre/doc/lfs-setdirstripe.1 @@ -29,9 +29,9 @@ Use the MDT whose index is as the master/starting MDT for the directory. If multiple .I MDT_INDEX values are given, then the stripes will be allocated on the specified -MDT indices. If index -1 (default) is used, it will randomly pick -.I COUNT -less full MDTs. +MDT indices. If index -1 (default) is used, it will prefer to select +.B COUNT +MDTs proportional to the free space and inodes on each. .TP .BR \-H ", " \-\-mdt-hash =\fIHASH_TYPE\fR Use @@ -39,6 +39,11 @@ Use for the striped directory. .RS 1.2i .TP +.B crush +CRUSH hash algorithm. This is a consistent hash +algorithm, so minimum sub files need to relocate +during directory restripe. +.TP .B fnv_1a_64 Fowler-Noll-Vo (FNV-1a) hash algorithm. This provides reasonably uniform, but not cryptographically strong,