Re: [libvirt] [PATCH] Fix lv scanning with encrypted volumes

2008-11-12 Thread Daniel P. Berrange
On Wed, Nov 12, 2008 at 04:37:16PM -0500, Cole Robinson wrote: > See https://bugzilla.redhat.com/show_bug.cgi?id=470693 > > Using ':' as a delimiter for the lvs command isn't reliable, > since it looks like encrypted volume groups have a colon in > the physical device name, which throws of the reg

Re: [libvirt] [PATCH] Register storage backends in test driver

2008-11-12 Thread Daniel P. Berrange
On Wed, Nov 12, 2008 at 04:36:42PM -0500, Cole Robinson wrote: > The refactored storage backend registering broke the test driver. The > attached patch makes everything work again by explicitly registering the > backends on driver startup. The test driver shouldn't be using any of these backends.

[libvirt] [PATCH] Fix lv scanning with encrypted volumes

2008-11-12 Thread Cole Robinson
See https://bugzilla.redhat.com/show_bug.cgi?id=470693 Using ':' as a delimiter for the lvs command isn't reliable, since it looks like encrypted volume groups have a colon in the physical device name, which throws of the regex. The attached patch changes the delimiter to ','. Maintains existing

[libvirt] [PATCH] Register storage backends in test driver

2008-11-12 Thread Cole Robinson
The refactored storage backend registering broke the test driver. The attached patch makes everything work again by explicitly registering the backends on driver startup. Thanks, Cole diff --git a/src/test.c b/src/test.c index 30dc52a..a785f04 100644 --- a/src/test.c +++ b/src/test.c @@ -43,6 +43,

Re: [libvirt] [PATCH] Xen Events Updated

2008-11-12 Thread Daniel P. Berrange
On Tue, Nov 11, 2008 at 01:34:29PM -0500, Ben Guthro wrote: > This version of the Xen-Events patch goes a step further > than the last version, and now emits the following domain events: > > STARTED > STOPPED > ADDED > REMOVED > > This is accomplished by monitoring /etc/xen, and taking advantage

Re: [libvirt] PATCH: OpenVZ bridge support

2008-11-12 Thread Daniel P. Berrange
On Wed, Nov 12, 2008 at 04:53:23PM +0300, Anton Protopopov wrote: > 2008/11/12 Daniel Veillard <[EMAIL PROTECTED]> > > > On Mon, Nov 10, 2008 at 12:11:15PM +, Daniel P. Berrange wrote: > > > This is an update of the patch > > > > > > http://www.redhat.com/archives/libvir-list/2008-October/msg0

Re: [libvirt] PATCH: OpenVZ bridge support

2008-11-12 Thread Anton Protopopov
2008/11/12 Daniel Veillard <[EMAIL PROTECTED]> > On Mon, Nov 10, 2008 at 12:11:15PM +, Daniel P. Berrange wrote: > > This is an update of the patch > > > > http://www.redhat.com/archives/libvir-list/2008-October/msg00326.html > > > > To enable bridge support in the OpenVZ driver. As well as th

Re: [libvirt] PATCH: OpenVZ bridge support

2008-11-12 Thread Daniel Veillard
On Mon, Nov 10, 2008 at 12:11:15PM +, Daniel P. Berrange wrote: > This is an update of the patch > > http://www.redhat.com/archives/libvir-list/2008-October/msg00326.html > > To enable bridge support in the OpenVZ driver. As well as the fixes > suggested last time, it includes an initial bit

Re: [libvirt] [PATCH] Java bindings for domain events

2008-11-12 Thread Daniel Veillard
On Fri, Nov 07, 2008 at 03:46:37PM -0500, David Lively wrote: > The attached patch (against libvirt-java) contains Java bindings for the > new domain event code. It works (see EventTest.java), but there's a > certain amount of hokiness regarding the EventImpl stuff that I'd like > to discuss. I

Re: [libvirt] [PATCH]: Implement Qemu/KVM live migration

2008-11-12 Thread Daniel Veillard
On Tue, Nov 11, 2008 at 10:11:40PM +, Daniel P. Berrange wrote: > On Thu, Nov 06, 2008 at 03:10:29PM +0100, Chris Lalancette wrote: > > All, > > Attached is a patch to implement Qemu/KVM live migration in libvirt. > > Now > > that upstream Qemu has settled on an interface that is friendl

Re: [libvirt] [PATCH] add the check whether the domain has already used a disk which attach

2008-11-12 Thread Daniel Veillard
On Mon, Nov 10, 2008 at 07:38:58PM +0900, S.Sakamoto wrote: > > > > > "attach-disk" does not give an error, > > > > > when the domain which is attached has already used the source which > > > > > attach. > > > > > This has danger of the data corruption. > > > > > > > > > > I make the patch to add

Re: [libvirt] [PATCH] 0/7 host ("node") device enumeration - completed submission

2008-11-12 Thread Daniel Veillard
On Tue, Nov 11, 2008 at 09:46:18PM +, Daniel P. Berrange wrote: > On Thu, Nov 06, 2008 at 09:32:17PM -0500, David Lively wrote: > > Daniel(s) - > > In the attached set of patches, I've merged in DanB's reworking of the > > headers, etc. and adjusted my code accordingly. I've also renamed > >