Closed rcpao closed 6 months ago
Check the FIO .job
and .log
files for the non-run blocksizes. They should explain what's going on, and point to a solution.
From details_1920GB_72cores_2000MHznvme1n1{redacted}_2024-05-08_01-41-15/TestSeq_w0_bs512_threads1_iodepth256_nvme1n1.out: [STDOUT] Test not run because block size 512 below iominsize 262144 ...
$ sudo blockdev --getiomin /dev/nvme0n1 4096 $ sudo blockdev --getiomin /dev/nvme1n1 262144
which ends up being a duplicate of https://github.com/earlephilhower/ezfio/issues/25
Thank you Earle!
I added added 256K and 512K block sizes to the list in 'ezfio+256K+512K.py':
Both drives report 4096 (4K) block size in Linux:
This is a Micron 7450 which ezfio only starts working at 256K block size:
This is a normal working 4Kn drive: