Re: [libvirt] Can I request a new release of libvirt-java?

2013-09-15 Thread Daniel Veillard
Raising this due to maven On Fri, Sep 13, 2013 at 05:26:24PM +0800, Daniel Veillard wrote: > On Fri, Sep 13, 2013 at 11:13:53AM +0200, Wido den Hollander wrote: > > > > [...] > > Indeed that was the problem, I just commited the fix, thanks ! Hum, getting back on-list, I pushed everything

[libvirt] [PATCHv3 4/4] net-dhcp-leases: Add virsh support

2013-09-15 Thread Nehal J Wani
Use virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC in virsh. The new feature supports the follwing methods: 1. Retrieve leases info for a given virtual network 2. Retrieve leases info for given network interface tools/virsh-domain-monitor.c * Introduce new command : net-dhcp-lease

[libvirt] [PATCHv3 2/4] net-dhcp-leases: Implement the remote protocol

2013-09-15 Thread Nehal J Wani
Implement RPC calls for virNetworkGetDHCPLeases, virNetworkGetDHCPLeasesForMAC daemon/remote.c * Define remoteSerializeNetworkDHCPLeases, remoteDispatchNetworkGetDHCPLeases * Define remoteDispatchNetworkGetDHCPLeasesForMAC src/remote/remote_driver.c * Define remoteNetworkGetD

[libvirt] [PATCHv3 1/4] net-dhcp-leases: Implement the public APIs

2013-09-15 Thread Nehal J Wani
Introduce 3 new APIs, virNetworkGetDHCPLeases, virNetworkGetDHCPLeasesForMAC and virNetworkDHCPLeaseFree. * virNetworkGetDHCPLeases: returns the dhcp leases information for a given virtual network. The information includes lease expirytime, MAC Address, IP Address (with type and prefix),

[libvirt] [PATCHv3 3/4] net-dhcp-leases: Private implementation inside network driver

2013-09-15 Thread Nehal J Wani
By querying the driver for the path of the leases file for the given virtual network and parsing it to retrieve info. src/network/bridge_driver.c: * Implement networkGetDHCPLeases * Implement networkGetDHCPLeasesForMAC * Implement networkGetDHCPLeasesHelper --- src/network/bridge_driver.c

[libvirt] [PATCHv3 0/4] Introduce APIs to extract DHCP leases info

2013-09-15 Thread Nehal J Wani
This API returns the leases information stored in the DHCP leases file of dnsmasq for a given virtual network. It contacts the bridge network driver, which parses the leases file. It supports two methods: 1. Return info for all network interfaces connected to a given virtual network 2. Return

Re: [libvirt] [PATCH] virsh: move command maxvcpus from domain group to host group.

2013-09-15 Thread Doug Goldstein
On Sun, Sep 15, 2013 at 10:02 PM, Dongsheng Yang wrote: > ping > > > On 09/09/2013 10:30 AM, Osier Yang wrote: >> >> On 09/09/13 10:14, yangdongsheng wrote: >>> >>> Since the maxvcpus command query the maximum number of virtual >>> CPUs supported for a guest VM on this connection, it should be

Re: [libvirt] [PATCH RESEND 0/4] Pre-create storage on live migration

2013-09-15 Thread Doug Goldstein
On Fri, Sep 13, 2013 at 1:31 AM, Michal Privoznik wrote: > [Resending due to some list difficulties] > > Currently users are required to pre-create storage on their own upon > migration. > This patch set implements the feature for RAW, QCOW and QCOW2 images. While > for > the RAW fallocate() is

Re: [libvirt] [PATCH RESEND 3/4] qemu_migration: Check size prerequisites

2013-09-15 Thread Doug Goldstein
On Fri, Sep 13, 2013 at 1:31 AM, Michal Privoznik wrote: > With new NBD storage migration approach there are several > requirements that need to be meet for successful use of the > feature. One of them is - the file representing a disk, needs to > have at least same size as on the source. Hence, w

Re: [libvirt] [PATCH RESEND 2/4] qemu_domain: Introduce qemuDomainGetDiskBlockInfo

2013-09-15 Thread Doug Goldstein
On Fri, Sep 13, 2013 at 1:31 AM, Michal Privoznik wrote: > This is just digging out important implementation from qemu > driver's qemuDomainGetDiskBlockInfo() API as this functionality > is going to be required in the next patch. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_domain.c

Re: [libvirt] [PATCH] virsh: move command maxvcpus from domain group to host group.

2013-09-15 Thread Dongsheng Yang
ping On 09/09/2013 10:30 AM, Osier Yang wrote: On 09/09/13 10:14, yangdongsheng wrote: Since the maxvcpus command query the maximum number of virtual CPUs supported for a guest VM on this connection, it should be in virsh-host.c but not virsh-domain.c. Signed-off-by: yangdongsheng --- to

Re: [libvirt] rpmbuild libvirt 1.1.2 problem

2013-09-15 Thread jsjshaowentao
hi:    i operation this as root user-- 原始邮件 --发件人:Martin Kletzander 时 间:2013/09/13 16:28:09 星期五收件人:Nehal J Wani 抄送人:Alex Jia , libvir-list , jsjshaowen...@21cn.com主 题:Re: [libvirt] rpmbuild libvirt 1.1.2 problem[please don't top-post on technical lists] On 09/12/201

[libvirt] Integrating LiSA into libvirt

2013-09-15 Thread Andreea Hodea
My name is Andreea and I am a member of LiSA team. LiSA stands for Linux Switching Appliance and offers a software switch that switches packets at Layer 2 and Layer 3. It is an open source project under development, you can find more about it from lisa.mindbit.ro or from  https://github.com/lisa-

Re: [libvirt] [Users] Starting VM Error

2013-09-15 Thread Gianluca Cecchi
On Sun, Sep 15, 2013 at 2:42 PM, Dan Kenigsberg wrote: > On Sun, Sep 15, 2013 at 01:59:29PM +0200, Gianluca Cecchi wrote: >> On Sun, Sep 15, 2013 at 1:50 PM, Gianluca Cecchi wrote: > Gianluca, due to all the twists of this thread, I no longer recall which > libvirt version you are using. Would y

Re: [libvirt] [Users] Live Migration failed oVirt 3.3 Nightly

2013-09-15 Thread Dan Kenigsberg
On Sun, Sep 15, 2013 at 09:57:47PM +1000, Andrew Lau wrote: > On Sun, Sep 15, 2013 at 9:34 PM, Dan Kenigsberg wrote: > > > On Sun, Sep 15, 2013 at 08:44:18PM +1000, Andrew Lau wrote: > > > On Sun, Sep 15, 2013 at 8:00 PM, Dan Kenigsberg > > wrote: > > > > > > > On Sun, Sep 15, 2013 at 06:48:41PM

Re: [libvirt] [Users] Starting VM Error

2013-09-15 Thread Dan Kenigsberg
On Sun, Sep 15, 2013 at 01:59:29PM +0200, Gianluca Cecchi wrote: > On Sun, Sep 15, 2013 at 1:50 PM, Gianluca Cecchi wrote: > > and > > [root@tekkaman ~]# chgrp kvm /var/lib/libvirt/images/testvm.img > [root@tekkaman ~]# ll /var/lib/libvirt/images/testvm.img > -rw-rw. 1 vdsm kvm 197120 Sep 15