X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=0eab6e113a9d5c99fae86f1f30bb2a4196b97f14;hp=536e370ba03f0c5f3c9d3d8fc03ddd559c0cc95b;hb=f2bba1820a567ac00b09916239ac8feb125cead2;hpb=9896178e0969cacb521e004e59c580eab63f35f3 diff --git a/HOWTO b/HOWTO index 536e370b..0eab6e11 100644 --- a/HOWTO +++ b/HOWTO @@ -928,6 +928,14 @@ gtod_cpu=int Sometimes it's cheaper to dedicate a single thread of for doing these time calls will be excluded from other uses. Fio will manually clear it from the CPU mask of other jobs. +continue_on_error=bool Normally fio will exit the job on the first observed + failure. If this option is set, fio will continue the job when + there is a 'non-fatal error' (EIO or EILSEQ) until the runtime + is exceeded or the I/O size specified is completed. If this + option is used, there are two more stats that are appended, + the total error count and the first error. The error field + given in the stats is the first error that was hit during the + run. 6.0 Interpreting the output