Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct radosgw-admin command #7006

Merged
merged 1 commit into from
Dec 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/radosgw/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down