From 4dd86ca93e24a211be4395dbce1742197eb5db0b Mon Sep 17 00:00:00 2001 From: YankunLi Date: Tue, 22 Dec 2015 13:56:50 +0800 Subject: [PATCH] correct radosgw-admin command the command to disable users quota should be 'radosgw-admin quota disable --quota-scope= --uid=' --- doc/radosgw/admin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index e6869778fd3..f80a9a81134 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