[vdsm] Using vdsm hook to exploit gluster backend of qemu

2012-06-27 Thread Deepak C Shetty
Hello, Recently there were patches posted in qemu-devel to support gluster as a block backend for qemu. This introduced new way of specifying drive location to qemu as ... -drive file=gluster:: where... volumefile is the gluster volume file name ( say gluster volume is pre-configured

Re: [vdsm] [virt-node] VDSM as a general purpose virt host manager

2012-06-27 Thread Shu Ming
On 2012-6-27 0:18, Adam Litke wrote: On Tue, Jun 26, 2012 at 04:47:35PM +0100, Daniel P. Berrange wrote: On Tue, Jun 26, 2012 at 05:37:26PM +0300, Dan Kenigsberg wrote: On Mon, Jun 25, 2012 at 04:19:28PM -0500, Adam Litke wrote: 1) Completely define the current XMLRPC API including all functio

Re: [vdsm] [RFC] An alternative way to provide a supported interface -- libvdsm

2012-06-27 Thread Saggi Mizrahi
The idea of having a supported C API was something I was thinking about doing (But I'd rather use gobject introspection and not schema generation) But the problem is not having a C API is using the current XML RPC API as it's base The current XML-RPC API contains a lot of decencies and inefficie

Re: [vdsm] [RFC] An alternative way to provide a supported interface -- libvdsm

2012-06-27 Thread Ayal Baron
- Original Message - > The idea of having a supported C API was something I was thinking > about doing (But I'd rather use gobject introspection and not schema > generation) > But the problem is not having a C API is using the current XML RPC > API as it's base > > The current XML-RPC AP

Re: [vdsm] [RFC] An alternative way to provide a supported interface -- libvdsm

2012-06-27 Thread Anthony Liguori
On 06/27/2012 05:13 PM, Ayal Baron wrote: - Original Message - The idea of having a supported C API was something I was thinking about doing (But I'd rather use gobject introspection and not schema generation) But the problem is not having a C API is using the current XML RPC API as it

Re: [vdsm] [RFC] An alternative way to provide a supported interface -- libvdsm

2012-06-27 Thread Ayal Baron
- Original Message - > On 06/27/2012 05:13 PM, Ayal Baron wrote: > > > > > > - Original Message - > >> The idea of having a supported C API was something I was thinking > >> about doing (But I'd rather use gobject introspection and not > >> schema > >> generation) > >> But the pro

Re: [vdsm] [RFC] An alternative way to provide a supported interface -- libvdsm

2012-06-27 Thread Anthony Liguori
On 06/27/2012 05:38 PM, Ayal Baron wrote: - Original Message - On 06/27/2012 05:13 PM, Ayal Baron wrote: - Original Message - The idea of having a supported C API was something I was thinking about doing (But I'd rather use gobject introspection and not schema generation) B

Re: [vdsm] [virt-node] VDSM as a general purpose virt host manager

2012-06-27 Thread Itamar Heim
On 06/26/2012 11:26 AM, Adam Litke wrote: On Tue, Jun 26, 2012 at 11:11:51PM +0800, Shu Ming wrote: On 2012-6-26 20:45, Adam Litke wrote: On Tue, Jun 26, 2012 at 09:53:10AM +0800, Xu He Jie wrote: On 06/26/2012 05:19 AM, Adam Litke wrote: On Mon, Jun 25, 2012 at 05:53:31PM +0300, Dan Kenigsbe