initial code repo
[stor4nfv.git] / src / ceph / src / test / fio / ceph-bluestore.fio
diff --git a/src/ceph/src/test/fio/ceph-bluestore.fio b/src/ceph/src/test/fio/ceph-bluestore.fio
new file mode 100644 (file)
index 0000000..6b34894
--- /dev/null
@@ -0,0 +1,17 @@
+# Runs a 64k random write test against the ceph BlueStore.
+[global]
+ioengine=libfio_ceph_objectstore.so # must be found in your LD_LIBRARY_PATH
+
+conf=ceph-bluestore.conf # must point to a valid ceph configuration file
+directory=/mnt/fio-bluestore # directory for osd_data
+
+rw=randwrite
+iodepth=16
+
+time_based=1
+runtime=20s
+
+[bluestore]
+nr_files=64
+size=256m
+bs=64k