mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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:
parent
b74a7f9db7
commit
793b757d3d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user