From ba7707333138c5e82f2a803dd98fb0fca7240b3d Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Wed, 7 Nov 2012 18:29:06 -0600 Subject: [PATCH] LUDOC-99 quota: clarified quota behavior. Documentation has been corrected to remove erroneous wording that implied a quota could be applied to a directory. Signed-off-by: Richard Henwood Change-Id: I46161dcff8e57b5c224270c85d99311d9882725c Reviewed-on: http://review.whamcloud.com/4492 Tested-by: Hudson Reviewed-by: Bob Glossman Reviewed-by: Cliff White --- ConfiguringQuotas.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfiguringQuotas.xml b/ConfiguringQuotas.xml index e99ab50..0175baa 100644 --- a/ConfiguringQuotas.xml +++ b/ConfiguringQuotas.xml @@ -26,7 +26,7 @@ <indexterm><primary>Quotas</primary><secondary>configuring</secondary></indexterm> Working with Quotas - Quotas allow a system administrator to limit the amount of disk space a user or group can use in a directory. Quotas are set by root, and can be specified for individual users and/or groups. Before a file is written to a partition where quotas are set, the quota of the creator's group is checked. If a quota exists, then the file size counts towards the group's quota. If no quota exists, then the owner's user quota is checked before the file is written. Similarly, inode usage for specific functions can be controlled if a user over-uses the allocated space. + Quotas allow a system administrator to limit the amount of disk space a user or group can use. Quotas are set by root, and can be specified for individual users and/or groups. Before a file is written to a partition where quotas are set, the quota of the creator's group is checked. If a quota exists, then the file size counts towards the group's quota. If no quota exists, then the owner's user quota is checked before the file is written. Similarly, inode usage for specific functions can be controlled if a user over-uses the allocated space. Lustre quota enforcement differs from standard Linux quota enforcement in several ways: -- 1.8.3.1