Re: [PATCH 7/7] vhost-user-blk: Implement reconnection during realize

2021-06-11 Thread Raphael Norwitz
On Wed, Jun 09, 2021 at 05:46:58PM +0200, Kevin Wolf wrote: > Commit dabefdd6 removed code that was supposed to try reconnecting > during .realize(), but actually just crashed and had several design > problems. > > This adds the feature back without the crash in simple cases while also > fixing so

Re: [PATCH 7/7] vhost-user-blk: Implement reconnection during realize

2021-06-10 Thread Stefano Garzarella
On Wed, Jun 09, 2021 at 05:46:58PM +0200, Kevin Wolf wrote: Commit dabefdd6 removed code that was supposed to try reconnecting during .realize(), but actually just crashed and had several design problems. This adds the feature back without the crash in simple cases while also fixing some design

[PATCH 7/7] vhost-user-blk: Implement reconnection during realize

2021-06-09 Thread Kevin Wolf
Commit dabefdd6 removed code that was supposed to try reconnecting during .realize(), but actually just crashed and had several design problems. This adds the feature back without the crash in simple cases while also fixing some design problems: Reconnection is now only tried if there was a proble