We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf5399 + e56bbbc commit 9c0e8a5Copy full SHA for 9c0e8a5
doc/radosgw/admin.rst
@@ -767,8 +767,8 @@ The following is the general form of commands that set rate limit parameters:
767
.. prompt:: bash #
768
769
radosgw-admin ratelimit set --ratelimit-scope=bucket --bucket=<bucket> \
770
- <[--max-read-ops=<num ops>] [--max-read-bytes=<num bytes>] \
771
- [--max-write-ops=<num ops>] [--max-write-bytes=<num bytes>]>
+ <[--max-read-ops=<num ops>] [--max-read-bytes=<num bytes>] \
+ [--max-write-ops=<num ops>] [--max-write-bytes=<num bytes>]>
772
773
An example of using ``radosgw-admin ratelimit set`` to set a rate limit for a
774
bucket might look like this:
0 commit comments