backend: Add configurable non fatal error list
authorDmitry Monakhov <dmonakhov@openvz.org>
Sun, 23 Sep 2012 11:46:09 +0000 (15:46 +0400)
committerJens Axboe <axboe@kernel.dk>
Sun, 23 Sep 2012 18:33:18 +0000 (20:33 +0200)
commit8b28bd41375930664a0ff9ff9b101a88ac416ac5
tree61f3e973897eae66a84d0933dcaeb98691ddb137
parent1e48a4eabd8835ba8a3c98f52bf2738db2751787
backend: Add configurable non fatal error list

Sometimes it is reasonable to perform test nearly system limits where
errors are possible and expected, in that case one may provide non
fatal error list which will be ignored during execution.
This patch add two options:
    ignore_error: List of non fatal error
    error_dump:   Whenever ignored list should be dumped to log.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
backend.c
examples/enospc-pressure [new file with mode: 0644]
fio.1
fio.h
init.c
io_u.c
options.c
verify.c