KVM Stack Upgrade Failure
Known Issue: KVM stack upgrade fails on Oracle Linux 9 when the
libvirt-lock-sanlock package is installed.
Description:
The libvirt-lock-sanlock package has been renamed in the
latest versions of QEMU 10.1/libvirt 12.0. If you're running Oracle Linux 9 and upgrading
from QEMU 7.2/libvirt 9.0 to QEMU 10.1/libvirt 12.0 and the
libvirt-lock-sanlock package is installed, the upgrade
fails.
Workaround:
Remove the existing libvirt-lock-sanlock
package and install libvirt-daemon-plugin-sanlock before performing the
upgrade:
sudo dnf remove libvirt-lock-sanlock
sudo dnf upgrade
sudo dnf install libvirt-daemon-plugin-sanlock
(Bug 39132071)