From: Adam Kupczyk Date: Fri, 12 Jun 2026 17:10:23 +0000 (+0200) Subject: doc/rados/bluestore: Fix flags for bluestore_allocation_from_file X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23d7ec54d0b687b5c3e5cf3747fb0188393aa91b;p=ceph.git doc/rados/bluestore: Fix flags for bluestore_allocation_from_file Set bluestore_allocation_from_file flags to 'startup'. Without it, documentation claims the flag to be 'runtime updateable'. Signed-off-by: Adam Kupczyk --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 26391bfd64e..093e2907690 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -5460,6 +5460,8 @@ options: desc: Remove allocation info from RocksDB and store the info in a new allocation file default: true with_legacy: true + flags: + - startup - name: bluestore_allocation_recovery_threads type: uint level: basic