From 48635a6121b50359ebc4e142613af329410c2404 Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Sun, 7 Apr 2024 13:18:50 -0500 Subject: [PATCH] squid:osd/scrub: disable scrub reservation queuing as a temporary measure for Squid RC0. There are known problems in the existing code, with patch PRs being tested. This change disables the Reserver functionality, until such time as the patches are merged. Note the following trackers: - https://tracker.ceph.com/issues/65044 - https://tracker.ceph.com/issues/65072 Once these are solved, this commit should be reverted. 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 598cf4f50fd0a..0d6e09cfdbd38 100644 --- a/src/common/options/osd.yaml.in +++ b/src/common/options/osd.yaml.in @@ -551,7 +551,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: false + default: true with_legacy: false # where rados plugins are stored - name: osd_class_dir -- 2.39.5