From: Loic Dachary Date: Mon, 14 Nov 2016 12:29:11 +0000 (+0100) Subject: upgrade/hammer-x/stress-split: set require_jewel_osds X-Git-Tag: v10.2.6~165^2^2~23^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b83fe5a0e0679dc9d9432f03687428aca993058;p=ceph.git upgrade/hammer-x/stress-split: set require_jewel_osds It was missing and the cluster permanently stays on WARNING state after the upgrade of the OSDs. Signed-off-by: Loic Dachary --- diff --git a/suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml b/suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml index 61253685890..793beb89789 100644 --- a/suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml +++ b/suites/upgrade/hammer-x/stress-split/8-next-mon/monc.yaml @@ -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"