Hello, I've enabled Hardware Virtualization on a single node, by following the instructions over here:
https://pve.proxmox.com/wiki/Nested_Virtualization
At one point, the instructions state to unload and load the module:
I did this, but I can't get the module to be unloaded (to later be loaded again). I get this error:
This is a real bummer. Googled a lot for the error, used lsof and lsmod , and what I can really see is that kvm related processes are using this module. The ones that are running the virtual machines.
I've read somewhere that the VMs need to be shut down for these commands to run without error. Is this true? Wouldn't pausing them allow me to run the module commands? How can I avoid the downtime, or at the very least, to reboot the VMs? I would like this to be the least impactful in terms of time, and preferably, keep my VMs uptimes somehow.
Is this possible?
https://pve.proxmox.com/wiki/Nested_Virtualization
At one point, the instructions state to unload and load the module:
Code:
# modprobe -r kvm_intel
# modprobe kvm_intel
I did this, but I can't get the module to be unloaded (to later be loaded again). I get this error:
Code:
# modprobe -r kvm_intel
FATAL: Module kvm_intel is in use.
This is a real bummer. Googled a lot for the error, used lsof and lsmod , and what I can really see is that kvm related processes are using this module. The ones that are running the virtual machines.
I've read somewhere that the VMs need to be shut down for these commands to run without error. Is this true? Wouldn't pausing them allow me to run the module commands? How can I avoid the downtime, or at the very least, to reboot the VMs? I would like this to be the least impactful in terms of time, and preferably, keep my VMs uptimes somehow.
Is this possible?
Last edited: