ceph/suites/fs/basic/dirfrag/frag_enable.yaml
John Spray c2031ad777 suites/fs: enable directory fragmentation
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>
2015-07-13 13:25:53 +01:00

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