[libvirt] libvirt-python-1.2.6 candidate release 2 is out

2014-06-29 Thread Daniel Veillard
On Mon, Jun 30, 2014 at 01:48:22PM +0800, Daniel Veillard wrote: > seems to work fine for me. The only trouble is that I could not release > the python bindings of rc2 for the reason mentionned earlier, hopefully > we can fix this quickly and I will push rc2 for python too. my bad, I had to upd

[libvirt] libvirt-1.2.6 candidate release 2 is out

2014-06-29 Thread Daniel Veillard
I tagged the rc2 in git and pushed tarballs and rpms to the usual place: ftp://libvirt.org/libvirt/ seems to work fine for me. The only trouble is that I could not release the python bindings of rc2 for the reason mentionned earlier, hopefully we can fix this quickly and I will push rc2 for

Re: [libvirt] Entering freeze for libvirt-1.2.6

2014-06-29 Thread Daniel Veillard
On Thu, Jun 26, 2014 at 02:12:50PM +0530, Nehal J Wani wrote: > > Python bindings can't be built, but that's just because > > virNetwork*DHCPLease* are not covered. > > I have sent a patch for the python bindings for virNetwork*DHCPLease* > APIs: http://www.redhat.com/archives/libvir-list/2014-Jun

Re: [libvirt] new openvz driver (bossonvz)

2014-06-29 Thread Daniel Veillard
On Fri, Jun 27, 2014 at 03:16:51PM +0200, Bosson VZ wrote: > Hello, Hello, first small rule here, trust is build on persons like most open source projects, so please change your email, I want to communicate with a person not with the name of a company. > in the company I work for, we use openv

[libvirt] [PATCH] LXC: throw an error if we failed to get Idmap elements

2014-06-29 Thread Chen Hanxiao
Throwing an error is much friendly than just "error: An error occurred, but the cause is unknown" Signed-off-by: Chen Hanxiao --- src/conf/domain_conf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b7aa4f5..fa64dc1 100644 --- a/src/c

Re: [libvirt] [PATCH] net: merge virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC

2014-06-29 Thread Daniel Veillard
On Fri, Jun 27, 2014 at 09:45:09AM +0200, Peter Krempa wrote: > On 06/26/14 17:29, Ján Tomko wrote: > > On 06/26/2014 04:51 PM, Peter Krempa wrote: > >> Instead of maintaining two very similar APIs, add the "@mac" parameter > >> to virNetworkGetDHCPLeases and kill virNetworkGetDHCPLeasesForMAC. Bot

Re: [libvirt] [PATCH] bhyve: reconnect to domains after libvirtd restart

2014-06-29 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Try to reconnect to the running domains after libvirtd restart. To > achieve that, do: Oops, messed with my shell history and sent with a wrong subject prefix. Roman Bogorodskiy pgpzhMt9rTB1l.pgp Description: PGP signature -- libvir-list mailing list libvir-list@re

[libvirt] [PATCH libvirt-tck] bhyve: reconnect to domains after libvirtd restart

2014-06-29 Thread Roman Bogorodskiy
Try to reconnect to the running domains after libvirtd restart. To achieve that, do: * Save domain state - Modify virBhyveProcessStart() to save domain state to the state dir - Modify virBhyveProcessStop() to cleanup the pidfile and the state * Detect if the state information loaded fro