+10
−0
Loading
As base I/Os complete, the final raid I/O completion status will change only if the base I/O status is different than the default. So if the default is "FAILED" and a base I/O completes with "SUCCESS", it will be set to "SUCCESS" and won't change if subsequent I/Os complete with "FAILED". This will be used by raid1 writes, where the completion status should be successful even if some base I/Os failed. Signed-off-by:Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Idc800baacb9efc36207f77c31a01ec5a2867ccdd Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22845 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Krzysztof Karas <krzysztof.karas@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>