From: Ronen Friedman Date: Fri, 22 Mar 2024 13:06:09 +0000 (-0500) Subject: osd/scrub: remove osd_scrub_reservation_timeout config option X-Git-Tag: v20.0.0~1814^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9788f6ca1a4d8e4604085a94f8293ae77fa762c3;p=ceph.git osd/scrub: remove osd_scrub_reservation_timeout config option following the removal of the reservation timeout handling code. Signed-off-by: Ronen Friedman --- diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index bc5d53577050..1c461ae4c24d 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -520,16 +520,6 @@ options: stats (inc. scrub/block duration) every this many seconds. default: 120 with_legacy: false -- name: osd_scrub_reservation_timeout - type: millisecs - level: advanced - desc: Maximum wait (milliseconds) for replicas' response to scrub reservation requests - long_desc: Maximum wait (milliseconds) for all replicas to respond to - scrub reservation requests, before the scrub session is aborted. Disable by setting - to a very large value. - default: 300000 - min: 2000 - with_legacy: false - name: osd_scrub_disable_reservation_queuing type: bool level: advanced