Right. Alternatively, you could perhaps make it so that the lost
connection is removed, unack'd requests on that connection are resent,
and the session moves on with one less connection (unless the lost
connection is the last one, in which case we die as before). That might
be too much work and not worth it though.
Yeah I wasn't sure if we could just randomly remove hw queue's in blk mq
while the device is still up. If that is in fact easy to do then I'm in
favor of trucking along with less connections than we originally had,
otherwise I think it'll be too big of a pain. Also some users (Facebook
in this case) would rather the whole thing fail so we can figure out
what went wrong rather than suddenly going at a degraded performance.