From: Laura Flores Date: Wed, 3 Jan 2024 20:52:00 +0000 (+0000) Subject: qa/suites/rados/thrash/d-balancer: add read and upmap-read modes to balancer testing X-Git-Tag: v19.3.0~143^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=33b5f3ddbb46c823d481e65a9761278da18292e1;p=ceph.git qa/suites/rados/thrash/d-balancer: add read and upmap-read modes to balancer testing Here, we turn the balancer mgr module to read and upmap read mode during various thrashing scenarios. Signed-off-by: Laura Flores --- diff --git a/qa/suites/rados/thrash/d-balancer/read.yaml b/qa/suites/rados/thrash/d-balancer/read.yaml new file mode 100644 index 000000000000..4a6194a3a94f --- /dev/null +++ b/qa/suites/rados/thrash/d-balancer/read.yaml @@ -0,0 +1,10 @@ +tasks: +- exec: + mon.a: + - ceph config set mgr mgr/balancer/log_level debug + - ceph balancer status + - ceph osd set-require-min-compat-client reef + - ceph balancer mode read + - ceph balancer on + - ceph balancer status + - ceph balancer status detail diff --git a/qa/suites/rados/thrash/d-balancer/upmap-read.yaml b/qa/suites/rados/thrash/d-balancer/upmap-read.yaml new file mode 100644 index 000000000000..b425105ea56d --- /dev/null +++ b/qa/suites/rados/thrash/d-balancer/upmap-read.yaml @@ -0,0 +1,10 @@ +tasks: +- exec: + mon.a: + - ceph config set mgr mgr/balancer/log_level debug + - ceph balancer status + - ceph osd set-require-min-compat-client reef + - ceph balancer mode upmap-read + - ceph balancer on + - ceph balancer status + - ceph balancer status detail