Skip to content

Commit 33b5f3d

Browse files
author
Laura Flores
committed
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 <[email protected]>
1 parent f3c74a7 commit 33b5f3d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
tasks:
2+
- exec:
3+
mon.a:
4+
- ceph config set mgr mgr/balancer/log_level debug
5+
- ceph balancer status
6+
- ceph osd set-require-min-compat-client reef
7+
- ceph balancer mode read
8+
- ceph balancer on
9+
- ceph balancer status
10+
- ceph balancer status detail
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
tasks:
2+
- exec:
3+
mon.a:
4+
- ceph config set mgr mgr/balancer/log_level debug
5+
- ceph balancer status
6+
- ceph osd set-require-min-compat-client reef
7+
- ceph balancer mode upmap-read
8+
- ceph balancer on
9+
- ceph balancer status
10+
- ceph balancer status detail

0 commit comments

Comments
 (0)