X-Git-Url: https://git.whamcloud.com/?p=doc%2Fmanual.git;a=blobdiff_plain;f=UserUtilities.xml;h=a07ec54f7e6c63bd83ea84b38c6c15bc5cbbfee6;hp=5c7684b941427b47246fa7c07b233d2892dd5e5f;hb=968aeb8d2bb561cf3330980a2429bf1a169755d7;hpb=25106a04c49c4acef6322b68ce22217fac9e523c 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.