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