[libvirt] virsh edit error

2009-06-04 Thread Doug Goldstein
In an attempt to rename a kvm vm (which was powered off) I performed the following: $ virsh edit old-name Then changed old-name to new-name and saved and quit from the editor. $ virsh list --all Id Name State -- - old-nameshut off

Re: [libvirt] Release of libvirt-0.6.4

2009-06-04 Thread Daniel P. Berrange
On Thu, Jun 04, 2009 at 07:55:43PM +, Frederik Himpe wrote: > > >> > >> > - test case for exercising the event loop (Daniel Berrange) > >> > >> > >> > >> I think this test is failing for me on Mandriva Cooker (both i586 > >> > >> and x86_64): > > >> What I think is happening is that poll()

Re: [libvirt] Release of libvirt-0.6.4

2009-06-04 Thread Frederik Himpe
>> > >> > - test case for exercising the event loop (Daniel Berrange) >> > >> >> > >> I think this test is failing for me on Mandriva Cooker (both i586 >> > >> and x86_64): >> What I think is happening is that poll() is returning much sooner than >> we anticipate. When you give it a timeout, it

[libvirt] IPv6 subnet on virbr0

2009-06-04 Thread Bernie Innocenti
Hello, in a common scenario where there aren't enough public IPv4 addresses for all domains, I have elaborated this workaround: - the host operates a sixxs.net IPv6 tunnel with aiccu. - the virbr0 interface is manually configured an IPv6 address within a /64 subnet delegated by sixxs.net.

Re: [libvirt] Regression in createQemuImg()@storage_backend_fs.c of 0.6.4

2009-06-04 Thread Cole Robinson
Ryota Ozaki wrote: > Hi, > > I've found a regression in using a backing store of a volume (qcow2) > in a pool (dir). The following code of 0.6.4 hits my system that works > with 0.6.3. > > static int createQemuImg(virConnectPtr conn, > virStorageVolDefPtr vol, >

[libvirt] Regression in createQemuImg()@storage_backend_fs.c of 0.6.4

2009-06-04 Thread Ryota Ozaki
Hi, I've found a regression in using a backing store of a volume (qcow2) in a pool (dir). The following code of 0.6.4 hits my system that works with 0.6.3. static int createQemuImg(virConnectPtr conn, virStorageVolDefPtr vol, virStorageVolDefPtr i

[libvirt] [PATCH] fix a realloc problem

2009-06-04 Thread Daniel Veillard
The xen code for detaching devices had a mistake in the resize compaction code, the size of the data copied was improper, moving N bytes, instead of sizeof(device) * N bytes. The attached patch by Dan Berrange fixes it, it's trivial so I commited it, Daniel -- Daniel Veillard | libxml

Re: [libvirt] PATCH: Fix redetection of transient QEMU VMs on daemon restarts

2009-06-04 Thread Daniel Veillard
On Wed, Jun 03, 2009 at 05:42:20PM +0100, Daniel P. Berrange wrote: > On Tue, Jun 02, 2009 at 03:55:27PM +0200, Daniel Veillard wrote: > > On Wed, May 27, 2009 at 04:58:44PM +0100, Daniel P. Berrange wrote: > > [...] > > > +xmlXPathContextPtr ctxt) > > >

Re: [libvirt] libvirt one driver problem

2009-06-04 Thread Daniel P. Berrange
On Thu, Jun 04, 2009 at 03:22:24PM +0530, Thirupalu Annam wrote: > HI > > I have downloaded and tried with both libvirt-0-6-2 %libvirt-0-6-4 > versions to build the One Driver > > from the source directory I executed the following commands to install > libvirt > >./autogen.sh -with-one=yes

Re: [libvirt] [PATCH] OpenNebula driver changes

2009-06-04 Thread Daniel P. Berrange
On Wed, Jun 03, 2009 at 06:42:37PM +0200, Javier Fontan wrote: > Hello, > > The first patch makes OpenNebula driver compilable in recent codebase. > The second one adds direct calls to xmlrpc library so it does not > depend on OpenNebula libraries and can be licensed as LGPL. This looks good. I'l

Re: [libvirt] Libtool problem

2009-06-04 Thread Daniel P. Berrange
On Wed, Jun 03, 2009 at 05:46:37PM -0300, Eduardo Otubo wrote: > Hello all, > > I found this when compiling the last git commit > (0a29f59e3b8e2c1fb797d2fa93831f21a3e1711e). This is the first > compilation from my new Ubuntu instalation (9.04) so I cannot figure out > if it is a libvirt problem or

[libvirt] libvirt one driver problem

2009-06-04 Thread Thirupalu Annam
HI I have downloaded and tried with both libvirt-0-6-2 %libvirt-0-6-4 versions to build the One Driver from the source directory I executed the following commands to install libvirt >./autogen.sh -with-one=yes >success >make --->