+20
−6
Loading
We've had two bugs around error handling for aio and io_uring, both are fixed in this patch: 1) EIO indicates the block device went away - we absolutely need to stop sending I/O to the block device at that point. Note we already did the equivalent for NVMe. 2) Don't return error early. All submitted I/O need to be accounted for before perf will exit, so we must call task_complete() even for error. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: Iea8d9fc52465a6a7a0c949f20c7da4e33ff11c0d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21372 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Mateusz Kozlowski <mateusz.kozlowski@solidigm.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>