Skip to content

Commit

Permalink
osd/scrub: removing the slow reservation response configuration option
Browse files Browse the repository at this point in the history
Removing 'osd_scrub_slow_reservation_response', as it is not in use
anymore.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
  • Loading branch information
ronen-fr committed Mar 21, 2024
1 parent 62456f3 commit 40d5064
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/common/options/osd.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 40d5064

Please sign in to comment.