From: Sage Weil Date: Sun, 1 Oct 2017 21:00:06 +0000 (-0500) Subject: qa/suites/rados/thrash/d-balancer: enable balancer in various modes X-Git-Tag: v13.0.1~320^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c9c18d1ec3d33d385adf2a30dc1d3b8e987f9a5;p=ceph.git qa/suites/rados/thrash/d-balancer: enable balancer in various modes Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/thrash/d-balancer/crush-compat.yaml b/qa/suites/rados/thrash/d-balancer/crush-compat.yaml new file mode 100644 index 00000000000..4206e9a5fab --- /dev/null +++ b/qa/suites/rados/thrash/d-balancer/crush-compat.yaml @@ -0,0 +1,7 @@ +tasks: +- exec: + mon.a: + - ceph mgr module enable balancer + - while ! ceph balancer status ; do sleep 1 ; done + - ceph balancer mode crush-compat + - ceph balancer on diff --git a/qa/suites/rados/thrash/d-balancer/off.yaml b/qa/suites/rados/thrash/d-balancer/off.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/rados/thrash/d-balancer/upmap.yaml b/qa/suites/rados/thrash/d-balancer/upmap.yaml new file mode 100644 index 00000000000..a6382d174c4 --- /dev/null +++ b/qa/suites/rados/thrash/d-balancer/upmap.yaml @@ -0,0 +1,7 @@ +tasks: +- exec: + mon.a: + - ceph mgr module enable balancer + - while ! ceph balancer status ; do sleep 1 ; done + - ceph balancer mode upmap + - ceph balancer on