From: Zac Dover Date: Thu, 8 Jan 2026 03:33:23 +0000 (+1000) Subject: doc/rgw: correct typo in rgw_usage_log_key_transition X-Git-Tag: testing/wip-vshankar-testing-20260120.085915-debug~51^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=74b67998e4714d0c4783718b103c3bcb1e2f31a4;p=ceph-ci.git doc/rgw: correct typo in rgw_usage_log_key_transition s/Hhandle/Handle/ in "rgw_usage_log_key_transition" in src/common/options/rgw.yaml.in. Signed-off-by: Zac Dover --- diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 7b44a9587e0..ce2a09f371f 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -4559,7 +4559,7 @@ options: - name: rgw_usage_log_key_transition type: bool level: advanced - desc: Hhandle the co-existence of both old and new name-by-user keys + desc: Handle the co-existence of both old and new name-by-user keys long_desc: The new usage log keyed by owner/payer ID has the prefix of "~" for IDs starting with '0'. This prefix is absent from the old scheme. This option instructs RGW to handle the old keys if they still exist.