]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: clarify that osd_scrub_auto_repair_num_errors counts objects 64066/head
authorRonen Friedman <rfriedma@redhat.com>
Thu, 19 Jun 2025 15:27:38 +0000 (10:27 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Fri, 20 Jun 2025 13:26:19 +0000 (08:26 -0500)
commite9f41e8bf87b75140d629997de61661eb940c162
tree3d375127214bd611e4435c5acc1f67fc9934aefc
parentda27661273991bea1c61fa5cbfb00d8673b9df61
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)
src/common/options/osd.yaml.in
src/osd/scrubber/pg_scrubber.cc