Expand continue_on_error to select which type of error to allow
authorSteven Lang <tirea@google.com>
Thu, 17 Nov 2011 08:45:17 +0000 (09:45 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 17 Nov 2011 08:45:17 +0000 (09:45 +0100)
commit068420271828b3b2426ffc3ccf64404cb9d340fb
tree22c1bb750e9a86abcc0967e5d7884bbf62ad306a
parent184b4098cccb8392eb8ecdd23cdc6597b540df36
Expand continue_on_error to select which type of error to allow

This expands the continue_on_error option to take a string specifying
what type of error to continue on, breaking out errors into read,
write, and verify.  (Sync, trim, and anything else not specifically a
read are considered write operations for the sake of error
continuation.)

Backwards compatibility is retained by allowing =0 and =1 values to
specify none and all, respectively.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
fio.c
fio.h
io_u.c
options.c
verify.c