From: YankunLi Date: Tue, 22 Dec 2015 05:56:50 +0000 (+0800) Subject: correct radosgw-admin command X-Git-Tag: v10.0.3~185^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7006%2Fhead;p=ceph.git correct radosgw-admin command the command to disable users quota should be 'radosgw-admin quota disable --quota-scope= --uid=' --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index e6869778fd3b..f80a9a811344 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -343,7 +343,7 @@ Once you set a user quota, you may enable it. For example:: You may disable an enabled user quota. For example:: - radosgw-admin quota-disable --quota-scope=user --uid= + radosgw-admin quota disable --quota-scope=user --uid= Set Bucket Quota @@ -367,7 +367,7 @@ Once you set a bucket quota, you may enable it. For example:: You may disable an enabled bucket quota. For example:: - radosgw-admin quota-disable --quota-scope=bucket --uid= + radosgw-admin quota disable --quota-scope=bucket --uid= Get Quota Settings