]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Disable NBD TLS migration over UNIX socket
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 18 Nov 2020 12:51:05 +0000 (13:51 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 24 Nov 2020 23:10:52 +0000 (00:10 +0100)
commit3430a77182f9ee9eae82ad7f622111ec79502bd2
treed56a2962a3e566e153e9c5d227f0c574708f5e6f
parentd1e00f84c07903b46194097e68b4f2cd6897ec8a
qemu: Disable NBD TLS migration over UNIX socket

Even though it is technically possible, when running the migrations QEMU's
nbd-server-start errors out with:

  "TLS is only supported with IPv4/IPv6"

We can always enable it when QEMU adds this feature, but for now it is safer to
show our error message rather than rely on QEMU to error out properly.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c