]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: additional configuration params to trigger scrub reschedule 62692/head
authorRonen Friedman <rfriedma@redhat.com>
Sun, 6 Apr 2025 12:31:48 +0000 (07:31 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Sat, 12 Apr 2025 08:42:00 +0000 (03:42 -0500)
commitd56f613d5a69797e727938f04b66aed747cfb6b1
tree49193daa782d106f24d0667589c92129d25b7368
parent1deacb75e081347e1d0a58fa6f9ffa3229b327e8
osd/scrub: additional configuration params to trigger scrub reschedule

Adding the following parameters to the (small) set of configuration
options that, if changed, trigger re-computation of the next scrub
schedule:
- osd_scrub_interval_randomize_ratio,
- osd_deep_scrub_interval_cv, and
- osd_deep_scrub_interval (which was missing in the list of
  parameters watched by the OSD).

Fixes: https://tracker.ceph.com/issues/70806
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/OSD.cc