Re: [libvirt] PATCH: Make VirtualBox domain IDs start from 1 instead of 0

2009-04-21 Thread Daniel Veillard
On Tue, Apr 21, 2009 at 11:15:37AM +0100, Daniel P. Berrange wrote: The VirtualBox driver currently returns domain IDs starting from 0. The domain ID 0 is reserved for a special scenario. It refers to a guest which is also the host OS. ie its the guest in which libvirt is running. This guest

Re: [libvirt] Release of libvirt-0.6.2

2009-04-21 Thread Daniel Veillard
On Fri, Apr 17, 2009 at 10:19:41PM +0200, Gerrit Slomma wrote: Daniel Veillard schrieb: I would rather try to understand why you have the problem, it does rebuild here as far as I can tell. I have a xen package installed but the above rule should prevent the proxy from building. I guess

[libvirt] [PATCH] Documentation for VirtualBox support

2009-04-21 Thread Pritesh Kothari
Hi All, After a couple of last minute tweaks, it's now commited. Adding some documentation section would be a good idea, that can still be done in time for next week release :-) Done. Attaching a patch for the documentation. Regards, Pritesh commit e32a4948a72659ed4f693f8b57c814b4d60c8dda

Re: [libvirt] [PATCH] Documentation for VirtualBox support

2009-04-21 Thread Daniel Veillard
On Tue, Apr 21, 2009 at 01:32:39PM +0200, Pritesh Kothari wrote: Hi All, After a couple of last minute tweaks, it's now commited. Adding some documentation section would be a good idea, that can still be done in time for next week release :-) Done. Attaching a patch for the

Re: [libvirt] [RFC] Storage volume clone API

2009-04-21 Thread Cole Robinson
On 04/16/2009 11:10 AM, Daniel P. Berrange wrote: On Wed, Apr 15, 2009 at 03:28:54PM -0400, Cole Robinson wrote: Hi all, Attached is a stab at an API for cloning a storage volume. This patch implements the command for FS volumes, along with a virsh command 'vol-clone'. This builds on the

Re: [libvirt] Question about the specification of virsh vcpupin and virsh vcpuinfo in libvirt-0.6.1.

2009-04-21 Thread Daniel Veillard
On Tue, Apr 14, 2009 at 04:40:46PM +0900, Takahashi Tomohiro wrote: Hi Daniel-san, Thank you for your reply. virsh doesn't place any restrictions on whether those commands can be run on inactive guests. It should just try the API regardless and be prepared for any errors. I see. I

[libvirt] Dummy tag in xml desc?

2009-04-21 Thread Jean-Michel Guillaume
Hello Everybody! I'd like to find a way to pass information between a machine a virtual machine managed by libvirt (like we can with VirtualBox or VMware thanks to guest tools for instance ). I thought that I would have been able to write a comment section or something like that within the

[Libvirt] Python version

2009-04-21 Thread Christian Weyermann
Hello everybody, we are doing a project for university where we want to use libvirt. We decided to use the Python bindings. The question is, which python versions are supported by libvirt 0.6.2? We are especially interested in Python 3.0. Thanks and best Regards, Chris -- Libvir-list mailing

Re: [Libvirt] Python version

2009-04-21 Thread Daniel P. Berrange
On Tue, Apr 21, 2009 at 02:37:34PM +0200, Christian Weyermann wrote: Hello everybody, we are doing a project for university where we want to use libvirt. We decided to use the Python bindings. The question is, which python versions are supported by libvirt 0.6.2? We are especially interested

Re: [libvirt] Dummy tag in xml desc?

2009-04-21 Thread Daniel P. Berrange
On Tue, Apr 21, 2009 at 03:43:02PM +0200, Jean-Michel Guillaume wrote: Hello Everybody! I'd like to find a way to pass information between a machine a virtual machine managed by libvirt (like we can with VirtualBox or VMware thanks to guest tools for instance ). I thought that I would

Re: [libvirt] Supporting dynamic bridge names

2009-04-21 Thread Daniel Veillard
On Fri, Apr 17, 2009 at 01:12:26PM +0200, Soren Hansen wrote: On Fri, Apr 17, 2009 at 10:45:19AM +0100, Daniel P. Berrange wrote: The problem with this approach is that the bridge name potentially ends up being different every time the virtual network is started. The bridge name needs to be

Re: [libvirt] PATCH: Make VirtualBox domain IDs start from 1 instead of 0

2009-04-21 Thread Daniel P. Berrange
On Tue, Apr 21, 2009 at 01:10:10PM +0200, Pritesh Kothari wrote: On Tuesday 21 April 2009 12:15:37 Daniel P. Berrange wrote: The VirtualBox driver currently returns domain IDs starting from 0. The domain ID 0 is reserved for a special scenario. It refers to a guest which is also the host

Re: [libvirt] PATCH: Remove PID file before starting QEMU, and after shutdown

2009-04-21 Thread Daniel P. Berrange
On Mon, Apr 20, 2009 at 08:52:44PM +0200, Daniel Veillard wrote: On Mon, Apr 20, 2009 at 01:52:30PM +0100, Daniel P. Berrange wrote: We spawn QEMU with a -pidfile option to write its PID out to a file. This file is never removed though, so next time the guest starts there is small race

[libvirt] live-migration is not working with libvirt-0.6.2 on RHEL5.3

2009-04-21 Thread Gerrit Slomma
So i still do not get live migration up and running with libvirt-0.6.2 on RHEL5.3 My setup is as following: Host#1 rr016: RHEL5.3 2.6.18-128.el5.x86_64; 4 GB RAM; C2D T8300 Host#2 rr017: RHEL5.3 2.6.18-128.el5.x86_64; 3 GB RAM; C2D E6550 on both hosts: kvm-85 compiled rpms from sourceforge.org