]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: document rgw_lc_debug_interval configuration option 43429/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 5 Oct 2021 23:27:27 +0000 (19:27 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Wed, 20 Oct 2021 13:51:06 +0000 (09:51 -0400)
Updates the yaml describing this config option with a "desc" and a
"long_desc".

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/common/options/rgw.yaml.in

index d7557ed5a2296d0093ab9f8d794b08464151e2d8..8297fb81532358a1fb6e6e76ba016f7a115231f7 100644 (file)
@@ -408,10 +408,12 @@ 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.
+  desc: The number of seconds that simulate one "day" in order to debug RGW LifeCycle.
+    Do *not* modify for a production cluster.
+  long_desc: For debugging RGW LifeCycle, the number of seconds that are equivalent to
+    one simulated "day". Values less than 1 are ignored and do not change LifeCycle behavior.
+    For example, during debugging if one wanted every 10 minutes to be equivalent to one day,
+    then this would be set to 600, the number of seconds in 10 minutes.
   default: -1
   services:
   - rgw