From b71a766d19263821a2295d0a5efff37395783eef Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 17 Mar 2019 04:59:36 -0500 Subject: [PATCH] qa/suitse/upgrade/luminous-x/stress-split-erasure-code: disable c-o-t tests The stress-split thrasher already had this off, but the ec variant did not. We don't support ceph-objectstore-tool exports/imports between major versions. Fixes: http://tracker.ceph.com/issues/38294 Signed-off-by: Sage Weil --- .../luminous-x/stress-split-erasure-code/3-thrash/default.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/upgrade/luminous-x/stress-split-erasure-code/3-thrash/default.yaml b/qa/suites/upgrade/luminous-x/stress-split-erasure-code/3-thrash/default.yaml index b12d76e9fe6..856254595ef 100644 --- a/qa/suites/upgrade/luminous-x/stress-split-erasure-code/3-thrash/default.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split-erasure-code/3-thrash/default.yaml @@ -23,4 +23,5 @@ stress-tasks: chance_thrash_pg_upmap_items: 0 chance_force_recovery: 0 aggressive_pg_num_changes: false + disable_objectstore_tool_tests: true - print: "**** done thrashosds 3-thrash" -- 2.39.5