Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / fio / ceph-memstore.conf
1 # example configuration file for ceph-memstore.fio
2
3 [global]
4         debug filestore = 0
5
6         # spread objects over 8 collections
7         osd pool default pg num = 8
8         # increasing shards can help when scaling number of collections
9         osd op num shards = 5
10
11 [osd]
12         osd objectstore = memstore
13
14         # use directory= option from fio job file
15         osd data = ${fio_dir}
16
17         # log inside fio_dir
18         log file = ${fio_dir}/log