summaryrefslogtreecommitdiffstats
path: root/src/test/fio/ceph-filestore.fio
blob: bb93c8df6625558215c22cb4069fa3c0ee5827bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Runs a 64k random write test against the ceph FileStore.
[global]
ioengine=libfio_ceph_objectstore.so # must be found in your LD_LIBRARY_PATH

conf=ceph-filestore.conf # must point to a valid ceph configuration file
directory=/mnt/fio-filestore # directory for osd_data

rw=randwrite
iodepth=16

time_based=1
runtime=20s

[filestore]
nr_files=64
size=256m
bs=64k