[libvirt] Migrate not running guests

2010-07-05 Thread Juan Quintela
Hi In an exercise to use more libvirt, I am trying to use libvirt with my normal use. First, I will explain how I normally run my guests. I install guests on a machine with virt-install <> I store all my guests images in a shared directory that is mounted in all my hosts. Now, it is trivia

Re: [libvirt] ESXi support

2010-07-05 Thread adrian wyssen
Hi Matthias, Thanks for your excellent explanation. It works now with the hellolibvirt example. I still have a problem. It don't want to be forced to enter a password. So I tried to set the URI to esx://user:p...@esx_host/?no_verify=1. But that does not work. It anyway asks for password. Providing

[libvirt] Release of libvirt-0.8.2

2010-07-05 Thread Daniel Veillard
Following Dan advice, I decided to not wait for more patches and push the current git head as the release. Let's plan to have another release by this month end with the QEmu debugging and hacking APIs. The release is available as usual at ftp://libvirt.org/libvirt Quite a lot of bug fixes du

Re: [libvirt] [PATCH] daemon: Fix compilation error of dispatch.c

2010-07-05 Thread Ryota Ozaki
On Mon, Jul 5, 2010 at 10:11 PM, Ryota Ozaki wrote: > On Mon, Jul 5, 2010 at 9:46 PM, Daniel Veillard wrote: >> On Mon, Jul 05, 2010 at 07:40:50PM +0900, Ryota Ozaki wrote: >>> On Mon, Jul 5, 2010 at 6:52 PM, Daniel P. Berrange >>> wrote: >>> > On Sun, Jul 04, 2010 at 07:02:32AM +0900, Ryota Oz

[libvirt] [PATCHv6 2/2] virsh: add new --details option to vol-list

2010-07-05 Thread Justin Clift
This patch adds a new --details option to the virsh vol-list command, making its output more useful when many luns are present. Addresses BZ # 605543 https://bugzilla.redhat.com/show_bug.cgi?id=605543 --- This is the v5 patch changed to have a space between the value and unit size for capacit

Re: [libvirt] [PATCH] daemon: Fix compilation error of dispatch.c

2010-07-05 Thread Ryota Ozaki
On Mon, Jul 5, 2010 at 9:46 PM, Daniel Veillard wrote: > On Mon, Jul 05, 2010 at 07:40:50PM +0900, Ryota Ozaki wrote: >> On Mon, Jul 5, 2010 at 6:52 PM, Daniel P. Berrange >> wrote: >> > On Sun, Jul 04, 2010 at 07:02:32AM +0900, Ryota Ozaki wrote: >> >> [error message] >> >>   CC     libvirtd-di

Re: [libvirt] [PATCH] daemon: Fix compilation error of dispatch.c

2010-07-05 Thread Daniel Veillard
On Mon, Jul 05, 2010 at 07:40:50PM +0900, Ryota Ozaki wrote: > On Mon, Jul 5, 2010 at 6:52 PM, Daniel P. Berrange > wrote: > > On Sun, Jul 04, 2010 at 07:02:32AM +0900, Ryota Ozaki wrote: > >> [error message] > >>   CC     libvirtd-dispatch.o > >> dispatch.c: In function 'remoteDispatchFormatErro

Re: [libvirt] [PATCH] virsh: remove embedded space from pool-list --details output

2010-07-05 Thread Justin Clift
On 07/05/2010 07:45 PM, Daniel P. Berrange wrote: New output: virsh # pool-list --details Name StateAutostart Persistent Capacity Allocation Available -- defaultrunning yesyes

Re: [libvirt] [PATCHv4 1/2] virsh: add new --details option to pool-list

2010-07-05 Thread Justin Clift
On 07/05/2010 07:01 PM, Daniel P. Berrange wrote: Thinking this would keep the number of columns consistent, but also be readable for people. IMHO your original formatting is the best. Both of these new alternatives looks worse. We should be picking the more human friendly option here and not

Re: [libvirt] [PATCH] daemon: Fix compilation error of dispatch.c

2010-07-05 Thread Ryota Ozaki
On Mon, Jul 5, 2010 at 6:52 PM, Daniel P. Berrange wrote: > On Sun, Jul 04, 2010 at 07:02:32AM +0900, Ryota Ozaki wrote: >> [error message] >>   CC     libvirtd-dispatch.o >> dispatch.c: In function 'remoteDispatchFormatError': >> dispatch.c:83: error: 'va_list' undeclared (first use in this funct

Re: [libvirt] [PATCH] daemon: Fix compilation error of dispatch.c

2010-07-05 Thread Daniel P. Berrange
On Sun, Jul 04, 2010 at 07:02:32AM +0900, Ryota Ozaki wrote: > [error message] > CC libvirtd-dispatch.o > dispatch.c: In function 'remoteDispatchFormatError': > dispatch.c:83: error: 'va_list' undeclared (first use in this function) > dispatch.c:83: error: (Each undeclared identifier is repor

Re: [libvirt] [PATCH] virsh: remove embedded space from pool-list --details output

2010-07-05 Thread Daniel P. Berrange
On Sat, Jul 03, 2010 at 06:44:06AM +1000, Justin Clift wrote: > This removes the embedded space in the output of the pool-list --details > command, as per the comments from Richard W. M. Jones. > > Scripting should now be able to parse this output in a reliable manner. > > --- > > New output: >

Re: [libvirt] Allow to change the maximum migration downtime -- bug 561935

2010-07-05 Thread Daniel P. Berrange
On Fri, Jul 02, 2010 at 06:32:58AM -0400, Alex Jia wrote: > And then running migration, and open another terminal set maximum migration > downtime 6 milliseconds, the following error information is raised by > libvirt: > > 1.open one terminal run migrate > # virsh migrate rhel6 qemu+ssh://10.

Re: [libvirt] The (delayed) 0.8.2 release

2010-07-05 Thread Daniel P. Berrange
On Fri, Jul 02, 2010 at 09:03:10AM +0200, Daniel Veillard wrote: > Clearly I failed to meet the deadline I suggested 2 weeks ago > for the release of 0.8.2, there have been a awful lot of patches > sent for review since then, I had other stuff to chase and didn't > managed to keep uptodate with t

Re: [libvirt] [PATCHv4 1/2] virsh: add new --details option to pool-list

2010-07-05 Thread Daniel P. Berrange
On Sat, Jul 03, 2010 at 07:03:14PM +1000, Justin Clift wrote: > On 07/01/2010 08:38 PM, Richard W.M. Jones wrote: > > >>virsh # pool-list --details --all > >>Name State Autostart Persistent Capacity Allocation > >>Available > >>---