From: Jens Axboe Date: Fri, 24 Jan 2014 20:15:07 +0000 (-0800) Subject: Add verify_only to man page X-Git-Tag: fio-2.1.5~28 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=5e4c7118da52cb62aa9361dcac16c68001813cb9 Add verify_only to man page Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index b5ff80ce..3cdfd27b 100644 --- a/fio.1 +++ b/fio.1 @@ -934,6 +934,13 @@ Unlink job files when done. Default: false. Specifies the number of iterations (runs of the same workload) of this job. Default: 1. .TP +.BI verify_only \fR=\fPbool +Do not perform the specified workload, only verify data still matches previous +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. +.TP .BI do_verify \fR=\fPbool Run the verify phase after a write phase. Only valid if \fBverify\fR is set. Default: true.