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: v12.2.2~44^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=901ae5920c590a2a83f30897b05017e001572e5f;p=ceph.git qa/suites/rados/thrash/d-balancer: enable balancer in various modes Signed-off-by: Sage Weil (cherry picked from commit 2c9c18d1ec3d33d385adf2a30dc1d3b8e987f9a5) --- 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 000000000000..4206e9a5fabe --- /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 000000000000..e69de29bb2d1 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 000000000000..a6382d174c40 --- /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