]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: remove config option osd_repair_during_recovery
authorRonen Friedman <rfriedma@redhat.com>
Sun, 24 Nov 2024 14:27:38 +0000 (08:27 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 20 Feb 2025 08:17:33 +0000 (02:17 -0600)
commit071abe955dfe4ebd8e1245808864444482c4ccdc
tree50e6a55b92000ae6e648c83a6734adc1f0ec48cb
parente11d6ce392765b269f5b9ce5bb1b29c4e5e18489
osd/scrub: remove config option osd_repair_during_recovery

The option was used to allow repair to be explicitly ordered by the
operator, even if the Primary OSD was in the middle of a recovery.
This is no longer necessary, as the code now accepts both repair and
scrub operator requests, even during recovery.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/options/osd.yaml.in
src/osd/scrubber/osd_scrub.cc
src/osd/scrubber/pg_scrubber.cc
src/osd/scrubber_common.h