Re: [libvirt-users] with current libvirt git virsh expects vbox, refuses kvm define

2011-07-26 Thread Whit Blauvelt
> What's the output of "# virsh -V" on your second ubuntu box? I guess > your libvirt on that box might not be compiled with qemu driver. # virsh -V Virsh command line tool of libvirt 0.9.3 ... Compiled with support for: Hypervisors: QEmu/KVM UML OpenVZ VirtualBox LXC ESX Test Networking: Remot

Re: [libvirt-users] with current libvirt git virsh expects vbox, refuses kvm define

2011-07-26 Thread Osier Yang
于 2011年07月27日 08:04, Whit Blauvelt 写道: Okay, just installed libvirt from today's git on two Ubuntu systems. The first one went fine (except for continuation of the problem that virsh and virt-manager cannot connect to 0.8.3 systems that's been there in the 0.9.x libvirts) ... but on the second, a

[libvirt-users] with current libvirt git virsh expects vbox, refuses kvm define

2011-07-26 Thread Whit Blauvelt
Okay, just installed libvirt from today's git on two Ubuntu systems. The first one went fine (except for continuation of the problem that virsh and virt-manager cannot connect to 0.8.3 systems that's been there in the 0.9.x libvirts) ... but on the second, after install, "virsh list --all" presents

[libvirt-users] lock managers

2011-07-26 Thread Whit Blauvelt
On Mon, Jul 25, 2011 at 03:32:32PM -0600, Eric Blake wrote: > Yes, both useful lock managers (sanlock and fcntl) work best with > the use of a shared lock directory, at which point they correctly > handle live migration between hosts. Where would I learn how to use fcntl for this? I see code fo

Re: [libvirt-users] python-libvirt for 0.9.3 leaking file descriptors

2011-07-26 Thread Daniel P. Berrange
On Tue, Jul 26, 2011 at 06:29:58PM +0200, Matthias Bolte wrote: > 2011/7/26 Igor Serebryany : > > i've reported this issue before, so i guess this is a regression. looks > > like the python bindings for 0.9.3 are leaking file descriptors: > > > > root@cloud1:~# python > > Python 2.6.6 (r266:84292,

Re: [libvirt-users] python-libvirt for 0.9.3 leaking file descriptors

2011-07-26 Thread Matthias Bolte
2011/7/26 Igor Serebryany : > i've reported this issue before, so i guess this is a regression. looks > like the python bindings for 0.9.3 are leaking file descriptors: > > root@cloud1:~# python > Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) > [GCC 4.4.5] on linux2 > Type "help", "copyright", "

Re: [libvirt-users] insert ISO into a KVM guest

2011-07-26 Thread Pete Ashdown
On 07/26/2011 08:07 AM, Jeff wrote: > There's got to be a simple way to attach an ISO to a KVM guest. I just > haven't yet discovered it. > > I've tried adding the following stanza to my guest XML file, under the > stanza and starting the guest: > > > > > > > > > > But I get th

[libvirt-users] insert ISO into a KVM guest

2011-07-26 Thread Jeff
There's got to be a simple way to attach an ISO to a KVM guest. I just haven't yet discovered it. I've tried adding the following stanza to my guest XML file, under the stanza and starting the guest: But I get the following: error: Failed to start domain rhel6guest error:

[libvirt-users] Ping not working after a migration

2011-07-26 Thread Adnan Pasic
Hello guys, maybe you can help me with following issue. I have created a little cloud with a host and two worker nodes using opennebula. The setup went successfully until now, I am able to create VM's and move them via normal and live migration. Another (possibly) important information is that

[libvirt-users] Ping not working after a migration

2011-07-26 Thread Adnan Pasic
Hello guys, maybe you can help me with following issue. I have created a little cloud with a host and two worker nodes using opennebula. The setup went successfully until now, I am able to create VM's and move them via normal and live migration. Another (possibly) important information is th

Re: [libvirt-users] Split a qcow2-image?

2011-07-26 Thread Stefan G. Weichinger
Am 25.07.2011 21:49, schrieb Eric Blake: > Have you tried using virt-resize yet? I don't have that binary here ... should it come with libvirt? > That may have all the > functionality you need for resizing partitions; although I'm not sure if > it can completely remove a partition. If it can,

Re: [libvirt-users] python-libvirt for 0.9.3 leaking file descriptors

2011-07-26 Thread Osier Yang
于 2011年07月26日 14:25, Igor Serebryany 写道: > i've reported this issue before, so i guess this is a regression. looks > like the python bindings for 0.9.3 are leaking file descriptors: > > root@cloud1:~# python > Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) > [GCC 4.4.5] on linux2 > Type "help",