Re: [libvirt-users] virsh -c lxc:/// setvcpus and configuration fails

2019-09-23 Thread info
Hi, ok i tried: 2 2 aswell as 4 and, it shows in the cpuset cgroup: #cat cpuset.cpus 0-1 # cat cpuset.effective_cpus 0-1 And yes, the CPU power is reduced to two cores. But still, /proc/cpuinfo will show _all_ cpu cores of the hostmachi

[libvirt-users] experience with balloon memory ?

2019-09-23 Thread Lentes, Bernd
Hi ML, i'm thinking about using balloon memory for our domains. We have about 15 domains running concurrently, and i think it might be nice if a domain requires more RAM it grabs it, and if it don't need it anymore, it releases it. But i have no experience with it. So i have some questions: - i

Re: [libvirt-users] Privacy Extension not working in VM

2019-09-23 Thread Thomas Luening
Hi Daniel, thanks for your response. You mention you used 'macvtap' but not which mode of macvtap ? None the less if you're using it in bridge mode, or passthroug hmode, there should be no filtering of guest traffic in general, since the guest traffic is forwarding at the ethernet layer, not IP

Re: [libvirt-users] Certificate checking on TLS migrations to an IP address

2019-09-23 Thread Daniel P . Berrangé
On Mon, Sep 23, 2019 at 03:04:46PM +0200, Milan Zamazal wrote: > Milan Zamazal writes: > > > Daniel P. Berrangé writes: > > > >> On Wed, Sep 18, 2019 at 12:18:32PM +0200, Milan Zamazal wrote: > >>> Daniel P. Berrangé writes: > >>> > >> > >>> > On Wed, Sep 04, 2019 at 03:38:25PM +0200, Milan Za

Re: [libvirt-users] Certificate checking on TLS migrations to an IP address

2019-09-23 Thread Milan Zamazal
Milan Zamazal writes: > Daniel P. Berrangé writes: > >> On Wed, Sep 18, 2019 at 12:18:32PM +0200, Milan Zamazal wrote: >>> Daniel P. Berrangé writes: >>> >> >>> > On Wed, Sep 04, 2019 at 03:38:25PM +0200, Milan Zamazal wrote: >>> >> Hi, I'm trying to add TLS migrations to oVirt, but I've hit a

Re: [libvirt-users] Privacy Extension not working in VM

2019-09-23 Thread Daniel P . Berrangé
On Sat, Sep 21, 2019 at 11:28:56AM +0200, Thomas Luening wrote: > Hello @ all > > With the rebuilding of my Server from Debian 9 to Debian 10, I also switch > from Virtual Box to Libvirt/KVM. Due to new requirements for the VMs, now I > have an actual problem, which unfortunately I can not solve.

Re: [libvirt-users] VM cloning with memory state

2019-09-23 Thread Peter Krempa
On Mon, Sep 23, 2019 at 11:17:21 +0300, Benny Zlotnik wrote: > Hi, > > We are trying to implement VM cloning with snapshots for ovirt. For > the most part, everything seems to work fine. However, when > saved-state comes into play it gets complicated. As it seems > impossible to restore a saved

[libvirt-users] VM cloning with memory state

2019-09-23 Thread Benny Zlotnik
Hi, We are trying to implement VM cloning with snapshots for ovirt. For the most part, everything seems to work fine. However, when saved-state comes into play it gets complicated. As it seems impossible to restore a saved state file for a different VM due to a mismatch in UUID and name, I was w