From: Jaya Prakash Date: Tue, 21 Jul 2026 15:21:35 +0000 (+0000) Subject: common/options: restrict spillover configuration options to valid ranges X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=793b757d3db193b7033b5241a0ff7ea158444c67;p=ceph.git common/options: restrict spillover configuration options to valid ranges Fixes: https://tracker.ceph.com/issues/78492 Signed-off-by: Jaya Prakash --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 319c7a91cf9..7a985b39868 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -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