[PATCH] Add do_verify option
[fio.git] / options.c
index a50dece0baf4c5fd696df0a9f3fe0384ea9fe4b7..cd4b90a79271bc524d43d90ccfb9084c745f7dcc 100644 (file)
--- a/options.c
+++ b/options.c
@@ -599,6 +599,13 @@ static struct fio_option options[] = {
 #endif
                  },
        },
+       {
+               .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,