mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
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 <rfriedma@redhat.com>
This commit is contained in:
parent
9802b770f8
commit
6f1e0e6825
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user