Re: [libvirt] [PATCH v2 1/6] libvirtaio: add more debug logging

2017-09-26 Thread Daniel P. Berrange
On Tue, Sep 26, 2017 at 12:46:02AM +0200, Wojtek Porczyk wrote: > On Mon, Sep 25, 2017 at 02:43:56PM +0100, Daniel P. Berrange wrote: > > On Thu, Aug 24, 2017 at 09:22:49PM +0200, Wojtek Porczyk wrote: > > > This logging is helpful for tracing problems with unclosed connections > > > and leaking

Re: [libvirt] [PATCH v2 1/6] libvirtaio: add more debug logging

2017-09-25 Thread Wojtek Porczyk
On Mon, Sep 25, 2017 at 02:43:56PM +0100, Daniel P. Berrange wrote: > On Thu, Aug 24, 2017 at 09:22:49PM +0200, Wojtek Porczyk wrote: > > This logging is helpful for tracing problems with unclosed connections > > and leaking file descriptors. > > > > Signed-off-by: Wojtek Porczyk

Re: [libvirt] [PATCH v2 1/6] libvirtaio: add more debug logging

2017-09-25 Thread Daniel P. Berrange
On Thu, Aug 24, 2017 at 09:22:49PM +0200, Wojtek Porczyk wrote: > This logging is helpful for tracing problems with unclosed connections > and leaking file descriptors. > > Signed-off-by: Wojtek Porczyk > --- > libvirtaio.py | 33 + >

[libvirt] [PATCH v2 1/6] libvirtaio: add more debug logging

2017-09-22 Thread Wojtek Porczyk
This logging is helpful for tracing problems with unclosed connections and leaking file descriptors. Signed-off-by: Wojtek Porczyk --- libvirtaio.py | 33 + 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/libvirtaio.py