From 20ff89ac8be219378047379591b1aae7ef1bff83 Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Mon, 6 May 2024 22:43:41 +0300 Subject: [PATCH] squid:osd/scrub: reinstate scrub reservation queuing Re-enabling the Reserver-based scrub queuing (undoing https://github.com/ceph/ceph/pull/56750), as all known issues related to the reservation queuing have been fixed and back-ported. Signed-off-by: Ronen Friedman --- src/common/options/osd.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/osd.yaml.in b/src/common/options/osd.yaml.in index 50d6040bf1f3..1c461ae4c24d 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -528,7 +528,7 @@ options: either success or failure (the pre-Squid version behaviour). This configuration option is introduced to support mixed-version clusters and debugging, and will be removed in the next release. - default: true + default: false with_legacy: false # where rados plugins are stored - name: osd_class_dir -- 2.47.3