invocation of this workload. This option allows one to check data multiple
times at a later date without overwriting it. This option makes sense only
for workloads that write data, and does not support workloads with the
- :option:`time_based` option set. :option:`verify_write_sequence` will be
- disabled in this mode, unless its explicitly enabled.
+ :option:`time_based` option set. :option:`verify_write_sequence` and
+ :option:`verify_header_seed` will be disabled in this mode, unless they are
+ explicitly enabled.
.. option:: do_verify=bool
invocation of this workload. This option allows one to check data multiple
times at a later date without overwriting it. This option makes sense only
for workloads that write data, and does not support workloads with the
-\fBtime_based\fR option set. \fBverify_write_sequence\fR option will be
-disabled in this mode, unless its explicitly enabled.
+\fBtime_based\fR option set. Options \fBverify_write_sequence\fR and
+\fBverify_header_seed\fR will be disabled in this mode, unless they are
+explicitly enabled.
.TP
.BI do_verify \fR=\fPbool
Run the verify phase after a write phase. Only valid if \fBverify\fR is
if (o->verify_only) {
if (!fio_option_is_set(o, verify_write_sequence))
o->verify_write_sequence = 0;
+
+ if (!fio_option_is_set(o, verify_header_seed))
+ o->verify_header_seed = 0;
}
/*