Home | History | Annotate | Download | only in jobs
      1 # Expected result: fio verifies and runs for 1m
      2 # Buggy result: fio crashes with:
      3 # __get_io_u: Assertion `io_u->flags & IO_U_F_FREE' failed
      4 
      5 [global]
      6 direct=1
      7 ioengine=null
      8 size=20g
      9 norandommap
     10 randrepeat=0
     11 bs=4096
     12 iodepth=170
     13 #iodepth=96
     14 #numjobs=1
     15 numjobs=1
     16 #numjobs=24
     17 # number_ios=1
     18 # runtime=216000
     19 runtime=3600
     20 time_based=1
     21 group_reporting=1
     22 thread
     23 gtod_reduce=1
     24 iodepth_batch=4
     25 iodepth_batch_complete=4
     26 cpus_allowed=0-5
     27 cpus_allowed_policy=split
     28 rw=randwrite
     29 verify=crc32c-intel
     30 verify_backlog=1m
     31 do_verify=1
     32 verify_async=6
     33 verify_async_cpus=0-5
     34 runtime=1m
     35 
     36 [4_KiB_RR_drive_r]
     37 
     38 [4_KiB_RR_drive_s]
     39 
     40 
     41