Re: [Qemu-block] Python NBD client library

2018-08-04 Thread Richard W.M. Jones
On Fri, Aug 03, 2018 at 11:12:38PM +0300, Nir Soffer wrote: > On Tue, Jul 31, 2018 at 6:17 PM Richard W.M. Jones > wrote: > ... > > > > If you like to check the prototype, see: > > > https://gerrit.ovirt.org/c/93384/ > > > > > > qemu's nbd/client.c was very helpful so far, since NBD doc > > >

Re: [Qemu-block] Python NBD client library

2018-08-03 Thread Nir Soffer
On Tue, Jul 31, 2018 at 6:17 PM Richard W.M. Jones wrote: ... > > If you like to check the prototype, see: > > https://gerrit.ovirt.org/c/93384/ > > > > qemu's nbd/client.c was very helpful so far, since NBD doc > > https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md > > is not

Re: [Qemu-block] Python NBD client library

2018-07-31 Thread Richard W.M. Jones
On Tue, Jul 31, 2018 at 05:48:50PM +0300, Nir Soffer wrote: > Thanks everyone for the good input on > http://lists.nongnu.org/archive/html/qemu-block/2018-07/msg00168.html > > I'm convinced that the best direction for oVirt is having NBD client instead > of using the kernel nbd client. I think a

[Qemu-block] Python NBD client library

2018-07-31 Thread Nir Soffer
Thanks everyone for the good input on http://lists.nongnu.org/archive/html/qemu-block/2018-07/msg00168.html I'm convinced that the best direction for oVirt is having NBD client instead of using the kernel nbd client. I think a C library would be best, but a python version is faster to implement