Re: [libvirt] [PATCH v2 6/6] libvirtaio: add .drain() coroutine

2017-09-26 Thread Daniel P. Berrange
On Tue, Sep 26, 2017 at 12:47:00AM +0200, Wojtek Porczyk wrote: > On Mon, Sep 25, 2017 at 02:53:01PM +0100, Daniel P. Berrange wrote: > > On Thu, Sep 14, 2017 at 02:41:12AM +0200, Wojtek Porczyk wrote: > > > The intended use is to ensure that the implementation is empty, which is > > > one way to

Re: [libvirt] [PATCH v2 6/6] libvirtaio: add .drain() coroutine

2017-09-25 Thread Wojtek Porczyk
On Mon, Sep 25, 2017 at 02:53:01PM +0100, Daniel P. Berrange wrote: > On Thu, Sep 14, 2017 at 02:41:12AM +0200, Wojtek Porczyk wrote: > > The intended use is to ensure that the implementation is empty, which is > > one way to ensure that all connections were properly closed and file > >

Re: [libvirt] [PATCH v2 6/6] libvirtaio: add .drain() coroutine

2017-09-25 Thread Daniel P. Berrange
On Thu, Sep 14, 2017 at 02:41:12AM +0200, Wojtek Porczyk wrote: > The intended use is to ensure that the implementation is empty, which is > one way to ensure that all connections were properly closed and file > descriptors reclaimed. > > Signed-off-by: Wojtek Porczyk

[libvirt] [PATCH v2 6/6] libvirtaio: add .drain() coroutine

2017-09-22 Thread Wojtek Porczyk
The intended use is to ensure that the implementation is empty, which is one way to ensure that all connections were properly closed and file descriptors reclaimed. Signed-off-by: Wojtek Porczyk --- libvirtaio.py | 36 ++-- 1 file