mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
qa: configure balancer for multi-mds workloads
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
e555ab774b
commit
5f51fc3147
@ -0,0 +1,4 @@
|
||||
tasks:
|
||||
- exec:
|
||||
mon.a:
|
||||
- ceph fs set cephfs balance_automate true
|
@ -0,0 +1,6 @@
|
||||
# distributed pins would be interesting if we had workloads on multiple clients. We do not yet. So it's disabled.
|
||||
tasks:
|
||||
- exec:
|
||||
mon.a:
|
||||
- ceph fs set cephfs balance_automate false
|
||||
- ceph fs subvolumegroup pin cephfs qa distributed 1
|
10
qa/suites/fs/workload/ranks/multi/balancer/random.yaml
Normal file
10
qa/suites/fs/workload/ranks/multi/balancer/random.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
mds:
|
||||
mds_export_ephemeral_random_max: 0.10
|
||||
tasks:
|
||||
- exec:
|
||||
mon.a:
|
||||
- ceph fs set cephfs balance_automate false
|
||||
- ceph fs subvolumegroup pin cephfs qa random 0.10
|
Loading…
Reference in New Issue
Block a user