From: Yite Gu Date: Tue, 21 Oct 2025 04:36:43 +0000 (+0800) Subject: doc/rgw: fix the description error of --max-read-ops X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db44419d0946ca96936c9906c5f9d7a8a8003693;p=ceph.git doc/rgw: fix the description error of --max-read-ops max-read-ops indicates the number of operations, not bytes. signed-off-by: Yite Gu --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index c62a3cdc4350..9b69e321ba9b 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -679,8 +679,9 @@ time has elapsed, "user A" will be able to send ``GET`` requests again. - **User:** The ``--uid`` option allows you to specify a rate limit for a user. -- **Maximum Read Ops:** The ``--max-read-ops`` setting allows you to limit read - bytes per accumulation interval per RGW instance. A ``0`` value disables throttling. +- **Maximum Read Ops:** The ``--max-read-ops`` setting allows you to specify + the maximum number of read ops per accumulation interval per RGW instance. A ``0`` value + disables throttling. - **Maximum Read Bytes:** The ``--max-read-bytes`` setting allows you to limit read bytes per accumulation interval per RGW instance. A ``0`` value disables throttling.