Re: [PATCH v2 00/10] mirror: cancel nbd reconnect

2021-02-12 Thread Eric Blake
On 2/5/21 10:37 AM, Vladimir Sementsov-Ogievskiy wrote: > Hi all! > > The problem > > Assume we have mirror job with nbd target node with enabled reconnect. > Connection failed. So, all current requests to nbd node are waiting for > nbd driver to reconnect. And they will wait for reconnect-delay

[PATCH v2 00/10] mirror: cancel nbd reconnect

2021-02-05 Thread Vladimir Sementsov-Ogievskiy
Hi all! The problem Assume we have mirror job with nbd target node with enabled reconnect. Connection failed. So, all current requests to nbd node are waiting for nbd driver to reconnect. And they will wait for reconnect-delay time specified in nbd blockdev options. This timeout may be long