Here, we turn the balancer mgr module to read and upmap read mode
during various thrashing scenarios.
Signed-off-by: Laura Flores <lflores@ibm.com>
--- /dev/null
+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
--- /dev/null
+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