From 6f1e0e682533a1734e183a71afa6e1953ba83bd7 Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Fri, 1 Dec 2023 08:48:49 -0600 Subject: [PATCH] tests/scrub: deactivate osd-scrub-dump stand-alone test as the scrub reservation changes had made it obsolete. Note - it is not an issue of fixing the test, but rather that the tested functionality is no longer there. Signed-off-by: Ronen Friedman --- qa/standalone/scrub/osd-scrub-dump.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qa/standalone/scrub/osd-scrub-dump.sh b/qa/standalone/scrub/osd-scrub-dump.sh index 644f82d80716e..403ffacd9a656 100755 --- a/qa/standalone/scrub/osd-scrub-dump.sh +++ b/qa/standalone/scrub/osd-scrub-dump.sh @@ -15,6 +15,11 @@ # GNU Library Public License for more details. # + +# 30.11.2023: the test is now disabled, as the reservation mechanism has been +# thoroughly reworked and the test is no longer valid. The test is left here +# as a basis for a new set of primary vs. replicas scrub activation tests. + source $CEPH_ROOT/qa/standalone/ceph-helpers.sh MAX_SCRUBS=4 @@ -22,6 +27,8 @@ SCRUB_SLEEP=3 POOL_SIZE=3 function run() { + echo "This test is disabled" + return 0 local dir=$1 shift local CHUNK_MAX=5 -- 2.39.5