[PATCH 1/1] nvme-fc: Do not cancel requests in io target before it is initialized
Keith Busch
kbusch at kernel.org
Wed Jun 10 07:35:18 PDT 2026
On Thu, May 28, 2026 at 11:27:34AM +0200, Maurizio Lombardi wrote:
> From: Mohamed Khalfella <mkhalfella at purestorage.com>
>
> A new nvme-fc controller in CONNECTING state sees admin request timeout
> schedules ctrl->ioerr_work to abort inflight requests. This ends up
> calling __nvme_fc_abort_outstanding_ios() which aborts requests in both
> admin and io tagsets. In case fc_ctrl->tag_set was not initialized we
> see the warning below. This is because ctrl.queue_count is initialized
> early in nvme_fc_alloc_ctrl().
Thanks, applied to nvme-7.2.
More information about the Linux-nvme
mailing list