X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=9606ab20e5a3fcb06e548347b3922502718b6f91;hp=b65def9a2adcc543526ce773c08f979411a96401;hb=f2bba1820a567ac00b09916239ac8feb125cead2;hpb=9896178e0969cacb521e004e59c580eab63f35f3 diff --git a/options.c b/options.c index b65def9a..9606ab20 100644 --- a/options.c +++ b/options.c @@ -1504,6 +1504,13 @@ static struct fio_option options[] = { .cb = str_gtod_cpu_cb, .help = "Setup dedicated gettimeofday() thread on this CPU", }, + { + .name = "continue_on_error", + .type = FIO_OPT_BOOL, + .off1 = td_var_offset(continue_on_error), + .help = "Continue on non-fatal errors during I/O", + .def = "0", + }, { .name = NULL, },