On Tue, Jul 6, 2021 at 4:27 PM Sandro Bonazzola <sbonazzo(a)redhat.com> wrote:
>> This looks like the selinux issue we had in libvirt 7.4. Do
we have the latest
>> selinux-policy-target package on the host?
>
>
> Yeah, seems like
https://bugzilla.redhat.com/show_bug.cgi?id=1964317
In order to get the migration working this solved:
restorecon /var/run/libvirt/common/system.token
ls -lZ /var/run/libvirt/common/system.token
-rw-------. 1 root root system_u:object_r:virt_common_var_run_t:s0 32 Jul 6 09:29
/var/run/libvirt/common/system.token
service libvirtd restart
service virtlogd restart
On the source or destination?