Merge pull request #7006 from YankunLi/patch-5

correct radosgw-admin command
This commit is contained in:
Orit Wasserman 2015-12-22 16:18:52 +01:00
commit cc1edf3af1

View 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