vhost/test: change data verification method to md5
"meta" verification method in FIO is deprecated and is suspected of producing false positives. MD5 checksums are now used instead. Change-Id: Id3a2b008837173f82e0eda48d96cd4a43e00531f Signed-off-by: Krzysztof Jakimiak <krzysztof.jakimiak@intel.com>
This commit is contained in:
parent
4129b85f6f
commit
014ae832d7
@ -13,6 +13,6 @@ numjobs=1
|
|||||||
direct=1
|
direct=1
|
||||||
rw=randwrite
|
rw=randwrite
|
||||||
do_verify=1
|
do_verify=1
|
||||||
verify=meta
|
verify=md5
|
||||||
verify_backlog=1024
|
verify_backlog=1024
|
||||||
[nvme-host]
|
[nvme-host]
|
||||||
|
Loading…
Reference in New Issue
Block a user