]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/rados/upgrade: fix upgrade wait for healthy
authorSage Weil <sage@redhat.com>
Tue, 25 Jul 2017 15:41:10 +0000 (11:41 -0400)
committerSage Weil <sage@redhat.com>
Thu, 27 Jul 2017 16:10:34 +0000 (12:10 -0400)
There is no mgr, so we can't call ceph.healthy.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/upgrade/jewel-x-singleton/2-partial-upgrade/firsthalf.yaml

index 94de7c584b1417404e7d0a657dc6b990526436e9..c2449164bca0b3d8042710e8a71aaa91e06f2eec 100644 (file)
@@ -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"