Home | History | Annotate | Download | only in jobs
      1 # Expected results: workload runs and switches between 'm' and 'V' state
      2 # Buggy result: workload stays in 'm' mode, never doing actual verifies
      3 [global]
      4 rw=randrw
      5 bs=4k
      6 direct=1
      7 ioengine=libaio
      8 iodepth=32
      9 verify=meta
     10 verify_backlog=1024
     11 verify_fatal=1
     12 
     13 [ver-test]
     14 filename=foo
     15 size=4g
     16 verify_pattern=0xaaa
     17