]> git-server-git.apps.pok.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>
Thu, 2 May 2024 08:18:37 +0000 (03:18 -0500)
following the removal of the reservation timeout handling code.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/options/osd.yaml.in

index bc5d535770503b5cc492c72032ef04e54896aff2..1c461ae4c24d6c60ac0ed1d4452cdb7002c0f001 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