From dd702b9fadc8f658dd23b9a30464edc7f6052ff9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 1 May 2018 07:00:10 -0500 Subject: [PATCH] qa/suites/upgarde/luminous-x/stress-split: 8 osds (not 6) Signed-off-by: Sage Weil --- .../upgrade/luminous-x/stress-split/0-cluster/start.yaml | 6 ++++-- .../stress-split/2-partial-upgrade/firsthalf.yaml | 4 ++-- .../upgrade/luminous-x/stress-split/5-finish-upgrade.yaml | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/qa/suites/upgrade/luminous-x/stress-split/0-cluster/start.yaml b/qa/suites/upgrade/luminous-x/stress-split/0-cluster/start.yaml index e3ad918e8b849..a4699731279f4 100644 --- a/qa/suites/upgrade/luminous-x/stress-split/0-cluster/start.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split/0-cluster/start.yaml @@ -23,7 +23,9 @@ roles: - osd.0 - osd.1 - osd.2 -- - osd.3 - - osd.4 + - osd.3 +- - osd.4 - osd.5 + - osd.6 + - osd.7 - - client.0 diff --git a/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml b/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml index aabfd6d4f8226..02ba5c1bba88c 100644 --- a/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml @@ -2,12 +2,12 @@ meta: - desc: | install upgrade ceph/-x on one node only 1st half - restart : osd.0,1,2 + restart : osd.0,1,2,3 tasks: - install.upgrade: osd.0: - print: "**** done install.upgrade osd.0" - ceph.restart: - daemons: [mon.a,mon.b,mon.c,mgr.x,osd.0,osd.1,osd.2] + daemons: [mon.a,mon.b,mon.c,mgr.x,osd.0,osd.1,osd.2,osd.3] mon-health-to-clog: false - print: "**** done ceph.restart 1st half" diff --git a/qa/suites/upgrade/luminous-x/stress-split/5-finish-upgrade.yaml b/qa/suites/upgrade/luminous-x/stress-split/5-finish-upgrade.yaml index 1d528cd5de751..6e2fc54509e5c 100644 --- a/qa/suites/upgrade/luminous-x/stress-split/5-finish-upgrade.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split/5-finish-upgrade.yaml @@ -1,9 +1,9 @@ tasks: - install.upgrade: - osd.3: + osd.4: client.0: - ceph.restart: - daemons: [osd.3, osd.4, osd.5] + daemons: [osd.4, osd.5, osd.6, osd.7] wait-for-healthy: false wait-for-osds-up: true -- 2.39.5