From 45e5468ea7fc57b1cb60f1936558dc2678adc6fd Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 3 Jul 2025 16:45:31 +1000 Subject: [PATCH] doc/radosgw: add rgw_enable_lc_threads & rgw_enable_gc_threads 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 --- doc/radosgw/config-ref.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index 053dbd9cbfa33..592d80eba95f6 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -86,6 +86,11 @@ 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. +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 =========================== @@ -138,6 +143,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 ================== -- 2.39.5