]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/scrub: removing the slow reservation response configuration option 56337/head
authorRonen Friedman <rfriedma@redhat.com>
Thu, 21 Mar 2024 15:06:13 +0000 (17:06 +0200)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 21 Mar 2024 15:06:13 +0000 (17:06 +0200)
Removing 'osd_scrub_slow_reservation_response', as it is not in use
anymore.

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

index 598cf4f50fd0a254e46f2f3fd07dad7d902442a5..bc5d535770503b5cc492c72032ef04e54896aff2 100644 (file)
@@ -520,17 +520,6 @@ options:
     stats (inc. scrub/block duration) every this many seconds.
   default: 120
   with_legacy: false
-- name: osd_scrub_slow_reservation_response
-  type: millisecs
-  level: advanced
-  desc: Maximum wait (milliseconds) for scrub reservations before issuing a cluster-log warning
-  long_desc: Waiting too long for a replica to respond to scrub resource reservation request.
-    Disable by setting to a very large value.
-  default: 30000
-  min: 500
-  see_also:
-  - osd_scrub_reservation_timeout
-  with_legacy: false
 - name: osd_scrub_reservation_timeout
   type: millisecs
   level: advanced
@@ -540,8 +529,6 @@ options:
     to a very large value.
   default: 300000
   min: 2000
-  see_also:
-  - osd_scrub_slow_reservation_response
   with_legacy: false
 - name: osd_scrub_disable_reservation_queuing
   type: bool