From: Piotr Parczewski Date: Mon, 31 Jul 2023 14:42:26 +0000 (+0200) Subject: doc/radosgw: correct emphasis in rate limit section X-Git-Tag: v19.0.0~778^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52131%2Fhead;p=ceph.git doc/radosgw: correct emphasis in rate limit section Signed-off-by: Piotr Parczewski --- diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index 91fdf2336cd7..687409c1edc7 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -484,8 +484,8 @@ Every Object Gateway tracks per user and bucket metrics separately, these metric That means that the desired limits configured should be divide by the number of active Object Gateways. For example, if userA should be limited by 10 ops per minute and there are 2 Object Gateways in the cluster, the limit over userA should be 5 (10 ops per minute / 2 RGWs). -if the requests are ``not`` balanced between RGWs, the rate limit may be underutilized. -For example, if the ops limit is 5 and there are 2 RGWs, ``but`` the Load Balancer send load only to one of those RGWs, +If the requests are **not** balanced between RGWs, the rate limit may be underutilized. +For example, if the ops limit is 5 and there are 2 RGWs, **but** the Load Balancer send load only to one of those RGWs, The effective limit would be 5 ops, because this limit is enforced per RGW. If there is a limit reached for bucket not for user or vice versa the request would be cancelled as well. The bandwidth counting happens after the request is being accepted, as a result, even if in the middle of the request the bucket/user has reached its bandwidth limit this request will proceed.