``osd_scrub_load_threshold`` does not affect this setting.
default: 7_day
with_legacy: true
+- name: osd_deep_scrub_interval_cv
+ type: float
+ level: advanced
+ desc: Determines the amount of variation in the deep scrub interval
+ long_desc: Deep scrub intervals are varied by a random amount to prevent
+ stampedes. This parameter determines the amount of variation.
+ Technically ``osd_deep_scrub_interval_cv`` is the coefficient of variation for
+ the deep scrub interval.
+ fmt_desc: The coefficient of variation for the deep scrub interval, specified as a
+ ratio. On average, the next deep scrub for a PG is scheduled osd_deep_scrub_interval
+ after the last deep scrub . The actual time is randomized to a normal distribution
+ with a standard deviation of osd_deep_scrub_interval * osd_deep_scrub_interval_cv
+ (clamped to within 2 standard deviations).
+ The default value guarantees that 95% of deep scrubs will be scheduled in the range
+ [0.8 * osd_deep_scrub_interval, 1.2 * osd_deep_scrub_interval].
+ min: 0
+ max: 0.4
+ default: 0.2
+ with_legacy: false
- name: osd_deep_scrub_randomize_ratio
type: float
level: advanced