Loading
bdev/nvme: Delay callbacks when the next operation is a failover
Previously, when failover was the next operation after a reset, callbacks notified the `bdev` layer about the successful operation, and scheduled another reset. This patch ensures that there is no ongoing failover when a successful callback is sent. Fixes issue #3206. Change-Id: I649204a8d8f9fa05684ad9ce0fb0a5d94989cfae Signed-off-by:Sebastian Brzezinka <sebastian.brzezinka@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21901 Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com>