From: Sage Weil Date: Wed, 8 Mar 2017 03:35:02 +0000 (-0500) Subject: qa/suites/upgrade/jewel-x: do not thrash cluster full during upgrade X-Git-Tag: v12.0.1~125^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13852%2Fhead;p=ceph.git qa/suites/upgrade/jewel-x: do not thrash cluster full during upgrade The mon command varies. Signed-off-by: Sage Weil --- diff --git a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/3-thrash/default.yaml b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/3-thrash/default.yaml index 7fd59a08055d..8b4de177db4a 100644 --- a/qa/suites/upgrade/jewel-x/stress-split-erasure-code/3-thrash/default.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split-erasure-code/3-thrash/default.yaml @@ -17,4 +17,5 @@ stress-tasks: chance_pgnum_grow: 1 chance_pgpnum_fix: 1 min_in: 4 + chance_thrash_cluster_full: 0 - print: "**** done thrashosds 3-thrash" diff --git a/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml b/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml index 398803296872..f33ade4acf9d 100644 --- a/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml +++ b/qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml @@ -16,4 +16,5 @@ stress-tasks: timeout: 1200 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 + chance_thrash_cluster_full: 0 - print: "**** done thrashosds 3-thrash"