From: Andreas Dilger Date: Wed, 26 Feb 2025 21:58:23 +0000 (-0700) Subject: LUDOC-214 quota: remove obsolete quotaon/off commands X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F58249%2F3;p=doc%2Fmanual.git LUDOC-214 quota: remove obsolete quotaon/off commands The "lfs quotaon" and "lfs quotaoff" commands were removed in Lustre 2.4 and do not need to be mentioned in the manual anymore. Add mention of "lfs quota -a". Signed-off-by: Andreas Dilger Change-Id: I6d0d1391c6a455823e707bfc7295a4577c1fdbed Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/58249 Tested-by: jenkins --- diff --git a/ConfiguringQuotas.xml b/ConfiguringQuotas.xml index 76258f2..b85ba59 100644 --- a/ConfiguringQuotas.xml +++ b/ConfiguringQuotas.xml @@ -58,12 +58,8 @@ usrquota or grpquota options to mount. Space accounting is enabled by default and quota enforcement can be enabled/disabled on - a per-filesystem basis with lctl set_param -P. - It is worth noting that the - lfs quotaon, lfs quotaoff, - lfs quotacheck and quota_type - sub-commands are deprecated as of Lustre 2.4.0, and removed completely - in Lustre 2.8.0. + a per-filesystem basis with lctl set_param -P. + diff --git a/UserUtilities.xml b/UserUtilities.xml index 2668220..9ad28d7 100644 --- a/UserUtilities.xml +++ b/UserUtilities.xml @@ -67,47 +67,38 @@ lfs setquota -t -u|-g|-p [-b block_grace] [-i - In the above example, the + In the above example, the /mount_point parameter refers to the mount point of the Lustre file system. - The old lfs quota output was very detailed and contained - cluster-wide quota statistics (including cluster-wide limits for a - user/group and cluster-wide usage for a user/group), as well as - statistics for each MDS/OST. Now, - lfs quota has been updated to provide only - cluster-wide statistics, by default. To obtain the full report of - cluster-wide limits, usage and statistics, use the - -v option with - lfs quota. + By default the lfs quota command provides + aggregated cluster-wide statistics. + To obtain the detailed report of cluster-wide limits, + usage and statistics, use the lfs quota -v command. + To see the detailed report of per-user limits and usage, + use the lfs quota -a command. - - The quotacheck, quotaon and - quotaoff sub-commands were deprecated in the - Lustre 2.4 release, and removed completely in the Lustre 2.8 release. - See for details on - configuring and checking quotas. -
Description - The - lfs utility is used to create a new file with a - specific striping pattern, determine the default striping pattern, gather - the extended attributes (object numbers and location) for a specific - file, find files with specific attributes, list OST information or set - quota limits. It can be invoked interactively without any arguments or in - a non-interactive mode with one of the supported arguments. + The lfs utility is used to create a new file + with a specific striping pattern, + determine the default striping pattern, + gather the layout (object numbers and location) for a specific file, + find files with specific attributes, list OST information, + or set quota limits. + It can be invoked interactively without any arguments, + or in a non-interactive mode with one of the supported arguments. +
Options - The various - lfs options are listed and described below. For a - complete list of available options, type help at the - lfs prompt. + The various lfs options are described below. + For a complete list of available options, + type help at the lfs prompt.