I upgraded one of my Proxmox VE 8 hosts to 9.0.3 today, but after the upgrade containers start fine but no VMs.
This seems to be caused by kvm no longer functioning:
All packages are up to date, could I be missing a needed package that provides rbd_encryption_load2? Did something go wrong during the upgrade?
Installing an older version (9.2.0-7) of
pve8to9 output seems fine, currently only getting warnings about dkms modules (nvidia), running guests and outdated pve-qemu-kvm to get VMs running until I can fix this issue.
Any ideas? Thanks in advance.
This seems to be caused by kvm no longer functioning:
Code:
~# kvm --version
kvm: symbol lookup error: kvm: undefined symbol: rbd_encryption_load2
All packages are up to date, could I be missing a needed package that provides rbd_encryption_load2? Did something go wrong during the upgrade?
Installing an older version (9.2.0-7) of
pve-qemu-kvm allows me to start my VMs again, so must be something in the new one.pve8to9 output seems fine, currently only getting warnings about dkms modules (nvidia), running guests and outdated pve-qemu-kvm to get VMs running until I can fix this issue.
Any ideas? Thanks in advance.