Whamcloud - gitweb
LUDOC-99 quota: clarified quota behavior.
authorRichard Henwood <richard.henwood@intel.com>
Thu, 8 Nov 2012 00:29:06 +0000 (18:29 -0600)
committerCliff White <cliff.white@intel.com>
Fri, 16 Nov 2012 21:51:12 +0000 (16:51 -0500)
Documentation has been corrected to remove erroneous
wording that implied a quota could be applied to a directory.

Signed-off-by: Richard Henwood <richard.henwood@intel.com>
Change-Id: I46161dcff8e57b5c224270c85d99311d9882725c
Reviewed-on: http://review.whamcloud.com/4492
Tested-by: Hudson
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Cliff White <cliff.white@intel.com>
ConfiguringQuotas.xml

index e99ab50..0175baa 100644 (file)
@@ -26,7 +26,7 @@
       <title>
           <indexterm><primary>Quotas</primary><secondary>configuring</secondary></indexterm>
           Working with Quotas</title>
-    <para>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&apos;s group is checked. If a quota exists, then the file size counts towards the group&apos;s quota. If no quota exists, then the owner&apos;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.</para>
+    <para>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&apos;s group is checked. If a quota exists, then the file size counts towards the group&apos;s quota. If no quota exists, then the owner&apos;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.</para>
     <para>Lustre quota enforcement differs from standard Linux quota enforcement in several ways:</para>
     <itemizedlist>
       <listitem>