Home | History | Annotate | Download | only in examples
      1 ######################################################################
      2 # Example test for the RBD engine.
      3 # 
      4 # Runs a 4k random write test agains a RBD via librbd  
      5 #
      6 # NOTE: Make sure you have either a RBD named 'fio_test' or change 
      7 #       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
     14 ioengine=rbd
     15 clientname=admin
     16 pool=rbd
     17 rbdname=fio_test
     18 invalidate=0	# mandatory
     19 rw=randwrite
     20 bs=4k
     21 
     22 [rbd_iodepth32]
     23 iodepth=32
     24