[libvirt] ANNOUNCE: New release virtinst 0.500.0

2009-07-28 Thread Cole Robinson
I'm happy to announce a new virtinst release, version 0.500.0. The release can be downloaded from: http://virt-manager.org/download.html The direct download link is: http://virt-manager.org/download/sources/virtinst/virtinst-0.500.0.tar.gz This release includes: - New virt-install device opti

[libvirt] ANNOUNCE: New release virt-manager 0.8.0

2009-07-28 Thread Cole Robinson
I'm happy to announce a new virt-manager release, version 0.8.0. The release can be downloaded from: http://virt-manager.org/download.html The direct download link is: http://virt-manager.org/download/sources/virt-manager/virt-manager-0.8.0.tar.gz This release includes: - New 'Clone VM' Wizar

Re: [libvirt] [PATCH] libvirt-glib: add missing details argument to callbacks

2009-07-28 Thread Guido Günther
On Wed, Jul 22, 2009 at 12:16:27PM +0200, Guido Günther wrote: > Hi, > the python example is lacking the details argument in the callback. This > makes the example fail due to the wrong number of arguments. > Cheers, > -- Guido > From: =?utf-8?q?Guido=20G=C3=BCnther?= > Date: Wed, 22 Jul 2009 12

[libvirt] Debug the username/passwords

2009-07-28 Thread Bryan Kearney
Hopefully this is the last question I have on the Java drivers. I am trying to debug the callback from openAuth(). I am passing back what I think is valid information, but I see in /var/log/messages the following: Jul 28 16:21:24 localhost libvirtd: sasl step failed -20 (SASL(-13): user not fo

Re: [libvirt] [PATCH 00/14] Clean up spec files mess

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 07:44:03PM +0100, Mark McLoughlin wrote: > > The following series of patches pulls in the changes from > Fedora which make sense. Some of them I'm not 100% sure of: > > - defaulting to policy kit - is there some reason we don't > want that upstream? I'm no

Re: [libvirt] [PATCH 14/14] Remove the spec files

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 07:44:17PM +0100, Mark McLoughlin wrote: > Maintaining a spec file is hard, and it's extremely distribution > specific Only because the people want it to be that way, 10 years of rpmfind and following various attempts at unification fail prove to me the problem is mostly

Re: [libvirt] [PATCH 13/14] Add Requires: libselinux

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 07:44:16PM +0100, Mark McLoughlin wrote: > Added by Cole Robinson: > > * Mon Mar 9 2009 Cole Robinson - 0.6.1-3.fc11 > - Add Requires: libselinux > > Not sure why Need to be dropped both side, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit htt

Re: [libvirt] [PATCH 10/14] Convert NEWS to UTF-8

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 07:44:13PM +0100, Mark McLoughlin wrote: > Added by Rich Jones for this rpmlint warning: > > libvirt.x86_64: W: file-not-utf8 /usr/share/doc/libvirt-0.6.0/NEWS > > See: > > https://bugzilla.redhat.com/226055 > --- > libvirt.spec.in |3 +++ > 1 files changed, 3 in

Re: [libvirt] [PATCH 14/14] Remove the spec files

2009-07-28 Thread Daniel P. Berrange
On Tue, Jul 28, 2009 at 07:44:17PM +0100, Mark McLoughlin wrote: > Maintaining a spec file is hard, and it's extremely distribution > specific > > Keeping it (mostly) in sync with an upstream spec file makes things > harder and more error prone > > Unless we have some really strong desire by user

Re: [libvirt] [PATCH 00/14] Clean up spec files mess

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 07:44:03PM +0100, Mark McLoughlin wrote: > I get treated like a war criminal when I make a change in the > Fedora spec file and don't send it upstream, yet there are a whole > heap of changes which haven't been pushed upstream ... only one of > which is mine ... two

Re: [libvirt] [PATCH 0/1] Multipath pool support

2009-07-28 Thread Dave Allan
Daniel P. Berrange wrote: On Thu, Jul 23, 2009 at 02:53:48PM -0400, Dave Allan wrote: Daniel P. Berrange wrote: It doesn't currently allow configuration of multipathing, so for now setting the multipath configuration will have to continue to be done as part of the host system build. Example XM

Re: [libvirt] [PATCH 00/14] Clean up spec files mess

2009-07-28 Thread Cole Robinson
Mark McLoughlin wrote: > Hey, > I get treated like a war criminal when I make a change in the > Fedora spec file and don't send it upstream, yet there are a whole > heap of changes which haven't been pushed upstream ... only one of > which is mine ... two changes less than DV himself :-) >

[libvirt] [PATCH 02/14] Build with --without-capng if capng is disabled

2009-07-28 Thread Mark McLoughlin
* libvirt.spec: pass --without-capng if appropriate --- libvirt.spec.in |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 8f118f7..2cc1639 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -318,6 +318,10 @@ of recent versions o

[libvirt] [PATCH 06/14] Kill qemu BuildRequires

2009-07-28 Thread Mark McLoughlin
It's not needed at build time Removed in Fedora by: * Fri Jun 5 2009 Mark McLoughlin - 0.6.4-2.fc12 - Remove the qemu BuildRequires --- libvirt.spec.in |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 547d8e8..532a98f 100644

[libvirt] [PATCH 01/14] BuildRequires libcap-ng-devel not capng-devel

2009-07-28 Thread Mark McLoughlin
Fedora CVS changelog is "Fix libcap-ng-devel require, Daniel" --- libvirt.spec.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 918d64c..8f118f7 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -178,7 +178,7 @@ BuildRequires:

[libvirt] [PATCH 09/14] Don't explicitly require libxml2

2009-07-28 Thread Mark McLoughlin
Originally done by rjones as part of this package review: https://bugzilla.redhat.com/226055 --- libvirt.spec.in |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index dadc851..dcedbe0 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @

[libvirt] [PATCH 08/14] Remove python cruft from python/tests

2009-07-28 Thread Mark McLoughlin
Added by DV in Fedora, no changelog as to why, but guessing that rpmbuild barfed because these files were created at build time? --- libvirt.spec.in |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 9a1dfd9..dadc851 100644 --- a/libvi

[libvirt] [PATCH 14/14] Remove the spec files

2009-07-28 Thread Mark McLoughlin
Maintaining a spec file is hard, and it's extremely distribution specific Keeping it (mostly) in sync with an upstream spec file makes things harder and more error prone Unless we have some really strong desire by users to keep this, I suggest that we delete them and point people at the Fedora sp

[libvirt] [PATCH 13/14] Add Requires: libselinux

2009-07-28 Thread Mark McLoughlin
Added by Cole Robinson: * Mon Mar 9 2009 Cole Robinson - 0.6.1-3.fc11 - Add Requires: libselinux Not sure why --- libvirt.spec.in |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index c3896a9..12f7453 100644 --- a/libvirt.spec.in

[libvirt] [PATCH 04/14] Default to with_polkit

2009-07-28 Thread Mark McLoughlin
Unless there's some reason we shouldn't --- libvirt.spec.in |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index d5bd268..18c87a2 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -8,8 +8,7 @@ %define with_vbox 0%{!?_witho

[libvirt] [PATCH 12/14] Remove executable perms from /etc/sysconfig/libvirtd

2009-07-28 Thread Mark McLoughlin
Changed by Rich Jones for: libvirt.x86_64: E: executable-marked-as-config-file /etc/sysconfig/libvirtd See: https://bugzilla.redhat.com/226055 --- libvirt.spec.in |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 448e760..c38

[libvirt] [PATCH 03/14] Make vbox support configurable

2009-07-28 Thread Mark McLoughlin
Added by DV with: * Fri Apr 24 2009 Daniel Veillard - 0.6.3-1.fc12 - release of 0.6.3 - VirtualBox driver --- libvirt.spec.in |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 2cc1639..d5bd268 100644 --- a/libvirt.spec.in

[libvirt] [PATCH 07/14] Fix some unowned directories

2009-07-28 Thread Mark McLoughlin
danpb's fix for: https://bugzilla.redhat.com/483442 --- libvirt.spec.in |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 532a98f..9a1dfd9 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -492,6 +492,7 @@ fi %if %{with_networ

[libvirt] [PATCH 10/14] Convert NEWS to UTF-8

2009-07-28 Thread Mark McLoughlin
Added by Rich Jones for this rpmlint warning: libvirt.x86_64: W: file-not-utf8 /usr/share/doc/libvirt-0.6.0/NEWS See: https://bugzilla.redhat.com/226055 --- libvirt.spec.in |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index dce

[libvirt] [PATCH 00/14] Clean up spec files mess

2009-07-28 Thread Mark McLoughlin
Hey, I get treated like a war criminal when I make a change in the Fedora spec file and don't send it upstream, yet there are a whole heap of changes which haven't been pushed upstream ... only one of which is mine ... two changes less than DV himself :-) The following series of p

[libvirt] [PATCH 05/14] Enable netcf by default

2009-07-28 Thread Mark McLoughlin
Disabled on < f12 for now until netcf is in Fedora updates BuildRequires netcf if enabled, pass --without-netcf if its disabled * libvirt.spec.in: enabled netcf by default --- libvirt.spec.in | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/libvirt.spec.in b/

[libvirt] [PATCH 11/14] Use a %postun -p for one line scriptlet

2009-07-28 Thread Mark McLoughlin
Changed by Rich Jones, presumably for this: libvirt.x86_64: W: one-line-command-in-%postun /sbin/ldconfig see: https://bugzilla.redhat.com/226055 --- libvirt.spec.in |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 2645a22..4

Re: [libvirt] XenStore fix

2009-07-28 Thread Jonas Eriksson
On Tue, Jul 28, 2009 at 09:54:53AM +0100 Daniel P. Berrange wrote: > On Tue, Jul 28, 2009 at 08:30:12AM +0200, Jonas Eriksson wrote: > > Hi, > > > > I have been examining a bug where libvirtd (and virsh) does not show > > all virtual machines on a xen host. This proved to be because of this > > pr

[libvirt] PATCH: Fix remote domain events deadlock

2009-07-28 Thread Daniel P. Berrange
There is a deadlock in the remote driver's dispatch code for domain events. If your callback triggers a API call that does an RPC call, then the driver will deadlock. The fix is the same as we did in the QEMU driver. We releae the lock & re-aquire it, with some extreme cleverness to protect against

Re: [libvirt] [PATCH] qemu: fix missing ifname in qemu argument

2009-07-28 Thread Ryota Ozaki
On Wed, Jul 29, 2009 at 12:21 AM, Mark McLoughlin wrote: > On Wed, 2009-07-29 at 00:10 +0900, Ryota Ozaki wrote: >> Hi, >> >> This patch adds missing ifname, which is a tap name for network/bridge >> configuration, in qemu argument of -net. Without this patch, a specified >> tap name, e.g., , in a

Re: [libvirt] [PATCH] qemu: fix missing ifname in qemu argument

2009-07-28 Thread Mark McLoughlin
On Wed, 2009-07-29 at 00:10 +0900, Ryota Ozaki wrote: > Hi, > > This patch adds missing ifname, which is a tap name for network/bridge > configuration, in qemu argument of -net. Without this patch, a specified > tap name, e.g., , in a domain XML will be ignored. > > Thanks, > ozaki-r > > >From

Re: [libvirt] [PATCH] Domain object is converted

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 11:07:36AM -0400, Bryan Kearney wrote: >>> +++ b/src/org/libvirt/jna/virDomainBlockStats.java >>> @@ -0,0 +1,12 @@ >>> +package org.libvirt.jna; >>> + >>> +import com.sun.jna.Structure; >>> + >>> +public class virDomainBlockStats extends Structure >>> +{ >>> +public long

[libvirt] [PATCH] qemu: fix monitor socket reconnection

2009-07-28 Thread Ryota Ozaki
Hi, This patch fixes a handling of a qemu monitor unix socket. Current code addresses 'Socket may not have shown up yet' case with catching EACCES of connect(2), however, in that case, an errno which should be catched is ENOENT, not EACCES. Thanks, ozaki-r >From 5a4b7ee2296ca6756127c26c6bfbbe

[libvirt] [PATCH] qemu: fix missing ifname in qemu argument

2009-07-28 Thread Ryota Ozaki
Hi, This patch adds missing ifname, which is a tap name for network/bridge configuration, in qemu argument of -net. Without this patch, a specified tap name, e.g., , in a domain XML will be ignored. Thanks, ozaki-r >From feeca4f2cecf5c6836f7aec6e004585f3b855bed Mon Sep 17 00:00:00 2001 From: R

Re: [libvirt] [PATCH] Ant build script to compile, doc, package, rpm

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 10:58:32AM -0400, Bryan Kearney wrote: > Daniel Veillard wrote: >> On Tue, Jul 28, 2009 at 09:50:10AM -0400, Bryan Kearney wrote: >>> Daniel Veillard wrote: As a result this makes an huge change in the way things are processed or generated. I'm unable to really a

Re: [libvirt] [PATCH] Domain object is converted

2009-07-28 Thread Bryan Kearney
Daniel Veillard wrote: On Sat, Jul 25, 2009 at 08:02:11AM -0400, Bryan Kearney wrote: --- src/org/libvirt/Connect.java |9 + src/org/libvirt/Domain.java | 307 +- src/org/libvirt/DomainBlockStats.java| 13 + src/org

Re: [libvirt] [PATCH] Ant build script to compile, doc, package, rpm

2009-07-28 Thread Bryan Kearney
Daniel Veillard wrote: On Tue, Jul 28, 2009 at 09:50:10AM -0400, Bryan Kearney wrote: Daniel Veillard wrote: As a result this makes an huge change in the way things are processed or generated. I'm unable to really assert if it is really positive for the project and Java devel or will give us

Re: [libvirt] [PATCH] Storage Pool and Volumes are converted

2009-07-28 Thread Bryan Kearney
Daniel Veillard wrote: On Sat, Jul 25, 2009 at 08:02:13AM -0400, Bryan Kearney wrote: --- src/org/libvirt/jna/StoragePoolPointer.java |7 +++ src/org/libvirt/jna/StorageVolPointer.java |7 +++ src/org/libvirt/jna/virStoragePoolInfo.java | 11 +++ src/org/libvirt/jna/v

Re: [libvirt] [PATCH] Network is ported

2009-07-28 Thread Bryan Kearney
Daniel Veillard wrote: On Mon, Jul 27, 2009 at 07:11:39PM -0400, Bryan Kearney wrote: Daniel Veillard wrote: diff --git a/src/org/libvirt/Connect.java b/src/org/libvirt/Connect.java index bc560d0..b559b52 100644 --- a/src/org/libvirt/Connect.java +++ b/src/org/libvirt/Connect.java looks rath

Re: [libvirt] [PATCH] Ant build script to compile, doc, package, rpm

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 09:50:10AM -0400, Bryan Kearney wrote: > Daniel Veillard wrote: >> As a result this makes an huge change in the way things are processed >> or generated. I'm unable to really assert if it is really positive for >> the project and Java devel or will give us more problem dow

Re: [libvirt] [PATCH] Initial work on the JNA port, still a work in progress

2009-07-28 Thread Daniel Veillard
On Mon, Jul 27, 2009 at 07:05:05PM -0400, Bryan Kearney wrote: > Daniel Veillard wrote: >> I think there are some cleanups needed w.r.t. spaces at end of lines > > > All whitespace errors were removed. thanks ! [...] >>> - private long VNP; >>> + protected Pointer VNP; >> >> For my own

Re: [libvirt] [PATCH] Ant build script to compile, doc, package, rpm

2009-07-28 Thread Bryan Kearney
Daniel Veillard wrote: On Sat, Jul 25, 2009 at 08:02:16AM -0400, Bryan Kearney wrote: Humpf diff --git a/build.xml b/build.xml new file mode 100644 index 000..e1ee51f --- /dev/null +++ b/build.xml @@ -0,0 +1,82 @@ + + + + + + + + +

Re: [libvirt] [PATCH] Network is ported

2009-07-28 Thread Daniel Veillard
On Mon, Jul 27, 2009 at 07:11:39PM -0400, Bryan Kearney wrote: > Daniel Veillard wrote: >>> diff --git a/src/org/libvirt/Connect.java b/src/org/libvirt/Connect.java >>> index bc560d0..b559b52 100644 >>> --- a/src/org/libvirt/Connect.java >>> +++ b/src/org/libvirt/Connect.java >> >> looks rather s

Re: [libvirt] [PATCH] Cleaned up the javadoc and the javadoc rpm

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:17AM -0400, Bryan Kearney wrote: > --- > INSTALL| 33 > > README |8 + ACK this reflects the status quo > build.xml

Re: [libvirt] [PATCH] Ant build script to compile, doc, package, rpm

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:16AM -0400, Bryan Kearney wrote: Humpf > diff --git a/build.xml b/build.xml > new file mode 100644 > index 000..e1ee51f > --- /dev/null > +++ b/build.xml > @@ -0,0 +1,82 @@ > + > + > + > + > + > + > + > + > +

Re: [libvirt] [PATCH] A bit of clean up from the list

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:15AM -0400, Bryan Kearney wrote: > --- > src/org/libvirt/Connect.java |9 +++-- > src/org/libvirt/ConnectAuth.java |2 +- > src/org/libvirt/jna/Libvirt.java |2 +- > 3 files changed, 9 insertions(+), 4 deletions(-) ACK Daniel -- Daniel Veilla

Re: [libvirt] [PATCH] Auth code to review

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:14AM -0400, Bryan Kearney wrote: > --- > src/org/libvirt/Connect.java | 187 ++- > src/org/libvirt/ConnectAuth.java | 15 ++- > src/org/libvirt/Domain.java |7 +- > src/org/libvirt/ErrorHandler

Re: [libvirt] [PATCH] Storage Pool and Volumes are converted

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:13AM -0400, Bryan Kearney wrote: > --- > src/org/libvirt/jna/StoragePoolPointer.java |7 +++ > src/org/libvirt/jna/StorageVolPointer.java |7 +++ > src/org/libvirt/jna/virStoragePoolInfo.java | 11 +++ > src/org/libvirt/jna/virStorageVolInfo

Re: [libvirt] [PATCH] Add type safe pointers based on reviewing the RHQ code

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:12AM -0400, Bryan Kearney wrote: > --- > src/org/libvirt/jna/ConnectionPointer.java |7 +++ > src/org/libvirt/jna/DomainPointer.java |7 +++ > src/org/libvirt/jna/NetworkPointer.java|7 +++ > 3 files changed, 21 insertions(+), 0 deletio

Re: [libvirt] [PATCH] Domain object is converted

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:11AM -0400, Bryan Kearney wrote: > --- > src/org/libvirt/Connect.java |9 + > src/org/libvirt/Domain.java | 307 > +- > src/org/libvirt/DomainBlockStats.java| 13 + > src/org/libvirt/Doma

Re: [libvirt] [PATCH] Exceptions are working using the callback

2009-07-28 Thread Daniel Veillard
On Sat, Jul 25, 2009 at 08:02:10AM -0400, Bryan Kearney wrote: > --- > src/org/libvirt/Connect.java | 86 +--- > src/org/libvirt/Error.java|8 ++- > src/org/libvirt/ErrorHandler.java | 16 --- > src/org/libvirt/Network.java | 24 +

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-28 Thread Bryan Kearney
Thomas Treutner wrote: On Saturday 25 July 2009 13:56:36 Bryan Kearney wrote: I would like to get some comments on an initial cut of the java bindings on top of JNA[1]. They are not 100% complete (see below), but they are good enough to be criticized. In addition, if there are features additions

Re: [libvirt] RFC: libvirt java bindings based on JNA

2009-07-28 Thread Thomas Treutner
On Saturday 25 July 2009 13:56:36 Bryan Kearney wrote: > I would like to get some comments on an initial cut of the java bindings > on top of JNA[1]. They are not 100% complete (see below), but they are > good enough to be criticized. In addition, if there are features > additions to the API which

Re: [libvirt] XenStore fix

2009-07-28 Thread Gerd Hoffmann
On 07/28/09 12:28, Daniel Veillard wrote: Going to the Hypervisor first will just re-introduce the bug shown in this mail you quote: http://www.mail-archive.com/libvir-list@redhat.com/msg09855.html ie, the Hypervisor will report a domain exists, while XenD will claim it wouldn't, and thus virs

Re: [libvirt] Re: [PATCH] Add huge page support to libvirt, v2..

2009-07-28 Thread Stephen Smalley
On Mon, 2009-07-27 at 22:55 +0100, Daniel P. Berrange wrote: > On Thu, Jul 23, 2009 at 09:00:18PM -0400, john cooper wrote: > > I've incorporated feedback received on the > > prior version into the patch below. > > > > The host mount point for hugetlbfs is queried by > > default from /proc/mounts

Re: [libvirt] XenStore fix

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 09:53:46AM +0100, Daniel P. Berrange wrote: > On Tue, Jul 28, 2009 at 10:15:10AM +0200, Daniel Veillard wrote: > > On Tue, Jul 28, 2009 at 08:30:12AM +0200, Jonas Eriksson wrote: > > > Hi, > > > > > > I have been examining a bug where libvirtd (and virsh) does not show > >

[libvirt] Re: [PATCH] Add huge page support to libvirt, v2..

2009-07-28 Thread Daniel P. Berrange
On Tue, Jul 28, 2009 at 10:55:58AM +0100, Mark McLoughlin wrote: > On Mon, 2009-07-27 at 22:55 +0100, Daniel P. Berrange wrote: > > On Thu, Jul 23, 2009 at 09:00:18PM -0400, john cooper wrote: > > > I've incorporated feedback received on the > > > prior version into the patch below. > > > > > > Th

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 11:39:28AM +0200, Matthias Bolte wrote: > 2009/7/28 Daniel P. Berrange : > > On Tue, Jul 28, 2009 at 02:22:25AM -0700, Shahar Klein wrote: > >> doesn't work for me(with curl 7.15 and ESX4i) > >> > >> [r...@rain8 libvirt]# virsh -c esx://172.30.8.63?no_verify=1 > >> Enter use

Re: [libvirt] [PATCH 2/2] RPM spec file updated with glusterfs dependency

2009-07-28 Thread Mark McLoughlin
On Tue, 2009-07-28 at 15:23 +0530, Harshavardhana wrote: > Hi Daniel, > > That release and above have few enhancements for VM related work, > but the Fedora maintainer has not yet updated to our latest releases. > I have communicated this to him but yet to receive a reply and when > he will

Re: [libvirt] [PATCH 7/7] Add support for attaching network/bridge NICs in QEMU driver

2009-07-28 Thread Daniel Veillard
On Mon, Jul 27, 2009 at 10:18:18PM +0100, Daniel P. Berrange wrote: > It is also probably worth formalizing how long we wish to support a > particular hypervisor release series for. > > ie how long do we wish to support Xen 3.0.3 for (for benefit of > RHEL-5) before we declare only Xen 3.1.0 or la

[libvirt] Re: [PATCH] Add huge page support to libvirt, v2..

2009-07-28 Thread Mark McLoughlin
On Mon, 2009-07-27 at 22:55 +0100, Daniel P. Berrange wrote: > On Thu, Jul 23, 2009 at 09:00:18PM -0400, john cooper wrote: > > I've incorporated feedback received on the > > prior version into the patch below. > > > > The host mount point for hugetlbfs is queried by > > default from /proc/mounts

Re: [libvirt] [PATCH 2/2] RPM spec file updated with glusterfs dependency

2009-07-28 Thread Harshavardhana
Hi Daniel, That release and above have few enhancements for VM related work, but the Fedora maintainer has not yet updated to our latest releases. I have communicated this to him but yet to receive a reply and when he will update with the latest release. I think you can remove the value its

Re: [libvirt] [PATCH 2/2] RPM spec file updated with glusterfs dependency

2009-07-28 Thread Daniel Veillard
On Tue, Jul 07, 2009 at 05:47:56AM -0700, Harshavardhana wrote: > Add new dependency for glusterfs rpm. [...] > +# For glusterfs > +Requires: glusterfs-client >= 2.0.2 > %endif why 2.0.2 ? is taht a hard requirement ? In Fedora/Rawhide we have only 2.0.1 at the moment, Daniel -- Daniel Veil

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-28 Thread Matthias Bolte
2009/7/28 Daniel P. Berrange : > On Tue, Jul 28, 2009 at 02:22:25AM -0700, Shahar Klein wrote: >> doesn't work for me(with curl 7.15 and ESX4i) >> >> [r...@rain8 libvirt]# virsh -c esx://172.30.8.63?no_verify=1 >> Enter username for 172.30.8.63 [root]: >> Enter root password for 172.30.8.63: >> err

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-28 Thread Daniel P. Berrange
On Tue, Jul 28, 2009 at 02:22:25AM -0700, Shahar Klein wrote: > doesn't work for me(with curl 7.15 and ESX4i) > > [r...@rain8 libvirt]# virsh -c esx://172.30.8.63?no_verify=1 > Enter username for 172.30.8.63 [root]: > Enter root password for 172.30.8.63: > error: internal error curl_easy_perform()

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-28 Thread Shahar Klein
doesn't work for me(with curl 7.15 and ESX4i) [r...@rain8 libvirt]# virsh -c esx://172.30.8.63?no_verify=1 Enter username for 172.30.8.63 [root]: Enter root password for 172.30.8.63: error: internal error curl_easy_perform() returned an error: SSL peer certificate was not ok (51) error: failed to

Re: [libvirt] XenStore fix

2009-07-28 Thread Jonas Eriksson
On Tue, Jul 28, 2009 at 08:30:12AM +0200 Jonas Eriksson wrote: > Hi, > > I have been examining a bug where libvirtd (and virsh) does not show > all virtual machines on a xen host. This proved to be because of this > program flow: > 1. virConnectNumOfDomains -> .. -> xenUnifiedNumOfDomains >->

Re: [libvirt] XenStore fix

2009-07-28 Thread Daniel P. Berrange
On Tue, Jul 28, 2009 at 08:30:12AM +0200, Jonas Eriksson wrote: > Hi, > > I have been examining a bug where libvirtd (and virsh) does not show > all virtual machines on a xen host. This proved to be because of this > program flow: > 1. virConnectNumOfDomains -> .. -> xenUnifiedNumOfDomains >->

Re: [libvirt] XenStore fix

2009-07-28 Thread Daniel P. Berrange
On Tue, Jul 28, 2009 at 10:15:10AM +0200, Daniel Veillard wrote: > On Tue, Jul 28, 2009 at 08:30:12AM +0200, Jonas Eriksson wrote: > > Hi, > > > > I have been examining a bug where libvirtd (and virsh) does not show > > all virtual machines on a xen host. This proved to be because of this > > prog

Re: [libvirt] XenStore fix

2009-07-28 Thread Jonas Eriksson
On Tue, Jul 28, 2009 at 10:15:10AM +0200 Daniel Veillard wrote: > On Tue, Jul 28, 2009 at 08:30:12AM +0200, Jonas Eriksson wrote: > > Hi, > > > > I have been examining a bug where libvirtd (and virsh) does not show > > all virtual machines on a xen host. This proved to be because of this > > progr

Re: [libvirt] XenStore fix

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 08:30:12AM +0200, Jonas Eriksson wrote: > Hi, > > I have been examining a bug where libvirtd (and virsh) does not show > all virtual machines on a xen host. This proved to be because of this > program flow: > 1. virConnectNumOfDomains -> .. -> xenUnifiedNumOfDomains >->

Re: [libvirt] Pre-0.7.0 release for testing

2009-07-28 Thread Daniel Veillard
On Tue, Jul 28, 2009 at 12:06:31AM +0200, Daniel Veillard wrote: > Considering the large amount of new code and features expected for 0.7.0 > at the end of the week, I made a pre-release at > ftp://libvirt.org/libvirt/libvirt-0.7.0-0.1.gitf055724.tar.gz > if people have time to test and report

Re: [libvirt] [RFC/Experimental]: Tunnelled migration

2009-07-28 Thread Chris Lalancette
Daniel P. Berrange wrote: > Ah, now I understand why you were having trouble with this. > > With this patch, the flow of control is logically > > > virDomainMigrate(src, dst, uri) > +- virDomainMigratePrepare(dst) > +- virDomainMigratePerform(src, uri) > | +- dst2 = virConnect