mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
Merge pull request #7006 from YankunLi/patch-5
correct radosgw-admin command
This commit is contained in:
commit
cc1edf3af1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user