]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/scrub: remove osd_scrub_reservation_timeout config option
authorRonen Friedman <rfriedma@redhat.com>
Fri, 22 Mar 2024 13:06:09 +0000 (08:06 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Wed, 24 Apr 2024 11:45:26 +0000 (06:45 -0500)
following the removal of the reservation timeout handling code.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
(cherry picked from commit 2836805cfe9572b2e4c934716dc0967d9cdbfdc9)

src/common/options/osd.yaml.in

index 235d904627b947de3a00edf0a1abacf8394c352b..50d6040bf1f3331afe3c3db8157e5e46b6e82182 100644 (file)
@@ -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