[libvirt-users] Libvirtd running as root tries to access oneadmin (OpenNebula) NFS mount but throws: error: can’t canonicalize path

2016-04-07 Thread TomK
Hey All, I've an issue where libvirtd tries to access an NFS mount but errors out with: can't canonicalize path '/var/lib/one//datastores/0 . The unprevilidged user is able to read/write fine to the share. root_squash is used and for security reasons no_root_squash cannot be used. On the co

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

2016-04-07 Thread Peter Steele
On 04/02/2016 05:20 PM, Laine Stump wrote: You say they can talk among containers on the same host, and with their own host (I guess you mean the virtual machine that is hosting the containers), but not to containers on another host. Can the containers communicate outside of the host at all? If n

[libvirt-users] how to list and kill existing console sessions to VMs?

2016-04-07 Thread Francesco Romani
Hi everyone, If a VM is configured to have a console attached to it, like using http://libvirt.org/formatdomain.html#elementCharConsole Libvirt offers access to VM serial console's using the virDomainOpenConsole API[1] However, I didn't find a way to 1. list the existing connections to the cons

Re: [libvirt-users] (no subject)

2016-04-07 Thread nidhi d
Is the only encryption mode supported in tunnelled migration of kvm machines using ssh-channel, aes-128 ?Is there some way to change the default encryption method? ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/list

Re: [libvirt-users] Domain, volume and storage-pool

2016-04-07 Thread Michal Privoznik
On 06.04.2016 10:18, Shahar Havivi wrote: > Hi, > > I am using virStorageVolDownload to download volumes for the VDSM project. > What is the best approch to know domains volume? > Is there an api for associating domain to its pool and then to its volumes? > > I was able to do that by iterating th