]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/radosgw: add rgw_enable_lc_threads & rgw_enable_gc_threads 64339/head
authorZac Dover <zac.dover@proton.me>
Thu, 3 Jul 2025 06:45:31 +0000 (16:45 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 3 Jul 2025 13:03:37 +0000 (23:03 +1000)
Add rgw_enable_lc_threads and rgw_enable_gc_threads to
doc/radosgw/config-ref.rst.

Fixes: https://tracker.ceph.com/issues/58092
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 45e5468ea7fc57b1cb60f1936558dc2678adc6fd)

doc/radosgw/config-ref.rst

index 52cc5eeb0325b6a7cacad39731b5eddd3bad3988..ecc671a7ddf0b6f723adf56252b256b7e31fe3ae 100644 (file)
@@ -81,6 +81,11 @@ per bucket you would consider increasing :confval:`rgw_lc_max_wp_worker` from th
 .. note:: When looking to tune either of these specific values please validate the
    current Cluster performance and Ceph Object Gateway utilization before increasing.
 
+The lifecycle maintenance thread must also be enabled on at least one RGW
+daemon for each zone. 
+
+.. confval:: rgw_enable_lc_threads
+
 Garbage Collection Settings
 ===========================
 
@@ -133,6 +138,11 @@ default configuration values::
 
 Once these values have been increased from default please monitor for performance of the cluster during Garbage Collection to verify no adverse performance issues due to the increased values.
 
+At least one RGW in each zone must have the garbage collection maintenance
+thread running:
+
+.. confval:: rgw_enable_gc_threads
+
 Multisite Settings
 ==================