]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
upgrade/hammer-x/f-h-x-offline: fix mon statup
authorSage Weil <sage@redhat.com>
Mon, 21 Mar 2016 11:10:45 +0000 (07:10 -0400)
committerSage Weil <sage@redhat.com>
Mon, 21 Mar 2016 11:10:45 +0000 (07:10 -0400)
OSDs are down, so we can't wait for healthy.

Signed-off-by: Sage Weil <sage@redhat.com>
suites/upgrade/hammer-x/f-h-x-offline/2-upgrade.yaml

index a6d9c3f06cffdb39d7997407abd3845c71b1d166..13eaee15971f58614d3b6d601922b184a171e0d5 100644 (file)
@@ -3,7 +3,10 @@ tasks:
 - ceph.stop: [osd.0, osd.1, osd.2]
 - install.upgrade:
     mon.a:
-- ceph.restart: [mon.a, mon.b, mon.c]
+- ceph.restart:
+    daemons: [mon.a, mon.b, mon.c]
+    wait-for-healthy: false
+    wait-for-osds-up: false
 - exec:
     mon.a:
       - ceph osd down 0 1 2