X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=62bbb43c893a08d21be4418a8f2c68932af35066;hp=f5071ae55897774a3923c2ef6fbfe78e68ba5f96;hb=a12a3b4d8903b9941705067442c2c530a94635f3;hpb=3f199b01fc9cc7a0f4915db266d7a28bc46e84f0;ds=sidebyside diff --git a/options.c b/options.c index f5071ae5..62bbb43c 100644 --- a/options.c +++ b/options.c @@ -688,6 +688,14 @@ static struct fio_option options[] = { .help = "Fill pattern for IO buffers", .parent = "verify", }, + { + .name = "verify_fatal", + .type = FIO_OPT_INT, + .off1 = td_var_offset(verify_fatal), + .def = "0", + .help = "Exit on a single verify failure, don't continue", + .parent = "verify", + }, { .name = "write_iolog", .type = FIO_OPT_STR_STORE,