X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=lustre%2Fdoc%2Flfs.1;h=d00fcac05fcef989c0af9356c0287567de10fce7;hb=fa2e46bb3f6d88e2493d55203a215bb81701fa10;hp=3bc9186d275a98e22ab6a371fe6e0f67263cd1aa;hpb=1bc53c23fbe67413fa172e477955f036411e7905;p=fs%2Flustre-release.git diff --git a/lustre/doc/lfs.1 b/lustre/doc/lfs.1 index 3bc9186..d00fcac 100644 --- a/lustre/doc/lfs.1 +++ b/lustre/doc/lfs.1 @@ -33,7 +33,7 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the .br .B lfs quotaoff [-ug] .br -.B lfs quotainv [-ug] +.B lfs quotainv [-ug] [-f] .br .B lfs setquota [-u|--user|-g|--group] \fB[--block-softlimit ] @@ -117,8 +117,8 @@ To turn filesystem quotas on. Options specify quota for users (-u) groups (-g) a .B quotaoff [-ugf] To turn filesystem quotas off. Options specify quota for users (-u) groups (-g) and force (-f) .TP -.B quotainv [-ug] -Clear quota files, all of their quota entries, for (-u) users or (-g) groups; after quotainv one must use quotacheck before using quotas. USE THIS COMMAND WITH EXTREME CARE, ITS RESULTS CANNOT BE UNDONE. +.B quotainv [-ug] [-f] +Clear quota files (administrative quota files if used without -f, operational quota files otherwise), all of their quota entries, for (-u) users or (-g) groups; after quotainv one must use quotacheck before using quotas. DO NOT USE THIS COMMAND UNLESS YOU REALLY KNOW WHAT IT DOES. IT IS MAINLY FOR INTERNAL PURPOSES. .TP .B setquota [-u|-g] [--block-softlimit ] [--block-hardlimit ] [--inode-softlimit ] [--inode-hardlimit ] To set filesystem quotas for users or groups. Limits can be specified with -b, -k, -m, -g, -t, -p suffixes which specify units of 1, 2^10, 2^20, 2^30, 2^40 and 2^50 accordingly. Block limits unit is kilobyte (1024) by default and block limits are always kilobyte-grained (even if specified in bytes), see EXAMPLES