]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: rgw: correct the quota section 14654/head
authorhrchu <petertc@gmail.com>
Wed, 29 Mar 2017 02:17:04 +0000 (02:17 +0000)
committerNathan Cutler <ncutler@suse.com>
Thu, 20 Apr 2017 09:43:22 +0000 (11:43 +0200)
Add the missing option and fix typo.

Fixes: http://tracker.ceph.com/issues/19397
Signed-off-by: Chu, Hua-Rong <hrchu@cht.com.tw>
(cherry picked from commit 51a88267f0d7f51aeb62092949b66b9f6c062e15)

doc/radosgw/adminops.rst

index 1fa6f50a4303ce4fe4f2cb1804aadefd3c03cd3c..a0a5db2ad42f908966058045ce17660fbbd88968 100644 (file)
@@ -1834,10 +1834,11 @@ Valid parameters for quotas include:
 - **Maximum Size:** The ``max-size`` option allows you to specify a quota
   for the maximum number of bytes. A negative value disables this setting.
   
-- **Quota Scope:** The ``quota-scope`` option sets the scope for the quota.
+- **Quota Type:** The ``quota-type`` option sets the scope for the quota.
   The options are ``bucket`` and ``user``.
 
-
+- **Enable/Disable Quota:** The ``enabled`` option specifies whether the
+  quota should be enabled. The value should be either 'True' or 'False'.
 
 Get User Quota
 ~~~~~~~~~~~~~~