From 8079bf82837d039514a83b013abe6dd1d368f1e6 Mon Sep 17 00:00:00 2001 From: Oguzhan Ozmen Date: Wed, 22 Nov 2023 16:12:48 -0500 Subject: [PATCH] rgw/lc/rgw_lifecycle_work_time: add more explanation to long_desc Signed-off-by: Oguzhan Ozmen (cherry picked from commit ea25085a8743a4696f70220d2d496179b4f425b2) --- src/common/options/rgw.yaml.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 380ea961c44..8110a79b21f 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -349,7 +349,11 @@ options: type: str level: advanced desc: Lifecycle allowed work time - long_desc: Local time window in which the lifecycle maintenance thread can work. + long_desc: Local time window in which the lifecycle maintenance thread can work. It expects + 24-hour time notation. For example, "00:00-23:59" means starting at midnight lifecycle + is allowed to run for the whole day (24 hours). When lifecycle completes, it waits for the + next maintenance window. In this example, if it completes at 01:00, it will resume processing + 23 hours later at the following midnight. default: 00:00-06:00 services: - rgw -- 2.47.3