[PATCH blktests] common/fio: do not use norandommap with verify

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



As per the fio documentation, using norandommap with an async I/O engine
and I/O depth > 1, can cause verification errors.

Signed-off-by: Klaus Jensen <k.jensen@xxxxxxxxxxx>
---
 common/fio | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/fio b/common/fio
index 2e81b26b50f1..8bfad4238dda 100644
--- a/common/fio
+++ b/common/fio
@@ -180,7 +180,7 @@ _run_fio_rand_io() {
 
 _run_fio_verify_io() {
 	_run_fio --name=verify --rw=randwrite --direct=1 --ioengine=libaio --bs=4k \
-		--norandommap --iodepth=16 --verify=crc32c "$@"
+		--iodepth=16 --verify=crc32c "$@"
 }
 
 _fio_perf_report() {
-- 
2.25.0




[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux