Re: [libvirt] Creating Guest OS in Virtual Box

2009-10-06 Thread santosh gandham
hi, When I am trying to apply the patch I got this error $git apply vboxpatch error: patch failed: src/vbox/vbox_tmpl.c:3286 error: src/vbox/vbox_tmpl.c: patch does not apply how can I clear this error? Am I using the right command to apply patch? Please correct me. Thank you. On 10/5/09,

Re: [libvirt] Creating Guest OS in Virtual Box

2009-10-06 Thread santosh gandham
Hi, This patch is not getting applied in libvirt 0.7.0. It applied successfully for libvirt 0.7.1 . But when I am trying to start libvirtd I am getting this error libvirtd: error while loading shared libraries: libvirt.so.0: cannot open shared object file: No such file or directory The

[libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-06 Thread Eduardo Otubo
Hello all, This patch includes a lot of changes: * I changed all references of uuid_db to uuid_table. Bigger name, but this semantic has a better understanding. * Now we have a little control of UUID generated for each partition. It's based on a table that matches UUID with LPAR's IDs, I

Re: [libvirt] [PATCH] create() and destroy() support for Power Hypervisor

2009-10-06 Thread Mark McLoughlin
On Tue, 2009-10-06 at 05:12 -0300, Eduardo Otubo wrote: I've been told that libvirt possibly would make a mini-release this week to push some major fixes on Fedora 12. F12 is frozen and there has been significant changes since 0.7.1; we don't have any immediate plans to push a new release to

Re: [libvirt] [PATCH] Support reporting live interface IP/netmask.

2009-10-06 Thread Daniel P. Berrange
On Mon, Oct 05, 2009 at 02:34:05PM -0700, David Lutterkort wrote: On Mon, 2009-10-05 at 17:34 +0100, Daniel P. Berrange wrote: With the domain XML format, we did have a few abortive attempts at indicating in the live XML, whether an attribute was from the persistent config, vs dynamically

Re: [libvirt] [PATCH] 526769 change logrotate config default to weekly

2009-10-06 Thread Mark McLoughlin
On Mon, 2009-10-05 at 17:07 +0200, Daniel Veillard wrote: On Mon, Oct 05, 2009 at 01:37:57PM +0100, Daniel P. Berrange wrote: On Fri, Oct 02, 2009 at 06:08:41PM +0200, Daniel Veillard wrote: https://bugzilla.redhat.com/show_bug.cgi?id=526769 Current setup is daily with 7 backups

[libvirt] [PATCH] Create /var/log/libvirt/{lxc,uml} dirs

2009-10-06 Thread Mark McLoughlin
Otherwise logrotate barfs: error: error accessing /var/log/libvirt/uml: No such file or directory error: libvirtd:1 glob failed for /var/log/libvirt/uml/*.log error: found error in /var/log/libvirt/qemu/*.log /var/log/libvirt/uml/*.log /var/log/libvirt/lxc/*.log , skipping *

Re: [libvirt] [PATCH] lxc: implement missing APIs to control the amount of memory

2009-10-06 Thread Daniel P. Berrange
On Mon, Oct 05, 2009 at 09:17:37AM +0900, Ryota Ozaki wrote: Hi, The patch implements the missing memory control APIs for lxc, i.e., domainGetMaxMemory, domainSetMaxMemory, domainSetMemory, and improves domainGetInfo to return proper amount of used memory via cgroup. And also it includes

[libvirt] Re: [PATCH] Create /var/log/libvirt/{lxc,uml} dirs

2009-10-06 Thread Daniel Veillard
On Tue, Oct 06, 2009 at 01:52:47PM +0100, Mark McLoughlin wrote: Otherwise logrotate barfs: error: error accessing /var/log/libvirt/uml: No such file or directory error: libvirtd:1 glob failed for /var/log/libvirt/uml/*.log error: found error in /var/log/libvirt/qemu/*.log

Re: [libvirt] [PATCH] Support reporting live interface IP/netmask.

2009-10-06 Thread Laine Stump
On 10/06/2009 05:13 AM, Daniel P. Berrange wrote: On Mon, Oct 05, 2009 at 02:34:05PM -0700, David Lutterkort wrote: On Mon, 2009-10-05 at 17:34 +0100, Daniel P. Berrange wrote: With the domain XML format, we did have a few abortive attempts at indicating in the live XML, whether an

Re: [libvirt] [PATCH] in vbox driver, interface type bridge should really be type ethernet

2009-10-06 Thread Florian Vichot
Could we get some arbitration by the powers-that-be ? :) Thanks, Florian Florian Vichot a écrit : Hey Pritesh, If you check http://libvirt.org/formatdomain.html#elementsNICS then it is not much clear if the type bridged is more suitable or ethernet cause the bridged section says:

Re: [libvirt] [PATCH] Support reporting live interface IP/netmask.

2009-10-06 Thread Daniel P. Berrange
On Tue, Oct 06, 2009 at 09:55:06AM -0400, Laine Stump wrote: On 10/06/2009 05:13 AM, Daniel P. Berrange wrote: On Mon, Oct 05, 2009 at 02:34:05PM -0700, David Lutterkort wrote: On Mon, 2009-10-05 at 17:34 +0100, Daniel P. Berrange wrote: With the domain XML format, we did have a

Re: [libvirt] [PATCH] Support reporting live interface IP/netmask.

2009-10-06 Thread Laine Stump
On 10/06/2009 10:13 AM, Daniel P. Berrange wrote: This was a bug in the original patch, corrected by this set of patches: https://fedorahosted.org/pipermail/netcf-devel/2009-September/000280.html Once those patches are applied, only the IP (v4) addresses currently on the device are returned

[libvirt] Help needed: simple python api to obtain events

2009-10-06 Thread Dan Kenigsberg
Would someone help me have a shrink-wrapped solution for obtaining libvirt events in python? I'm looking for a python module with no API calls (or maybe just a few). I'd like to register a callback functions with virConnect.domainEventRegister(), and want them to be called in the context of a

RE: [libvirt] [RFC] Multi-IQN proposal

2009-10-06 Thread Shyam_Iyer
domsch.com/linux/lfcs09/LFCS-Storage-Integration.odp This has also been discussed here. -Original Message- From: Iyer, Shyam Sent: Tuesday, September 29, 2009 4:55 PM To: 'Dave Allan' Cc: libvir-list@redhat.com; Bellad, Sudhir; Domsch, Matt; KM, Paniraja Subject: RE: [libvirt]

Re: [libvirt] [PATCH] Support reporting live interface IP/netmask.

2009-10-06 Thread David Lutterkort
On Tue, 2009-10-06 at 10:13 +0100, Daniel P. Berrange wrote: The live XML should *always* say what the inteface is doing right now. And from the rest of this exchange, I think the word 'only' should be added to that sentence. In other words, the XML for live setups contains *only* what we have

Re: [libvirt] [PATCH] Support reporting live interface IP/netmask.

2009-10-06 Thread David Lutterkort
On Tue, 2009-10-06 at 14:17 -0400, Laine Stump wrote: On 10/06/2009 01:36 PM, David Lutterkort wrote: On Tue, 2009-10-06 at 10:13 +0100, Daniel P. Berrange wrote: The live XML should *always* say what the inteface is doing right now. And from the rest of this exchange, I

Re: [libvirt]: Not able to login to container when cgroup is enabled

2009-10-06 Thread Rishikesh
Hi Dan, can you help me here ? -Rishi Rishikesh wrote: Hi All, On F12 i was playing with libvirt support for container. I am seeing two issue over here: 1 Not able to create a container when start cgconfig services. 2 When i stop cgconfig, then able to create a container, but seeing