On Tue, Jun 20, 2023 at 04:40:49PM +0300, Sagi Grimberg wrote:
quoted
quoted
quoted
Hello,
The 1st three patch fixes io hang when controller removal interrupts error
recovery, then queue is left as frozen.
The 4th patch fixes io hang when controller is left as unquiesce.
Ming, what happened to nvme-tcp/rdma move of freeze/unfreeze to the
connect patches?
I'd suggest to handle all drivers(include nvme-pci) in same logic for avoiding
extra maintain burden wrt. error handling, but looks Keith worries about the
delay freezing may cause too many requests queued during error handling, and
that might cause user report.
For nvme-tcp/rdma your patch also addresses IO not failing over because
they block on queue enter. So I definitely want this for fabrics.
The patch in the following link should fix these issues too:
https://lore.kernel.org/linux-block/ZJGmW7lEaipT6saa@ovpn-8-23.pek2.redhat.com/T/#u (local)
I guess you still want the paired freeze patch because it makes freeze &
unfreeze more reliable in error handling. If yes, I can make one fabric
only change for you.
Thanks,
Ming