Spdk/test/ocf/integrity/test.fio
Vitaliy Mysak 5875bb0e3b test/ocf: disable norandommap flag
disable FIO norandommap flag because it is incompatible with
  verify which in context of async IO could cause verification errors.
More on norandommap:
  https://fio.readthedocs.io/en/latest/fio_doc.html#cmdoption-arg-norandommap

Change-Id: I94392495a1f9f06360e3791fca31b88908d19dcb
Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457001
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
2019-06-07 18:18:42 +00:00

40 lines
370 B
Plaintext

[global]
thread=1
group_reporting=1
direct=1
serialize_overlap=1
time_based=1
do_verify=1
verify=md5
verify_backlog=1024
iodepth=128
bs=4K
runtime=10
size=20%
[job_1]
offset=0
rw=randwrite
name=randwrite
[job_2]
offset=20%
rw=randrw
name=randrw
[job_3]
offset=40%
rw=write
name=write
[job_4]
offset=60%
rw=rw
name=rw
[job_5]
offset=80%
rw=randwrite
name=randwrite