]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/bluestore: Fix flags for bluestore_allocation_from_file 69395/head
authorAdam Kupczyk <akupczyk@ibm.com>
Fri, 12 Jun 2026 17:10:23 +0000 (19:10 +0200)
committerAdam Kupczyk <akupczyk@ibm.com>
Fri, 12 Jun 2026 17:13:06 +0000 (19:13 +0200)
Set bluestore_allocation_from_file flags to 'startup'.
Without it, documentation claims the flag to be 'runtime updateable'.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/common/options/global.yaml.in

index 26391bfd64eaf79a046482d4e22303beef2d8464..093e2907690e96701b34fdab670c86a44f437f0d 100644 (file)
@@ -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