]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: fix the description error of --max-read-ops 65996/head
authorYite Gu <yitegu0@gmail.com>
Tue, 21 Oct 2025 04:36:43 +0000 (12:36 +0800)
committerYite Gu <yitegu0@gmail.com>
Tue, 21 Oct 2025 04:36:43 +0000 (12:36 +0800)
max-read-ops indicates the number of operations, not bytes.

signed-off-by: Yite Gu <guyite@bytedance.com>

doc/radosgw/admin.rst

index c62a3cdc43508f88a817e7f2f0c8d2118ff92e31..9b69e321ba9b996c032ab8dd3753b1a2ff84c5fe 100644 (file)
@@ -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.