]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
correct radosgw-admin command 7006/head
authorYankunLi <YankunLi@users.noreply.github.com>
Tue, 22 Dec 2015 05:56:50 +0000 (13:56 +0800)
committerYankunLi <YankunLi@users.noreply.github.com>
Tue, 22 Dec 2015 05:56:50 +0000 (13:56 +0800)
the command to disable users quota should be 'radosgw-admin quota disable --quota-scope=<user | bucket> --uid=<uid>'

doc/radosgw/admin.rst

index e6869778fd3bb72fc979132a9b0b219a6b72c39e..f80a9a8113445609f22a4f43aef959baf3da5651 100644 (file)
@@ -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=<uid>
+       radosgw-admin quota disable --quota-scope=user --uid=<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=<uid>
+       radosgw-admin quota disable --quota-scope=bucket --uid=<uid>
 
 
 Get Quota Settings