]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: clarify that osd_scrub_auto_repair_num_errors counts objects 64073/head
authorRonen Friedman <rfriedma@redhat.com>
Thu, 19 Jun 2025 15:27:38 +0000 (10:27 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Sat, 21 Jun 2025 07:49:43 +0000 (02:49 -0500)
commit6a824c9649036bd9ee02c218afd5383389252d78
treec55eb8862e557340d4c258801a1813f74c1b27fd
parent56be771df3e2f0f93424ab0f24bce526bbd06195
osd/scrub: clarify that osd_scrub_auto_repair_num_errors counts objects

'osd_scrub_auto_repair_num_errors' limits the number of damaged objects
that we will try to auto-repair during a scrub. Its documentation
referred to "number of errors", which did not fit the implementation.

Fixes: https://tracker.ceph.com/issues/71754
Fixes: Red Hat BZ2316244
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry picked from commit 680b58ffd0bf5b213ec525f8d783297fb0b14343)
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/options/osd.yaml.in
src/osd/scrubber/pg_scrubber.cc