From 23d7ec54d0b687b5c3e5cf3747fb0188393aa91b Mon Sep 17 00:00:00 2001 From: Adam Kupczyk Date: Fri, 12 Jun 2026 19:10:23 +0200 Subject: [PATCH] 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 --- src/common/options/global.yaml.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3