From 9d888faa270c4467649b64e8692165cc432c4d19 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Sat, 3 Feb 2024 02:18:25 -0500 Subject: [PATCH] src/common/options: Correct typo in rgw.yaml.in Signed-off-by: Anthony D'Atri (cherry picked from commit 1796022aa4778226c2d7e04c1cb989ab9d025272) --- src/common/options/rgw.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 0c08916ef5609..e82a0147b1caa 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -224,7 +224,7 @@ options: long_desc: The lifecycle maintenance thread is responsible for lifecycle related maintenance work. The thread itself can be disabled, but in order for lifecycle to work correctly, at least one RGW in each zone needs to have this thread running. - Havingthe thread enabled on multiple RGW processes within the same zone can spread + Having the thread enabled on multiple RGW processes within the same zone can spread some of the maintenance work between them. default: true services: -- 2.39.5