]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/fio/ceph-filestore.fio
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / test / fio / ceph-filestore.fio
1 # Runs a 64k random write test against the ceph FileStore.
2 [global]
3 ioengine=libfio_ceph_objectstore.so # must be found in your LD_LIBRARY_PATH
4
5 conf=ceph-filestore.conf # must point to a valid ceph configuration file
6 directory=/mnt/fio-filestore # directory for osd_data
7
8 rw=randwrite
9 iodepth=16
10
11 time_based=1
12 runtime=20s
13
14 [filestore]
15 nr_files=64
16 size=256m
17 bs=64k