From: Ronen Friedman Date: Thu, 21 Mar 2024 15:06:13 +0000 (+0200) Subject: osd/scrub: removing the slow reservation response configuration option X-Git-Tag: v20.0.0~2325^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=40d5064baa41af5b33823f05f5ae50a28ff33cf6;p=ceph.git osd/scrub: removing the slow reservation response configuration option Removing 'osd_scrub_slow_reservation_response', as it is not in use anymore. Signed-off-by: Ronen Friedman --- diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index 598cf4f50fd0a..bc5d535770503 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -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