]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: correct typo in rgw_usage_log_key_transition 66827/head
authorZac Dover <zac.dover@proton.me>
Thu, 8 Jan 2026 03:33:23 +0000 (13:33 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 8 Jan 2026 03:33:23 +0000 (13:33 +1000)
s/Hhandle/Handle/ in "rgw_usage_log_key_transition" in
src/common/options/rgw.yaml.in.

Signed-off-by: Zac Dover <zac.dover@clyso.com>
src/common/options/rgw.yaml.in

index 7b44a9587e012bc00bf6c6f593683fa2748c35fe..ce2a09f371f85232535ed7a7776257c58d6af447 100644 (file)
@@ -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.