File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -287,11 +287,10 @@ options:
287287 desc : Allow scrubbing when system load divided by number of CPUs is below this value
288288 fmt_desc : The normalized maximum load. Ceph will not initiate periodic (regular)
289289 scrubs when the system load (as defined by ``getloadavg() / number of online CPUs``)
290- is higher than this number.
291- Default is ``0.5`` .
292- default : 0.5
290+ is higher than this number. The default is set high enough to allow periodic scrubbing
291+ under most load conditions .
292+ default : 10.0
293293 with_legacy : true
294- # if load is low
295294- name : osd_scrub_min_interval
296295 type : float
297296 level : advanced
@@ -301,7 +300,6 @@ options:
301300 see_also :
302301 - osd_scrub_max_interval
303302 with_legacy : true
304- # regardless of load
305303- name : osd_scrub_max_interval
306304 type : float
307305 level : advanced
You can’t perform that action at this time.
0 commit comments