Add verify_only to man page
authorJens Axboe <axboe@kernel.dk>
Fri, 24 Jan 2014 20:15:07 +0000 (12:15 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Jan 2014 20:15:07 +0000 (12:15 -0800)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.1

diff --git a/fio.1 b/fio.1
index b5ff80ce2064b275dc82945bf9c7b4edc89906cb..3cdfd27b46f416886a83771af2bfc741e01456e7 100644 (file)
--- 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.