In relation to configuring Proxmox host for nested visualization:
I am trying to make "kvm ignore_msrs=1" persistent in /etc/modprobe.d/kvm.conf.
I am using the instruction found here: https://pve.proxmox.com/wiki/Nested_Virtualization#Troubleshooting
When I run modprobe -r kvm, I get modprobe: FATAL: Module kvm is in use.
# echo "options kvm ignore_msrs=1" >> /etc/modprobe.d/kvm.conf
# cat /etc/modprobe.d/kvm.conf
options kvm ignore_msrs=1
# modprobe -r kvm
modprobe: FATAL: Module kvm is in use.
# modprobe kvm
#
I have not stopped all VMs before running "modprobe -r kvm" could that be the issue?
I am trying to make "kvm ignore_msrs=1" persistent in /etc/modprobe.d/kvm.conf.
I am using the instruction found here: https://pve.proxmox.com/wiki/Nested_Virtualization#Troubleshooting
When I run modprobe -r kvm, I get modprobe: FATAL: Module kvm is in use.
# echo "options kvm ignore_msrs=1" >> /etc/modprobe.d/kvm.conf
# cat /etc/modprobe.d/kvm.conf
options kvm ignore_msrs=1
# modprobe -r kvm
modprobe: FATAL: Module kvm is in use.
# modprobe kvm
#
I have not stopped all VMs before running "modprobe -r kvm" could that be the issue?