"KSNull Zero" <ksnull01(a)gmail.com> writes:
Running oVirt 4.4.5
VM cannot migrate between hosts.
vdsm.log contains the following error:
libvirt.libvirtError: operation failed: Failed to connect to remote
libvirt URI qemu+tls://ovhost01.local/system: authentication failed:
Failed to verify peer's certificate
Certificates on hosts was renewed some time ago. How this issue can be fixed ?
I think it's
https://bugzilla.redhat.com/show_bug.cgi?id=1948376, which
was fixed in 4.4.6.5.
IIRC you need to create links in /etc/pki/vdsm/libvirt-migrate on the
source host from server-*.pem to client-*.pem and make sure
migrate_tls_x509_verify = 1
is set (it is by default) in /etc/libvirt/qemu.conf.
Restarting libvirtd may be needed afterwards.
Regards,
Milan