From a9c967b90b6cd8e01391666202cf59bb5ac2e7c9 Mon Sep 17 00:00:00 2001 From: tamil Date: Tue, 21 Oct 2014 12:59:04 -0700 Subject: [PATCH] fixing issue with bug:9288 - do not upgrade clients when workload is running in parallel Signed-off-by: tamil --- .../firefly/newer/3-upgrade-sequence/upgrade-mon-osd-mds.yaml | 4 +++- .../firefly/newer/3-upgrade-sequence/upgrade-osd-mon-mds.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-mon-osd-mds.yaml b/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-mon-osd-mds.yaml index b23ee7936a5c2..32f2314f736d3 100644 --- a/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-mon-osd-mds.yaml +++ b/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-mon-osd-mds.yaml @@ -1,7 +1,9 @@ upgrade-sequence: sequential: - install.upgrade: - all: + mon.a: + branch: firefly + mon.b: branch: firefly - ceph.restart: [mon.a] - sleep: diff --git a/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-osd-mon-mds.yaml b/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-osd-mon-mds.yaml index 4b2e0e231291a..7a3dbe51e3f33 100644 --- a/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-osd-mon-mds.yaml +++ b/suites/upgrade/firefly/newer/3-upgrade-sequence/upgrade-osd-mon-mds.yaml @@ -1,7 +1,9 @@ upgrade-sequence: sequential: - install.upgrade: - all: + mon.a: + branch: firefly + mon.b: branch: firefly - ceph.restart: [osd.0] - sleep: -- 2.39.5