Re: [PATCH 1/3] nbd: fix connection timed out error after reconnecting to server

From: Josef Bacik
Date: Fri May 24 2019 - 09:10:46 EST


On Fri, May 24, 2019 at 05:43:54PM +0800, Yao Liu wrote:
> Some I/O requests that have been sent succussfully but have not yet been
> replied won't be resubmitted after reconnecting because of server restart,
> so we add a list to track them.
>
> Signed-off-by: Yao Liu <yotta.liu@xxxxxxxxx>

Nack, this is what the timeout stuff is supposed to handle. The commands will
timeout and we'll resubmit them if we have alive sockets. Thanks,

Josef