X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2Flfs.1;h=1d7d9ce0da3886f62e68d0f09b1ccf5070e2749e;hb=3a84f1d934e471f2ca6fb4c68a0e674651adf73e;hp=4e093e736d8fb3b63bc7ff291fc44317aac0c1bc;hpb=7a4548535558479bff6851fd5d29347f8efd56d7;p=fs%2Flustre-release.git diff --git a/lustre/doc/lfs.1 b/lustre/doc/lfs.1 index 4e093e7..1d7d9ce 100644 --- a/lustre/doc/lfs.1 +++ b/lustre/doc/lfs.1 @@ -40,7 +40,7 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the .B lfs osts .RB [ path ] .br -.B lfs poollist [.] | +.B lfs pool_list [.] | .br .B lfs quota [-q] [-v] [-o obd_uuid|-I ost_idx|-i mdt_idx] [-u | -u |-g | -g ] .br @@ -48,14 +48,10 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the .br .B lfs quotacheck [-ug] .br -.B lfs quotachown [-i] -.br .B lfs quotaon [-ugf] .br .B lfs quotaoff [-ug] .br -.B lfs quotainv [-ug] [-f] -.br .B lfs setquota <-u|--user|-g|--group> \fB[--block-softlimit ] \fB[--block-hardlimit ] @@ -196,7 +192,7 @@ must be part of the pool or an error will be returned. .B setstripe -d Delete the default striping on the specified directory. .TP -.B poollist +.B pool_list .RI { filesystem }[ .poolname "] | {" pathname } List the pools in .I filesystem @@ -211,20 +207,14 @@ To display disk usage and limits, either for the full filesystem, or for objects .B quota -t <-u|-g> To display block and inode grace times for user (-u) or group (-g) quotas .TP -.B quotachown -To change files' owner and group on OSTs of the specified filesystem -.TP -.B quotacheck [-ugf] -To scan the specified filesystem for disk usage, and create or update quota files. Options specify quota for users (-u) groups (-g) and force (-f) -.TP -.B quotaon [-ugf] -To turn filesystem quotas on. Options specify quota for users (-u) groups (-g) and force (-f) +.B quotacheck [-ugf] (deprecated as of 2.4.0) +To scan the specified filesystem for disk usage, and create or update quota files. Options specify quota for users (-u) groups (-g) and force (-f). Not useful anymore with servers >= 2.4.0 since space accounting is always turned on. .TP -.B quotaoff [-ugf] -To turn filesystem quotas off. Options specify quota for users (-u) groups (-g) and force (-f) +.B quotaon [-ugf] (deprecated as of 2.4.0) +To turn filesystem quotas on. Options specify quota for users (-u) groups (-g) and force (-f). Not used anymore in lustre 2.4.0 where quota enforcement must be enabled via conf_param (e.g. lctl conf_param ${FSNAME}.quota.=) .TP -.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. +.B quotaoff [-ugf] (deprecated as of 2.4.0) +To turn filesystem quotas off. Options specify quota for users (-u) groups (-g) and force (-f). Not used anymore in lustre 2.4.0 where quota enforcement can be turned off (for inode or block) by running the following command on the MGS: lctl conf_param ${FSNAME}.quota.="" .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 @@ -307,9 +297,8 @@ Set quotas of user `bob': 1GB block quota hardlimit and 2 GB block quota softlim Set grace times for user quotas: 1000 seconds for block quotas, 1 week and 4 days for inode quotas .SH BUGS The \fBlfs find\fR command isn't as comprehensive as \fBfind\fR(1). -Report bugs using http://bugzilla.lustre.org. .SH AUTHOR -The lfs command is part of the Lustre filesystem. Contact http://www.lustre.org/ +The lfs command is part of the Lustre filesystem. .SH SEE ALSO .BR lctl (8), .BR lustre (7)