fio: add verify_header_seed option
authorAnkit Kumar <ankit.kumar@samsung.com>
Fri, 7 Feb 2025 17:44:15 +0000 (23:14 +0530)
committerVincent Fu <vincentfu@gmail.com>
Thu, 6 Mar 2025 18:58:43 +0000 (13:58 -0500)
commit703d04e71ada5b47aeefd113c29cb7cd7a5a96d2
tree546a600408dfc9c8eaa507f5bb08aa42e7da8dab
parent4b9953fa714442d8b06348fd618eb8214181d3f1
fio: add verify_header_seed option

Add a new option to disable the verify header seed check. The header
seed check is enabled by default.
There have been numerous issues observed with header seed mismatch. Hence
this allows end user to disable this check, and proceed with the checksum
verification. This is similar to option verify_write_sequence, which
allows the capability to disable write sequence number check.

Update the documentation accordingly.

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
HOWTO.rst
cconv.c
fio.1
options.c
server.h
thread_options.h
verify.c