From: Vikentsi Lapa Date: Mon, 20 Jul 2020 12:23:07 +0000 (+0000) Subject: LUDOC-475 quota: notes about lfs commands X-Git-Url: https://git.whamcloud.com/?p=doc%2Fmanual.git;a=commitdiff_plain;h=968aeb8d2bb561cf3330980a2429bf1a169755d7;hp=25106a04c49c4acef6322b68ce22217fac9e523c LUDOC-475 quota: notes about lfs commands Update documentation according to changes in LU-1842. Remove lsf commands quotachown, quotainv. Update documentation according to changes in LU-5975. Remove lsf commands quotacheck, quotaon, quotaoff. Signed-off-by: Vikentsi Lapa Change-Id: If0b823cf436a8154588ff2056a50fbdb247ad977 Reviewed-on: https://review.whamcloud.com/39451 Tested-by: jenkins Reviewed-by: Andreas Dilger --- diff --git a/SettingLustreProperties.xml b/SettingLustreProperties.xml index 8d2f714..567aedc 100644 --- a/SettingLustreProperties.xml +++ b/SettingLustreProperties.xml @@ -749,14 +749,6 @@ struct obd_uuid { - EBUSY - - - Cannot process during quotacheck. - - - - ENOENT diff --git a/UserUtilities.xml b/UserUtilities.xml index 5c7684b..a07ec54 100644 --- a/UserUtilities.xml +++ b/UserUtilities.xml @@ -50,11 +50,6 @@ lfs pool_list filesystem[.poolobd_uuid|-I ost_idx|-i mdt_idx] [-u username|uid|-g group|gid|-p projid] /mount_point lfs quota -t -u|-g|-p /mount_point -lfs quotacheck [-ug] /mount_point -lfs quotachown [-i] /mount_point -lfs quotainv [-ug] [-f] /mount_point -lfs quotaon [-ugf] /mount_point -lfs quotaoff [-ug] /mount_point lfs setquota {-u|--user|-g|--group|-p|--project} uname|uid|gname|gid|projid [--block-softlimit block_softlimit] [--block-hardlimit block_hardlimit] @@ -90,6 +85,12 @@ lfs help -v option with lfs quota. + + 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 @@ -824,85 +825,6 @@ lfs help - quotachown - - - - Changes the file's owner and group on OSTs of the - specified file system. - - - - - - quotacheck [-ugf] - /mount_point - - - - Scans the specified file system for disk usage, and - creates or updates quota files. Options specify quota for users - ( - -u), groups ( - -g), and force ( - -f). - - - - - - quotaon [-ugf] - /mount_point - - - - Turns on file system quotas. Options specify quota for - users ( - -u), groups ( - -g), and force ( - -f). - - - - - - quotaoff [-ugf] - /mount_point - - - - Turns off file system quotas. Options specify quota for - users ( - -u), groups ( - -g), and force ( - -f). - - - - - - quotainv [-ug] [-f] - /mount_point - - - - Clears quota files (administrative quota files if used - without - -f, operational quota files otherwise), all - of their quota entries for users ( - -u) or groups ( - -g). After running - quotainv, you must run - quotacheck before using quotas. - - Use extreme caution when using this command; its - results cannot be undone. - - - - - - setquota {-u|-g|-p uname|uid|gname|gid|projid} [--block-softlimit @@ -1049,23 +971,6 @@ $ lfs quota -p 1 /mnt/lustre $ lfs quota -t -u /mnt/lustre - Changes file owner and group. - -$ lfs quotachown -i /mnt/lustre - - Checks quotas for user and group. Turns on quotas after making the - check. - -$ lfs quotacheck -ug /mnt/lustre - - Turns on quotas of user and group. - -$ lfs quotaon -ug /mnt/lustre - - Turns off quotas of user and group. - -$ lfs quotaoff -ug /mnt/lustre - Sets quotas of user 'bob', with a 1 GB block quota hardlimit and a 2 GB block quota softlimit. diff --git a/style/customstyle_fo.xsl b/style/customstyle_fo.xsl index 52e546e..a689a92 100644 --- a/style/customstyle_fo.xsl +++ b/style/customstyle_fo.xsl @@ -146,6 +146,7 @@ + Introduced in Lustre 2.4 Introduced in Lustre 2.5 Introduced in Lustre 2.6 Introduced in Lustre 2.7