Skip to content

Commit b7ae18a

Browse files
committed
doc/radosgw/config-ref: fix lc worker thread tuning
This commit updates RGW Config Reference - Lifecycle Settings section. In particular it addresses an incorrect suggestion to decrease parallel threads in the workers pool for a more aggressive/accelerated per-bucket lifecycle processing. A more aggressive lifecycle processing for a bucket containing higher number of objects is achieved by increasing, not decreasing parallel threads. Current suggestion is miss-leading. Fixes: https://tracker.ceph.com/issues/63659 Signed-off-by: Laimis Juzeliunas <[email protected]>
1 parent 093e0de commit b7ae18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/radosgw/config-ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ These values can be tuned based upon your specific workload to further increase
7878
aggressiveness of lifecycle processing. For a workload with a larger number of buckets (thousands)
7979
you would look at increasing the :confval:`rgw_lc_max_worker` value from the default value of 3 whereas for a
8080
workload with a smaller number of buckets but higher number of objects (hundreds of thousands)
81-
per bucket you would consider decreasing :confval:`rgw_lc_max_wp_worker` from the default value of 3.
81+
per bucket you would consider increasing :confval:`rgw_lc_max_wp_worker` from the default value of 3.
8282

8383
.. note:: When looking to tune either of these specific values please validate the
8484
current Cluster performance and Ceph Object Gateway utilization before increasing.

0 commit comments

Comments
 (0)