fio
fio copied to clipboard
FIO failed with error code 84
HI,
I have ran a following fio files which failed always with erro code 84, there are two files sdb1.163874340864.hdr_fail and local-sdb1-192G-0-verify.state got generated, I can check the content with sdb1.163874340864.hdr_fail(in below), however, I have no clue on how to check the state file? and what is the issue met during the IO, any advice?
error is like: verify: bad header rand_seed 2755570710099588192, wanted 2447201393907302329 at file /dev/sdb1 offset 163874340864, length 8192 (requested block: offset=163874340864, length=8192) hdr_fail data dumped as sdb1.163874340864.hdr_fail
` [global] ioengine=libaio exitall_on_error=1 invalidate=1 direct=1 allow_file_create=0 refill_buffers=1 bs=8k rw=randrw rwmixread=70 rwmixwrite=30 group_reporting verify=crc32c do_verify=1 verify_fatal=1 verify_dump=1 iodepth_batch_submit=2 iodepth_low=16 write_bw_log=write_bw write_hist_log=write_hist write_iops_log=write_iops write_lat_log=write_lat iodepth=32 time_based runtime=21600
[sdb1-192G] filename=/dev/sdb1 size=192G buffer_pattern=0x2e918d93 buffer_compress_percentage=16% buffer_compress_chunk=1k `
[root@vm-hlsc-ebs-clients-xr-test09 fio_tmp_1704635953452]# hexdump -C sdb1.163874340864.hdr_fail 00000000 ca ac 05 00 00 20 00 00 60 f4 f4 10 f6 c0 3d 26 |..... ..
.....=&|
00000010 00 00 ac 27 26 00 00 00 d3 fe 02 00 76 af ab 30 |...'&.......v..0|
00000020 01 00 d5 34 c4 3f 0a c9 94 ca d6 74 5f 2c 8f a1 |...4.?.....t_,..|
00000030 60 5c 5c 15 8f c2 56 f2 a0 44 ef 78 ee ee e5 93 |\\...V..D.x....| 00000040 60 f9 f9 64 01 34 8d 3a c0 f2 f3 c9 02 68 1a 75 |
..d.4.:.....h.u|
00000050 20 ec ed 2e 04 9c a7 af e0 de e1 f8 06 04 c2 24 | ..............$|
00000060 20 0b f4 ec a0 45 97 20 40 16 e8 d9 41 8b 2e 41 | ....E. @...A..A|
00000070 60 21 dc c6 e2 d0 c5 61 a0 37 c4 a0 24 5c f4 a2 |!.....a.7..$\..| 00000080 60 96 57 43 d6 9c 4d 5e c0 2c af 86 ac 39 9b bc |
.WC..M^.,...9..|
00000090 20 c3 06 ca 82 d6 e8 1a e0 ef b5 50 2f 10 84 d7 | ..........P/...|
000000a0 20 2a 3a f5 82 63 53 6b 40 54 74 ea 05 c7 a6 d6 | *:..cSk@Tt.....|
000000b0 60 7e ae df 88 2a fa 41 a0 d2 22 ca 8e f1 a0 18 |~...*.A..".....| 000000c0 60 0b 93 a8 a3 18 a1 90 c0 16 26 51 47 31 42 21 |
.........&QG1B!|
000000d0 20 22 b9 f9 ea 49 e3 b1 e0 38 df 4a 32 7b 25 d3 | "...I...8.J2{%.|
000000e0 20 91 ad 08 66 6f a6 c6 40 22 5b 11 cc de 4c 8d | ...fo..@"[...L.|
`