https://pve.proxmox.com/wiki/Nested_Virtualization
To enable it looks like I need to run the following
Will this take an affect on my servers in any way? Is there a chance some of the running virtual machines will lock up/crash/reboot?
There is a note
The problem is I can't actually find those flags in the "Extra CPU Flags:" GUI
Also in regards to the CPU host flag to host I noticed on benchmarks I got about a 5-10% increase on CPU scores. What are the main downsides of enabling this on all virtual machines other than the above issue of live migration (when combined with nesting)
To enable it looks like I need to run the following
Code:
echo "options kvm-intel nested=Y" > /etc/modprobe.d/kvm-intel.conf
modprobe -r kvm_intel
modprobe kvm_intel
Will this take an affect on my servers in any way? Is there a chance some of the running virtual machines will lock up/crash/reboot?
There is a note
VMs with nesting active (vmx/svm flag) cannot be live-migrated!
The problem is I can't actually find those flags in the "Extra CPU Flags:" GUI
Also in regards to the CPU host flag to host I noticed on benchmarks I got about a 5-10% increase on CPU scores. What are the main downsides of enabling this on all virtual machines other than the above issue of live migration (when combined with nesting)
Last edited: