From: Sage Weil Date: Sat, 21 Oct 2017 03:52:45 +0000 (-0500) Subject: qa/suites/upgrade/jewel-x/: set up compat weight-set after cluster upgrade X-Git-Tag: v12.2.2~122^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8697eca5ea24c4724f637e4d4f75d3e0d2b95278;p=ceph.git qa/suites/upgrade/jewel-x/: set up compat weight-set after cluster upgrade ...but before we run some client workloads. This will hopefully ensure that older clients will behave. Signed-off-by: Sage Weil --- diff --git a/qa/suites/upgrade/jewel-x/parallel/6.5-crush-compat.yaml b/qa/suites/upgrade/jewel-x/parallel/6.5-crush-compat.yaml new file mode 100644 index 000000000000..f8aabb86df57 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/parallel/6.5-crush-compat.yaml @@ -0,0 +1,7 @@ +tasks: +- exec: + mon.a: + - ceph osd crush set-all-straw-buckets-to-straw2 + - ceph osd crush weight-set create-compat + - ceph osd crush weight-set reweight-compat osd.0 .9 + - ceph osd crush weight-set reweight-compat osd.1 1.2 diff --git a/qa/suites/upgrade/jewel-x/stress-split/6.5-crush-compat.yaml b/qa/suites/upgrade/jewel-x/stress-split/6.5-crush-compat.yaml new file mode 120000 index 000000000000..02263d105be7 --- /dev/null +++ b/qa/suites/upgrade/jewel-x/stress-split/6.5-crush-compat.yaml @@ -0,0 +1 @@ +../parallel/6.5-crush-compat.yaml \ No newline at end of file