Re: [Qemu-block] [PATCH v4 06/10] block/nbd-client: move from quit to state

2019-02-06 Thread Vladimir Sementsov-Ogievskiy
05.02.2019 19:35, Vladimir Sementsov-Ogievskiy wrote: > 16.01.2019 19:58, Daniel P. Berrangé wrote: >> On Wed, Jan 16, 2019 at 10:25:03AM -0600, Eric Blake wrote: >>> [adding Dan] >>> >>> On 7/31/18 12:30 PM, Vladimir Sementsov-Ogievskiy wrote: To implement reconnect we need several states

Re: [Qemu-block] [PATCH v4 06/10] block/nbd-client: move from quit to state

2019-02-05 Thread Vladimir Sementsov-Ogievskiy
16.01.2019 19:58, Daniel P. Berrangé wrote: > On Wed, Jan 16, 2019 at 10:25:03AM -0600, Eric Blake wrote: >> [adding Dan] >> >> On 7/31/18 12:30 PM, Vladimir Sementsov-Ogievskiy wrote: >>> To implement reconnect we need several states for the client: >>> CONNECTED, QUIT and two CONNECTING states.

Re: [Qemu-block] [PATCH v4 06/10] block/nbd-client: move from quit to state

2019-01-16 Thread Daniel P . Berrangé
On Wed, Jan 16, 2019 at 10:25:03AM -0600, Eric Blake wrote: > [adding Dan] > > On 7/31/18 12:30 PM, Vladimir Sementsov-Ogievskiy wrote: > > To implement reconnect we need several states for the client: > > CONNECTED, QUIT and two CONNECTING states. CONNECTING states will > > be realized in the

Re: [Qemu-block] [PATCH v4 06/10] block/nbd-client: move from quit to state

2019-01-16 Thread Eric Blake
[adding Dan] On 7/31/18 12:30 PM, Vladimir Sementsov-Ogievskiy wrote: > To implement reconnect we need several states for the client: > CONNECTED, QUIT and two CONNECTING states. CONNECTING states will > be realized in the following patches. This patch implements CONNECTED > and QUIT. > > QUIT

[Qemu-block] [PATCH v4 06/10] block/nbd-client: move from quit to state

2018-07-31 Thread Vladimir Sementsov-Ogievskiy
To implement reconnect we need several states for the client: CONNECTED, QUIT and two CONNECTING states. CONNECTING states will be realized in the following patches. This patch implements CONNECTED and QUIT. QUIT means, that we should close the connection and fail all current and further requests