On newer versions of FIO, there is an issue with heavy verify workloads where one of the headers (rand_seed) gets incorrectly generated by fio during verify. This can be circumvented by using the verify_backlog flag. This is needed because it will enable testing this workload on the tcp transport using fio in the SPDK test pool. Change-Id: I028be3fdb72a76733b4226a37b6332cd45d0f774 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/988 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
18 lines
183 B
Plaintext
18 lines
183 B
Plaintext
[global]
|
|
ioengine=spdk
|
|
thread=1
|
|
group_reporting=1
|
|
direct=1
|
|
enable_sgl=1
|
|
time_based=1
|
|
ramp_time=0
|
|
runtime=2
|
|
iodepth=128
|
|
rw=randrw
|
|
bs=16k
|
|
verify=md5
|
|
verify_backlog=32
|
|
|
|
[test]
|
|
numjobs=1
|