Skip to content

Commit a29646e

Browse files
committed
doc/radosgw/config-ref: fix lifecycle workload tuning description
This commit updates RGW Config Reference - Lifecycle Settings section. In particular it changes the section where two different tunings for two different workloads are suggested. It aims for a more understandable description as asked by the contributors. Signed-off-by: Laimis Juzeliunas <[email protected]>
1 parent 3f1f345 commit a29646e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/radosgw/config-ref.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ aggressiveness of lifecycle processing:
7575
.. confval:: rgw_lc_max_wp_worker
7676

7777
These values can be tuned based upon your specific workload to further increase the
78-
aggressiveness of lifecycle processing. For a workload with a larger number of buckets (thousands)
79-
you would look at increasing the :confval:`rgw_lc_max_worker` value from the default value of 3 whereas for a
80-
workload with a smaller number of buckets but higher number of objects (hundreds of thousands)
81-
per bucket you would consider increasing :confval:`rgw_lc_max_wp_worker` from the default value of 3.
78+
aggressiveness of lifecycle processing. For a workload with a large number of buckets (thousands)
79+
you would raise the number of workers by increasing :confval:`rgw_lc_max_worker`
80+
from the default value of 3. Whereas for a workload with a higher number of objects per bucket
81+
(hundreds of thousands) you would raise the number of parallel threads
82+
by increasing :confval:`rgw_lc_max_wp_worker` from the default value of 3.
8283

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

0 commit comments

Comments
 (0)