]> www.infradead.org Git - users/hch/blktests.git/commitdiff
common/fio: do not use norandommap with verify
authorKlaus Jensen <k.jensen@samsung.com>
Thu, 30 Jan 2020 08:49:41 +0000 (09:49 +0100)
committerOmar Sandoval <osandov@fb.com>
Fri, 3 Apr 2020 18:19:44 +0000 (11:19 -0700)
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@samsung.com>
common/fio

index 2e81b26b50f16920f142e5c731460531f591f146..8bfad4238ddaa86faf70d8db98b7bbcb9d5aff15 100644 (file)
@@ -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() {