Re: [PATCH v3 28/33] nbd/client-connection: do qio_channel_set_delay(false)

2021-06-03 Thread Vladimir Sementsov-Ogievskiy
03.06.2021 23:48, Eric Blake wrote: On Fri, Apr 16, 2021 at 11:09:06AM +0300, Vladimir Sementsov-Ogievskiy wrote: nbd_open() does it (through nbd_establish_connection()). Actually we lost that call on reconnect path in 1dc4718d849e1a1fe "block/nbd: use non-blocking connect: fix vm hang on connec

Re: [PATCH v3 28/33] nbd/client-connection: do qio_channel_set_delay(false)

2021-06-03 Thread Eric Blake
On Fri, Apr 16, 2021 at 11:09:06AM +0300, Vladimir Sementsov-Ogievskiy wrote: > nbd_open() does it (through nbd_establish_connection()). > Actually we lost that call on reconnect path in 1dc4718d849e1a1fe > "block/nbd: use non-blocking connect: fix vm hang on connect()" > when we have introduced re

[PATCH v3 28/33] nbd/client-connection: do qio_channel_set_delay(false)

2021-04-16 Thread Vladimir Sementsov-Ogievskiy
nbd_open() does it (through nbd_establish_connection()). Actually we lost that call on reconnect path in 1dc4718d849e1a1fe "block/nbd: use non-blocking connect: fix vm hang on connect()" when we have introduced reconnect thread. Fixes: 1dc4718d849e1a1fe665ce5241ed79048cfa2cfc Signed-off-by: Vladim