From 33b5f3ddbb46c823d481e65a9761278da18292e1 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Wed, 3 Jan 2024 20:52:00 +0000 Subject: [PATCH] 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 --- qa/suites/rados/thrash/d-balancer/read.yaml | 10 ++++++++++ qa/suites/rados/thrash/d-balancer/upmap-read.yaml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 qa/suites/rados/thrash/d-balancer/read.yaml create mode 100644 qa/suites/rados/thrash/d-balancer/upmap-read.yaml 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 00000000000..4a6194a3a94 --- /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 00000000000..b425105ea56 --- /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 -- 2.47.3