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-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66827%2Fhead;p=ceph.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 7b44a9587e01..ce2a09f371f8 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.