From fa42928d519346c0d68175700ef0e52d3a443b08 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 14 Jul 2014 10:46:31 -0700 Subject: [PATCH] Changed restart sequence Signed-off-by: Yuri Weinstein --- .../5-upgrade-sequence/upgrade-all.yaml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml b/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml index 07e4f55bf6840..b8744c4a87b55 100644 --- a/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml +++ b/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml @@ -6,26 +6,16 @@ upgrade-sequence: mon.b: branch: firefly - ceph.restart: - daemons: [mon.a] - wait-for-healthy: true - - ceph.restart: - daemons: [mon.b] - wait-for-healthy: true - - ceph.restart: - daemons: [mon.c] + daemons: [mon.a, mon.b, mon.c] wait-for-healthy: true - sleep: duration: 60 - ceph.restart: [mds.a] - sleep: duration: 60 - - ceph.restart: [osd.0] - - sleep: - duration: 30 - - ceph.restart: [osd.1] - - sleep: - duration: 30 - - ceph.restart: [osd.2] + - ceph.restart: + daemons: [osd.0, osd.1, osd.2, osd.3] + wait-for-healthy: true - exec: mon.a: - ceph osd crush tunables firefly -- 2.39.5