From: Sage Weil Date: Tue, 25 Jul 2017 15:41:10 +0000 (-0400) Subject: qa/suites/rados/upgrade: fix upgrade wait for healthy X-Git-Tag: v12.1.2~63^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0b5036f07240c2d7ac9345f4a3ef7047b8dafac7;p=ceph-ci.git qa/suites/rados/upgrade: fix upgrade wait for healthy There is no mgr, so we can't call ceph.healthy. Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/upgrade/jewel-x-singleton/2-partial-upgrade/firsthalf.yaml b/qa/suites/rados/upgrade/jewel-x-singleton/2-partial-upgrade/firsthalf.yaml index 94de7c584b1..c2449164bca 100644 --- a/qa/suites/rados/upgrade/jewel-x-singleton/2-partial-upgrade/firsthalf.yaml +++ b/qa/suites/rados/upgrade/jewel-x-singleton/2-partial-upgrade/firsthalf.yaml @@ -9,6 +9,8 @@ tasks: - print: "**** done install.upgrade osd.0" - ceph.restart: daemons: [mon.a, mon.b, mon.c] + wait-for-healthy: false - ceph.restart: daemons: [osd.0, osd.1, osd.2] + wait-for-healthy: false - print: "**** done ceph.restart 1st half"