Re: [libvirt-users] Networking issues with lxc containers in AWS EC2

2016-04-01 Thread Peter Steele
On 04/01/2016 02:07 PM, Laine Stump wrote: On 03/31/2016 06:43 PM, Peter Steele wrote: I've created an EC2 AMI for AWS that essentially represents a CentOS 7 "hypervisor" image. I deploy instances of these in AWS and create an number of libvirt based lxc containers on each of these instances.

Re: [libvirt-users] (no subject)

2016-04-01 Thread Jim Fehlig
On 03/30/2016 10:17 PM, nidhi d wrote: > > Libvirt version as per virsh --version 1.2.2 > Ah, there's your problem. Michal already pointed you to http://libvirt.org/hvsupport.html , which shows the migration APIs were added to the libxl driver in libvirt 1.2.6. Regards, Jim > Xen version as per

Re: [libvirt-users] Networking issues with lxc containers in AWS EC2

2016-04-01 Thread Laine Stump
On 03/31/2016 06:43 PM, Peter Steele wrote: I've created an EC2 AMI for AWS that essentially represents a CentOS 7 "hypervisor" image. I deploy instances of these in AWS and create an number of libvirt based lxc containers on each of these instances. The containers run fine within a single host

Re: [libvirt-users] Using virDomainInterfaceAddresses

2016-04-01 Thread Laine Stump
On 04/01/2016 12:49 PM, Marin Bek wrote: Hi, I'm trying to use virDomainInterfaceAddresses to get interface info for XEN DOMs but keep getting following error: libvirt: Domain Config error : this function is not supported by the connection driver: virDomainInterfaceAddresses That's because

Re: [libvirt-users] How is calculate the lock with lockd_manager

2016-04-01 Thread villeneu
"Daniel P. Berrange" a écrit : On Thu, Mar 31, 2016 at 12:05:07PM +0200, ville...@kassis.univ-brest.fr wrote: Hello I use lock_manager with libvirt 1.3 and I would like to know how is exactly calculate the hash SHA256. I would create a table to retreive the name with the hash in case of cras

[libvirt-users] Using virDomainInterfaceAddresses

2016-04-01 Thread Marin Bek
Hi, I'm trying to use virDomainInterfaceAddresses to get interface info for XEN DOMs but keep getting following error: libvirt: Domain Config error : this function is not supported by the connection driver: virDomainInterfaceAddresses I tried recompiling libvirt with ./configure --with-interfac