summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaimis Juzeliƫnas <58551069+laimis9133@users.noreply.github.com>2025-01-14 18:38:08 +0100
committerLaimis Juzeliƫnas <asnelaimis@gmail.com>2025-01-14 19:02:14 +0100
commita29646eebee2b02e9f960def71880dc1ea6df400 (patch)
tree2594a43c7600bf03e491bd8f791c051e03aededd
parentMerge pull request #59739 from sabaini/fix/ceph-volume-ep (diff)
downloadceph-a29646eebee2b02e9f960def71880dc1ea6df400.tar.xz
ceph-a29646eebee2b02e9f960def71880dc1ea6df400.zip
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 <laimis.juzeliunas@oxylabs.io>
-rw-r--r--doc/radosgw/config-ref.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst
index b4aa56fff54..405bc727208 100644
--- a/doc/radosgw/config-ref.rst
+++ b/doc/radosgw/config-ref.rst
@@ -75,10 +75,11 @@ aggressiveness of lifecycle processing:
.. confval:: rgw_lc_max_wp_worker
These values can be tuned based upon your specific workload to further increase the
-aggressiveness of lifecycle processing. For a workload with a larger number of buckets (thousands)
-you would look at increasing the :confval:`rgw_lc_max_worker` value from the default value of 3 whereas for a
-workload with a smaller number of buckets but higher number of objects (hundreds of thousands)
-per bucket you would consider increasing :confval:`rgw_lc_max_wp_worker` from the default value of 3.
+aggressiveness of lifecycle processing. For a workload with a large number of buckets (thousands)
+you would raise the number of workers by increasing :confval:`rgw_lc_max_worker`
+from the default value of 3. Whereas for a workload with a higher number of objects per bucket
+(hundreds of thousands) you would raise the number of parallel threads
+by increasing :confval:`rgw_lc_max_wp_worker` from the default value of 3.
.. note:: When looking to tune either of these specific values please validate the
current Cluster performance and Ceph Object Gateway utilization before increasing.