mirror of
https://github.com/ceph/ceph
synced 2025-01-30 06:53:38 +00:00
c2031ad777
Setting this in tests globally as a precursor to enabling it by default in the shipping code. Set a low mds bal split size in order to make us hit the fragmentation code more often in than we usually would in a single MDS environment. Signed-off-by: John Spray <john.spray@redhat.com>
11 lines
185 B
YAML
11 lines
185 B
YAML
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
mds:
|
|
mds bal frag: true
|
|
mds bal split size: 100
|
|
mds bal merge size: 5
|
|
mds bal split bits: 3
|
|
|