]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/scrub: clarify that osd_scrub_auto_repair_num_errors counts objects
authorRonen Friedman <rfriedma@redhat.com>
Thu, 19 Jun 2025 15:27:38 +0000 (10:27 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 19 Jun 2025 17:29:31 +0000 (12:29 -0500)
commit680b58ffd0bf5b213ec525f8d783297fb0b14343
tree9bffbe9d5e76287defede425e95d49ebe830feaa
parentf484edf976c350b2f4b42fe15e0498fb30cc449a
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>
src/common/options/osd.yaml.in
src/osd/scrubber/pg_scrubber.cc