Re: [PATCH v3 2/9] qapi: make blockdev-add a coroutine command

2021-09-27 Thread Vladimir Sementsov-Ogievskiy
07.09.2021 09:14, Markus Armbruster wrote: Vladimir Sementsov-Ogievskiy writes: 06.09.2021 22:28, Markus Armbruster wrote: Vladimir Sementsov-Ogievskiy writes: We are going to support nbd reconnect on open in a next commit. This means that we want to do several connection attempts during

Re: [PATCH v3 2/9] qapi: make blockdev-add a coroutine command

2021-09-07 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > 06.09.2021 22:28, Markus Armbruster wrote: >> Vladimir Sementsov-Ogievskiy writes: >> >>> We are going to support nbd reconnect on open in a next commit. This >>> means that we want to do several connection attempts during some time. >>> And this should

Re: [PATCH v3 2/9] qapi: make blockdev-add a coroutine command

2021-09-06 Thread Vladimir Sementsov-Ogievskiy
06.09.2021 22:28, Markus Armbruster wrote: Vladimir Sementsov-Ogievskiy writes: We are going to support nbd reconnect on open in a next commit. This means that we want to do several connection attempts during some time. And this should be done in a coroutine, otherwise we'll stuck.

Re: [PATCH v3 2/9] qapi: make blockdev-add a coroutine command

2021-09-06 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > We are going to support nbd reconnect on open in a next commit. This > means that we want to do several connection attempts during some time. > And this should be done in a coroutine, otherwise we'll stuck. > > Signed-off-by: Vladimir Sementsov-Ogievskiy >

[PATCH v3 2/9] qapi: make blockdev-add a coroutine command

2021-09-06 Thread Vladimir Sementsov-Ogievskiy
We are going to support nbd reconnect on open in a next commit. This means that we want to do several connection attempts during some time. And this should be done in a coroutine, otherwise we'll stuck. Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block-core.json | 3 ++- 1 file