common/options: restrict spillover configuration options to valid ranges

Fixes: https://tracker.ceph.com/issues/78492

Signed-off-by: Jaya Prakash <jayaprakash@ibm.com>
This commit is contained in:
Jaya Prakash 2026-07-21 15:21:35 +00:00
parent b74a7f9db7
commit 793b757d3d

View 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