Hello On kubevirt project we are using IpV6 Kind cluster, and trying to support migration,
but since both of the containers are on the same host we get this error {"component":"virt-launcher","level":"error","msg":"internal error: Attempt to migrate guest to the same host 32323136-3731-4247-3831-303946353338","pos":"virNetClientProgramDispatchError:172","subcomponent":"libvirt","thread":"44", "timestamp":"2020-03-25T10:41:12.123000Z"} Is there a way to work around this please ? it comes of course from https://github.com/libvirt/libvirt/blob/master/src/qemu/qemu_migration_cookie.c#L1254 (not sure what version of libvirt i have but it shows the uuid so i guess this is the one) Thanks