I'm running PVE 4 beta2 and am trying to enable nested virtualization. I've already verified that the underlying OS is correct:
in my VM config, I have:
because the vm would not boot with "host" as the CPU type. I have other debian (well, ubuntu) machines that will pass the nested virtualization just fine. Any idea what's going on with the PVE4 logic?
Dan
Code:
root@psp6hypd01:/etc/pve/qemu-server# cat /sys/module/kvm_intel/parameters/nested
Y
in my VM config, I have:
Code:
args: -enable-kvm
(and)
cpu: SandyBridge
because the vm would not boot with "host" as the CPU type. I have other debian (well, ubuntu) machines that will pass the nested virtualization just fine. Any idea what's going on with the PVE4 logic?
Dan