nvme/rdma initiator stuck on reboot
Steve Wise
swise at opengridcomputing.com
Thu Aug 18 07:47:52 PDT 2016
> >
> > >> Can this be related due to the fact that we use a signle-threaded
> > >> workqueue for delete/reset/reconnect? (delete cancel_sync the active
> > >> reconnect work...)
> > >>
> > >> Does this untested patch help?
> > >
> > > That seems to do it!
> >
> > Is this a formal tested-by?
>
> Sure,
While the patch worked for deleting the controllers, it still hangs if I reboot
the host after the target reboots and the host begins kato recovery. Looks like
the reconnect thread just gets stuck doing this:
[ 947.095936] nvme nvme4: Failed reconnect attempt, requeueing...
[ 947.616015] nvme nvme5: rdma_resolve_addr wait failed (-110).
[ 947.623943] nvme nvme5: Failed reconnect attempt, requeueing...
[ 948.128012] nvme nvme6: rdma_resolve_addr wait failed (-110).
[ 948.135956] nvme nvme6: Failed reconnect attempt, requeueing...
[ 948.624052] nvme nvme7: rdma_resolve_addr wait failed (-104).
I'll try and get a crash dump of this state to look at all the threads. But I
think we need the reconnect worker to give up if the controller it is
reconnecting is getting deleted or the device removed.
>
> but let me ask a question: So the bug was that the delete controller
> worker was blocked waiting for the reconnect worker to complete. Yes? And
the
> reconnect worker was never completing? Why is that? Here are a few tidbits
> about iWARP connections: address resolution == neighbor discovery. So if the
> neighbor is unreachable, it will take a few seconds for the OS to give up and
> fail the resolution. If the neigh entry is valid and the peer becomes
> unreachable during connection setup, it might take 60 seconds or so for a
> connect operation to give up and fail. So this is probably slowing the
> reconnect thread down. But shouldn't the reconnect thread notice that a
delete
> is trying to happen and bail out?
>
>
> _______________________________________________
> Linux-nvme mailing list
> Linux-nvme at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-nvme
More information about the Linux-nvme
mailing list