fio single job randrw md5 verify failure #1708
Replies: 4 comments
-
@sitsofe could you help check this question? |
Beta Was this translation helpful? Give feedback.
-
Run this with You could try something like:
Fio will randomly write the device and then verify/read all of the blocks written. |
Beta Was this translation helpful? Give feedback.
-
@vincentkfu I'll try to run the test with |
Beta Was this translation helpful? Give feedback.
-
I would use the command I suggested which includes |
Beta Was this translation helpful? Give feedback.
-
For data integrity md5 verification, is it normal to use this option when doing randrw test?
For example:
sudo fio --bs=1M --iodepth=256 --numjobs=1 --runtime=60 --filename=/dev/vda --rw=randrw --name=test-rw --ioengine=libaio --direct=1 --time_based --verify=md5
Beta Was this translation helpful? Give feedback.
All reactions