]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
upgrade/hammer-x/stress-split: set require_jewel_osds
authorLoic Dachary <ldachary@redhat.com>
Mon, 14 Nov 2016 12:29:11 +0000 (13:29 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 14 Nov 2016 12:32:21 +0000 (13:32 +0100)
It was missing and the cluster permanently stays on WARNING state after
the upgrade of the OSDs.

Signed-off-by: Loic Dachary <loic@dachary.org>
suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml

index 61253685890988dcbd26500228e6bf6dc680f1f3..793beb897894672a2db5bba7054fe3adc05e3dac 100644 (file)
@@ -5,4 +5,8 @@ tasks:
     wait-for-osds-up: true
 - print: "**** done ceph.restart mon.c 8-next-mon"
 - ceph.wait_for_mon_quorum: [a, b, c]
+- exec:
+    osd.0:
+      - sleep 300 # http://tracker.ceph.com/issues/17808
+      - ceph osd set require_jewel_osds
 - print: "**** done wait_for_mon_quorum 8-next-mon"