From: hrchu Date: Wed, 29 Mar 2017 02:17:04 +0000 (+0000) Subject: doc: rgw: correct the quota section X-Git-Tag: v10.2.8~85^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=482bd1adabf6f54c8f2bd73090d2e4c02d07f8a3;p=ceph.git doc: rgw: correct the quota section Add the missing option and fix typo. Fixes: http://tracker.ceph.com/issues/19397 Signed-off-by: Chu, Hua-Rong (cherry picked from commit 51a88267f0d7f51aeb62092949b66b9f6c062e15) --- diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index 1fa6f50a430..a0a5db2ad42 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -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 ~~~~~~~~~~~~~~