From: Anthony D'Atri Date: Sun, 10 Oct 2021 20:25:00 +0000 (-0700) Subject: common/options: document rgw_lc_debug_interval configuration option X-Git-Tag: v17.1.0~661^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43478%2Fhead;p=ceph.git common/options: document rgw_lc_debug_interval configuration option Signed-off-by: Anthony D'Atri --- diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 0cbf397783e..f1800dea484 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -406,6 +406,10 @@ options: - name: rgw_lc_debug_interval type: int level: dev + desc: Lifecycle processing interval + long_desc: When set to greater than 0, treat this many seconds as a day. + This facilitates debugging and testing of lifecycle code without lengthy + delays. default: -1 services: - rgw