[libvirt] [libvirt-qpid PATCH 2/3] Convert class names to lower case

2011-07-12 Thread Zane Bitter
This schema change is necessary to ensure that classes keep the same names after changing from the QMF to the QMFv2 API. --- src/DomainWrap.cpp |2 +- src/NodeWrap.cpp |2 +- src/PoolWrap.cpp |2 +- src/VolumeWrap.cpp |2 +- src/libvirt-schema.xml |8

Re: [libvirt] [libvirt-qpid PATCH 1/3] Convert to QMFv2 APIs

2011-07-12 Thread Daniel P. Berrange
On Tue, Jul 12, 2011 at 06:28:46PM +0200, Zane Bitter wrote: diff --git a/src/DomainWrap.cpp b/src/DomainWrap.cpp index 47876de..eab6bbc 100644 --- a/src/DomainWrap.cpp +++ b/src/DomainWrap.cpp @@ -2,266 +2,310 @@ #include NodeWrap.h #include DomainWrap.h #include Error.h +#include

Re: [libvirt] [libvirt-qpid PATCH 0/3] Conversion of libvirt-qpid to matahari

2011-07-12 Thread Daniel P. Berrange
On Tue, Jul 12, 2011 at 06:28:23PM +0200, Zane Bitter wrote: The following series converts libvirt-qpid into a matahari agent using the QMFv2 APIs. Since the patches are rather large, I have also pushed them to GitHub for easier reviewing:

Re: [libvirt] [libvirt-qpid PATCH 0/3] Conversion of libvirt-qpid to matahari

2011-07-12 Thread Zane Bitter
On 12/07/11 18:48, Daniel P. Berrange wrote: On Tue, Jul 12, 2011 at 06:28:23PM +0200, Zane Bitter wrote: The following series converts libvirt-qpid into a matahari agent using the QMFv2 APIs. Since the patches are rather large, I have also pushed them to GitHub for easier reviewing:

Re: [libvirt] [libvirt-qpid PATCH 0/3] Conversion of libvirt-qpid to matahari

2011-07-12 Thread Ian Main
On Tue, Jul 12, 2011 at 06:23:23PM +0200, Zane Bitter wrote: The following series converts libvirt-qpid into a matahari agent using the QMFv2 APIs. Since the patches are rather large, I have also pushed them to GitHub for easier reviewing:

[libvirt] libvirt-qpid and migrate issue

2009-01-14 Thread Ian Main
Howdy all! So in working with libvirt-qpid, I've come to realize that it imposes a new difficulty in doing migrations. Traditionally you would connect out to each individual libvirt instance from a central location and be able to pass the destination connection pointer to the virDomainMigrate

Re: [libvirt] libvirt-qpid

2008-10-16 Thread Ian Main
On Mon, 13 Oct 2008 15:56:21 +0200 Daniel Veillard [EMAIL PROTECTED] wrote: On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: Once you have that set up, 'yum install libvirt-qpid python-qpid', and then run (each in their own terminals): qpidd --auth no libvirt-qpid (as root to

Re: [libvirt] libvirt-qpid

2008-10-16 Thread Daniel Veillard
On Thu, Oct 16, 2008 at 12:34:05PM -0700, Ian Main wrote: On Mon, 13 Oct 2008 15:56:21 +0200 Daniel Veillard [EMAIL PROTECTED] wrote: On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: I'm a little bit worried by the following: PID USER PR NI VIRT RES SHR S %CPU

Re: [libvirt] libvirt-qpid

2008-10-13 Thread Daniel Veillard
On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: Once you have that set up, 'yum install libvirt-qpid python-qpid', and then run (each in their own terminals): qpidd --auth no libvirt-qpid (as root to auth with libvirt) I'm a little bit worried by the following: PID USER

Re: [libvirt] libvirt-qpid

2008-10-07 Thread Daniel Veillard
On Mon, Oct 06, 2008 at 04:57:45PM +0100, Daniel P. Berrange wrote: On Mon, Oct 06, 2008 at 05:54:28PM +0200, Daniel Veillard wrote: On Mon, Oct 06, 2008 at 08:14:12AM -0700, Ian Main wrote: I'm just wondering if there is any DNS customization trick which would allow the qpid client to

Re: [libvirt] libvirt-qpid

2008-10-06 Thread Daniel Veillard
On Fri, Oct 03, 2008 at 02:50:08PM +0100, Daniel P. Berrange wrote: If then I install and start qpidd on machine B qpid-tool can connect to it ... but the already started libvirt-qpid don't seems to be able to find it, unless I restart it which seems to indicate a failure to connect

Re: [libvirt] libvirt-qpid

2008-10-06 Thread Daniel P. Berrange
On Mon, Oct 06, 2008 at 04:18:15PM +0200, Daniel Veillard wrote: I got this working it's just that my firewall rules on node A blocked access ! Basically one need to open TCP port 5672 on the machine running the QPid broker (and possibly 5671 when SSL auth is to be used once

Re: [libvirt] libvirt-qpid

2008-10-06 Thread Ian Main
On Mon, 6 Oct 2008 16:18:15 +0200 Daniel Veillard [EMAIL PROTECTED] wrote: On Fri, Oct 03, 2008 at 02:50:08PM +0100, Daniel P. Berrange wrote: If then I install and start qpidd on machine B qpid-tool can connect to it ... but the already started libvirt-qpid don't seems to be able to

Re: [libvirt] libvirt-qpid

2008-10-06 Thread Daniel Veillard
On Mon, Oct 06, 2008 at 08:14:12AM -0700, Ian Main wrote: I'm just wondering if there is any DNS customization trick which would allow the qpid client to automatically find the broker based on the DNS settings (things like _qpid._tcp SRV entries in the local domain). That would avoid the

Re: [libvirt] libvirt-qpid

2008-10-06 Thread Daniel P. Berrange
On Mon, Oct 06, 2008 at 05:54:28PM +0200, Daniel Veillard wrote: On Mon, Oct 06, 2008 at 08:14:12AM -0700, Ian Main wrote: I'm just wondering if there is any DNS customization trick which would allow the qpid client to automatically find the broker based on the DNS settings (things like

Re: [libvirt] libvirt-qpid

2008-10-03 Thread Daniel Veillard
On Thu, Oct 02, 2008 at 05:33:54PM +0200, Daniel Veillard wrote: On Thu, Oct 02, 2008 at 08:16:02AM -0700, Ian Main wrote: On Thu, 2 Oct 2008 16:50:08 +0200 Daniel Veillard [EMAIL PROTECTED] wrote: On Thu, Oct 02, 2008 at 03:40:06PM +0100, Daniel P. Berrange wrote: On Thu, Oct 02,

Re: [libvirt] libvirt-qpid

2008-10-03 Thread Daniel P. Berrange
On Fri, Oct 03, 2008 at 03:29:17PM +0200, Daniel Veillard wrote: On Thu, Oct 02, 2008 at 05:33:54PM +0200, Daniel Veillard wrote: On Thu, Oct 02, 2008 at 08:16:02AM -0700, Ian Main wrote: On Thu, 2 Oct 2008 16:50:08 +0200 Daniel Veillard [EMAIL PROTECTED] wrote: On Thu, Oct 02,

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Daniel Veillard
On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: Howdy folks! Okay i started playing with this a bit, so a few hints and feedback The source code repo: http://git.et.redhat.com/?p=libvirt-qpid.git;a=summary So I'd like to hear any feedback you guys might have. This file in

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Daniel P. Berrange
On Thu, Oct 02, 2008 at 03:06:01PM +0200, Daniel Veillard wrote: On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: Howdy folks! If you wish to try it out, I've made rpms for fedora 9 x86_64 and i386. They are in the ovirt repo, which you can add to yum using: rpm -ivh

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Ian Main
On Wed, 1 Oct 2008 11:36:24 +0100 Daniel P. Berrange [EMAIL PROTECTED] wrote: On Wed, Oct 01, 2008 at 11:10:41AM +0100, Daniel P. Berrange wrote: On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: - Make it less chatty, but log stuff Configurable use of syslog() would be a good

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Daniel Veillard
On Thu, Oct 02, 2008 at 03:40:06PM +0100, Daniel P. Berrange wrote: On Thu, Oct 02, 2008 at 03:06:01PM +0200, Daniel Veillard wrote: You also need 'yum install qpidd' I suspect this indicates a missing dependancy maybe in the libvirt-qpid package but I'm not 100% sure Yeah, i believe

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Daniel P. Berrange
On Wed, Oct 01, 2008 at 02:55:57PM -0700, Ian Main wrote: On Wed, 1 Oct 2008 11:36:24 +0100 Daniel P. Berrange [EMAIL PROTECTED] wrote: On Wed, Oct 01, 2008 at 11:10:41AM +0100, Daniel P. Berrange wrote: On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: - Make it less chatty,

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Ian Main
On Wed, 1 Oct 2008 11:10:41 +0100 Daniel P. Berrange [EMAIL PROTECTED] wrote: On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: So I've been working on a qpid interface to libvirt. Here's the description I've come up with: libvirt-qpid provides an interface with libvirt

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Ian Main
On Thu, 2 Oct 2008 16:50:08 +0200 Daniel Veillard [EMAIL PROTECTED] wrote: On Thu, Oct 02, 2008 at 03:40:06PM +0100, Daniel P. Berrange wrote: On Thu, Oct 02, 2008 at 03:06:01PM +0200, Daniel Veillard wrote: You also need 'yum install qpidd' I suspect this indicates a missing

Re: [libvirt] libvirt-qpid

2008-10-02 Thread Daniel Veillard
On Thu, Oct 02, 2008 at 08:16:02AM -0700, Ian Main wrote: On Thu, 2 Oct 2008 16:50:08 +0200 Daniel Veillard [EMAIL PROTECTED] wrote: On Thu, Oct 02, 2008 at 03:40:06PM +0100, Daniel P. Berrange wrote: On Thu, Oct 02, 2008 at 03:06:01PM +0200, Daniel Veillard wrote: You also need

Re: [libvirt] libvirt-qpid

2008-10-01 Thread Daniel P. Berrange
On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: So I've been working on a qpid interface to libvirt. Here's the description I've come up with: libvirt-qpid provides an interface with libvirt using QMF (qpid modeling framework) which utilizes the AMQP protocol. The Advanced

Re: [libvirt] libvirt-qpid

2008-10-01 Thread Daniel P. Berrange
On Wed, Oct 01, 2008 at 11:10:41AM +0100, Daniel P. Berrange wrote: On Wed, Sep 24, 2008 at 10:55:36AM -0700, Ian Main wrote: - Make it less chatty, but log stuff Configurable use of syslog() would be a good idea. For sake of consistency I'd recommend looking at the libvirtd daemon, and its

[libvirt] libvirt-qpid

2008-09-24 Thread Ian Main
Howdy folks! So I've been working on a qpid interface to libvirt. Here's the description I've come up with: libvirt-qpid provides an interface with libvirt using QMF (qpid modeling framework) which utilizes the AMQP protocol. The Advanced Message Queuing Protocol (AMQP) is an open standard