]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options: restrict spillover configuration options to valid ranges 70391/head
authorJaya Prakash <jayaprakash@ibm.com>
Tue, 21 Jul 2026 15:21:35 +0000 (15:21 +0000)
committerJaya Prakash <jayaprakash@ibm.com>
Tue, 21 Jul 2026 15:21:47 +0000 (15:21 +0000)
Fixes: https://tracker.ceph.com/issues/78492
Signed-off-by: Jaya Prakash <jayaprakash@ibm.com>
src/common/options/global.yaml.in

index 319c7a91cf9c67b7114d2e5856cd214cd72baee0..7a985b39868cfa3e3cf37ee023ffcdf1cc405a8f 100644 (file)
@@ -4407,6 +4407,7 @@ options:
     sleep state for this duration. Once the idle period expires, it wakes up, scans
     for spillover files, and resumes migration if needed.
   default: 1200
+  min: 0
   see_also:
   - bluefs_spillover_cleaner
   flags:
@@ -4424,6 +4425,8 @@ options:
   default: 0.1
   flags:
   - runtime
+  min: 0.01
+  max: 1.0
   with_legacy: true
 - name: bluefs_debug_force_slow
   type: bool