]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/scrub: allow longer waits for replicas to respond
authorRonen Friedman <rfriedma@redhat.com>
Sun, 15 Jun 2025 19:40:59 +0000 (14:40 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 15 Jun 2025 19:49:30 +0000 (14:49 -0500)
commitfe6dc0994c17ee2771c7246b1a1734ae91f7c5b5
tree0dccab3c99c5aa8075d9da24ddc66f242a80dd9c
parentc2de262de33e0f7fb86a2ee0f9064593475ba7c4
osd/scrub: allow longer waits for replicas to respond

Increase the two timeouts associated with replica
responses to scrub requests.

This solves the issue of, when a cluster event causes
some form of repeering (e.g. an OSD in the active set
is down), having a request time out before the new
interval is established. This scenario does not
lead to any real data loss or crashes, but it does
result in log warnings (and failed tests).

Fixes: https://tracker.ceph.com/issues/68698
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/options/osd.yaml.in
src/osd/scrubber/scrub_machine.cc