diff options
Diffstat (limited to 'qa/suites/rados/thrash/d-balancer/upmap.yaml')
-rw-r--r-- | qa/suites/rados/thrash/d-balancer/upmap.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 00000000..788eebee --- /dev/null +++ b/qa/suites/rados/thrash/d-balancer/upmap.yaml @@ -0,0 +1,7 @@ +tasks: +- exec: + mon.a: + - while ! ceph balancer status ; do sleep 1 ; done + - ceph osd set-require-min-compat-client luminous + - ceph balancer mode upmap + - ceph balancer on |