Consider applying uuid patch
Description:
Version 10.7.0 broke --uuid option of virsh list command. This shows up in libvirt-guests.service , which relies on this command to create the list of virtual machines to restore on start. In effect, in version 10.7.0 this list at /var/lib/libvirt/libvirt-guests is corrupted.
There's a fix applied to master branch https://gitlab.com/libvirt/libvirt/-/commit/008214842011d77fa4feda8d1ff586d29791f8ab ; please consider applying this patch in 10.7.0-2
Additional info:
- package version(s): 10.7.0
- config and/or log files: log output from
libvirt-guests.serviceat start - link to upstream bug report, if any: https://gitlab.com/libvirt/libvirt/-/issues/666
Steps to reproduce:
- start some virtual machine(s) with
virsh start - (optionally) start
libvirt-guests.service - stop
libvirt-guests.service - check the content of
/var/lib/libvirt/libvirt-guests(should bedefaultfollowed by a series of UUIDs, each corresponding to a virtual machine running beforelibvirt-guests.servicestopped) - start
libvirt-guests.service - see errors in system log
Edited by Bronek Kozicki