blob: c6901f4283b2ad8e2677afce63e9919b0fb1ded6 [file] [log] [blame]
Danny Al-Gaafdc632d12014-02-17 13:53:07 +01001######################################################################
2# Example test for the RBD engine.
3#
Jens Axboebab12612014-12-03 10:10:59 -07004# Runs a 4k random write test against a RBD via librbd
Danny Al-Gaafdc632d12014-02-17 13:53:07 +01005#
Jens Axboebab12612014-12-03 10:10:59 -07006# NOTE: Make sure you have either a RBD named 'fio_test' or change
Danny Al-Gaafdc632d12014-02-17 13:53:07 +01007# the rbdname parameter.
8######################################################################
9[global]
10#logging
11#write_iops_log=write_iops_log
12#write_bw_log=write_bw_log
13#write_lat_log=write_lat_log
14ioengine=rbd
15clientname=admin
16pool=rbd
17rbdname=fio_test
Danny Al-Gaafdc632d12014-02-17 13:53:07 +010018rw=randwrite
19bs=4k
20
21[rbd_iodepth32]
22iodepth=32