can i verify data use randread #1839
-
/root/fio3.38/fio --ioengine=io_uring --rw=randwrite --direct=1 --iodepth=6 --bs=1024 --do_verify=1 --offset=1024 --size=13k --verify=crc32 --filename=/dev/nvme0n1 --name=nvme0 /root/fio3.38/fio --filename=/dev/nvme0n1 --numjobs=1 --bs=1024 --iodepth=6 --rw=randread --verify_state_load=1 --verify=crc32 --do_verify=1 --verify_fatal=1 --verify_dump=1 --direct=1 --thread=1 --group_reporting --ioengine=io_uring --name=nvme0 --exitall_on_error=1 Why check the place of 8392577024,Are my parameters wrong? How can I verify randomly written data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The verify state file does not contain full details about the workload. To use it effectively you should run the same workload that was used to generate the state file. The main purpose of the state file is to tell fio when to stop verifying. https://fio.readthedocs.io/en/latest/fio_doc.html#cmdoption-arg-verify_state_load |
Beta Was this translation helpful? Give feedback.
The verify state file does not contain full details about the workload. To use it effectively you should run the same workload that was used to generate the state file. The main purpose of the state file is to tell fio when to stop verifying.
https://fio.readthedocs.io/en/latest/fio_doc.html#cmdoption-arg-verify_state_load
Some more details about the verify state file: https://github.com/vincentkfu/fio-blog/wiki/Testing-on-a-big-endian-platform