Re: [libvirt-users] virsh and bash_complete

2016-03-23 Thread Mohsen Pahlevanzadeh
On 03/24/2016 03:49 AM, Eric Blake wrote: On 03/23/2016 04:57 PM, Mohsen Pahlevanzadeh wrote: Dear All, I downloaded the attachment file and activate for bash_complete, It can give you the following output: # virsh net- net-autostartn

[libvirt-users] /run/user/ persists after user account is deleted

2016-03-23 Thread Lars Kellogg-Stedman
In the tripleo-quickstart project, we're making use of libvirt's unprivileged mode. When run as a non-root user using a qemu:///session uri, libvirt creates files and sockets in subdirectories of $XDG_RUNTIME_DIR (aka /run/user/). We are seeing situations in which: - A "stack" user is created -

Re: [libvirt-users] virsh and bash_complete

2016-03-23 Thread Eric Blake
On 03/23/2016 04:57 PM, Mohsen Pahlevanzadeh wrote: > Dear All, > > I downloaded the attachment file and activate for bash_complete, It can give > you > the following output: > # virsh net- > net-autostartnet-dhcp-leases net-info net-undefine > net-create net-dumpxml net-

[libvirt-users] virsh and bash_complete

2016-03-23 Thread Mohsen Pahlevanzadeh
Dear All, I downloaded the attachment file and activate for bash_complete, It can give you the following output: # virsh net- net-autostart    net-dhcp-leases  net-info net-undefine net-create   net-dumpxml  net-list net-update net-def

Re: [libvirt-users] /proc/meminfo

2016-03-23 Thread Peter Steele
On 03/23/2016 11:26 AM, Cole Robinson wrote: Even if you don't reproduce on RHEL/Fedora, it would be useful if you figure out exactly what steps it takes to reproduce: is it random, or after a set amount of time, or after machine suspends, or some manual way to tickle the issue. Thanks, Cole I

Re: [libvirt-users] /proc/meminfo

2016-03-23 Thread Cole Robinson
On 03/23/2016 01:41 PM, Peter Steele wrote: > On 03/23/2016 09:19 AM, Cole Robinson wrote: >> On 03/23/2016 12:10 PM, Peter Steele wrote: >>> Has anyone seen this issue? We're running containers under CentOS 7.2 and >>> some >>> of these containers are reporting incorrect memory allocation in >>>

Re: [libvirt-users] /proc/meminfo

2016-03-23 Thread Peter Steele
On 03/23/2016 09:19 AM, Cole Robinson wrote: On 03/23/2016 12:10 PM, Peter Steele wrote: Has anyone seen this issue? We're running containers under CentOS 7.2 and some of these containers are reporting incorrect memory allocation in /proc/meminfo. The output below comes from a system with 32G of

Re: [libvirt-users] Using Openvswitch and qemu:///session

2016-03-23 Thread Laine Stump
On 03/22/2016 02:29 PM, Predrag Ivanovic wrote: Hi. I'd like to use Openvswitch while running libvirt as an unprivileged user (qemu:///session). As expected, system session works just fine with OVS. When I try to start the domain from user session, with the relevant network part of the domain

Re: [libvirt-users] (no subject)

2016-03-23 Thread nidhi d
I tried using tunnelled mode for vm migration, but migration failed with the error Permission denied(publickey,password):Connection reset by peer I have enabled passwordless ssh login at the destination. Also i am able to connect to the destination using using qemu+ssh. On Wed, Mar 23, 2016, 6:

Re: [libvirt-users] (no subject)

2016-03-23 Thread nidhi d
How is the traffic different when using the tunnelled option rather than ssh without tunnelling? On Wed, Mar 23, 2016, 5:14 PM Michal Privoznik wrote: > On 22.03.2016 10:28, nidhi d wrote: > > How is tunnelled option specified during migratiion different than an > > ordinary ssh connection speci

[libvirt-users] libvirt 1.3.3 and Hyper-V 2012

2016-03-23 Thread Schwab Michael
Hello I installed libvirt 1.3.3 for managing a Hyper-V 2012 R2 Server. On the hyper-v server I entered the two commands: winrm set winrm/config/service/auth @{Basic="true"} winrm set winrm/config/service @{AllowUnencrypted="true"} After connecting, I receive the following error: user@ubuntu-se

Re: [libvirt-users] /proc/meminfo

2016-03-23 Thread Cole Robinson
On 03/23/2016 12:10 PM, Peter Steele wrote: > Has anyone seen this issue? We're running containers under CentOS 7.2 and some > of these containers are reporting incorrect memory allocation in > /proc/meminfo. The output below comes from a system with 32G of memory and > 84GB of swap. The values rep

[libvirt-users] /proc/meminfo

2016-03-23 Thread Peter Steele
Has anyone seen this issue? We're running containers under CentOS 7.2 and some of these containers are reporting incorrect memory allocation in /proc/meminfo. The output below comes from a system with 32G of memory and 84GB of swap. The values reported are completely wrong. # cat /proc/meminfo

Re: [libvirt-users] (no subject)

2016-03-23 Thread Michal Privoznik
On 23.03.2016 14:13, nidhi d wrote: > How is the traffic different when using the tunnelled option rather than > ssh without tunnelling? There are two migration streams here: 1) libvirt (used to transfer libvirt's internal state of domain onto the other side) 2) qemu (used to transfer qemu's inte

Re: [libvirt-users] (no subject)

2016-03-23 Thread Michal Privoznik
On 22.03.2016 10:28, nidhi d wrote: > How is tunnelled option specified during migratiion different than an > ordinary ssh connection specified as:- virsh migrate vmName > qemu+ssh://user@remotesys/system? > > virsh migrate --tunelled ... Michal ___

Re: [libvirt-users] Virtual Netwok manager and cmd

2016-03-23 Thread Sven Schwedas
On 2016-03-23 00:49, Mohsen Pahlevanzadeh wrote: > Dear All, > > I'm reading the following pages: > http://wiki.libvirt.org/page/TaskRoutedNetworkSetupVirtManager > http://wiki.libvirt.org/page/TaskNATSetupVirtManager > http://wiki.libvirt.org/page/TaskIsolatedNetworkSetupVirtManager > > routed m