commit | 8b28bd41375930664a0ff9ff9b101a88ac416ac5 | [log] [tgz] |
---|---|---|
author | Dmitry Monakhov <[email protected]> | Sun Sep 23 15:46:09 2012 +0400 |
committer | Jens Axboe <[email protected]> | Sun Sep 23 20:33:18 2012 +0200 |
tree | 61f3e973897eae66a84d0933dcaeb98691ddb137 | |
parent | 1e48a4eabd8835ba8a3c98f52bf2738db2751787 [diff] |
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 <[email protected]> Signed-off-by: Jens Axboe <[email protected]>