This was not being properly set in the multi-sgl path. Also add a verification step to the fio configuration file to prevent against future regressions. Change-Id: I510b6acd92bc2fbc9b6fbec1d59945cc53584ad3 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/450305 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
17 lines
165 B
Plaintext
17 lines
165 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
|
|
|
|
[test]
|
|
numjobs=1
|