verify: disable header seed check for verify_only jobs
authorAnkit Kumar <ankit.kumar@samsung.com>
Fri, 14 Feb 2025 18:08:03 +0000 (23:38 +0530)
committerVincent Fu <vincentfu@gmail.com>
Thu, 6 Mar 2025 18:58:43 +0000 (13:58 -0500)
commit3afb9a75e2bf1d39b6e90dcb053774d890779ff3
tree9309c98fde66bb033a88e719673815ef2f7ccf1c
parent722774c57c609e21cc1275a23fb209924a5af060
verify: disable header seed check for verify_only jobs

For the invoked verify_only job, header seed can match only if it
exactly matches the original write job. This means either randrepeat
should be true, or we must use the same randseed which was used with the
original write job. After write the verify_only workload shouldn't be
changed from sequential to random or vice versa.

Considering these constraints disable verify_header_seed for verify_only
jobs. Users will still be able to enable header seed checking if they
explicitly set the verify_header_sequence option.

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
HOWTO.rst
fio.1
init.c