commit | e84c73a89ef19f38e117ed4fae5eb3bd4aee8a81 | [log] [tgz] |
---|---|---|
author | Shawn Lewis <shawnlewis@google.com> | Thu Aug 02 22:19:32 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Aug 02 22:19:32 2007 +0200 |
tree | cdb0c6b7308986c4695d8e7ef5d2dd15ce50dbbc | |
parent | a944e335fac62c75966b417a25ec107c40957cdb [diff] [blame] |
[PATCH] Add do_verify option Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/options.c b/options.c index a50dece..cd4b90a 100644 --- a/options.c +++ b/options.c
@@ -600,6 +600,13 @@ }, }, { + .name = "do_verify", + .type = FIO_OPT_INT, + .off1 = td_var_offset(do_verify), + .help = "Run verification stage after write", + .def = "1", + }, + { .name = "verify", .type = FIO_OPT_STR, .off1 = td_var_offset(verify),