Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / fio / ceph-memstore.fio
1 # Runs a 64k random write test against the ceph MemStore.
2 [global]
3 ioengine=libfio_ceph_objectstore.so # must be found in your LD_LIBRARY_PATH
4
5 conf=ceph-memstore.conf # must point to a valid ceph configuration file
6 directory=/mnt/fio-memstore # directory for osd_data
7
8 rw=randwrite
9 iodepth=16
10
11 time_based=1
12 runtime=20s
13
14 [memstore]
15 nr_files=64
16 size=256m
17 bs=64k