
3 Feb
2020
3 Feb
'20
1 p.m.
On Wed, Jan 22, 2020 at 03:00:52AM +0000, Jim Fehlig wrote:
As discussed on the developer list, parallel migration connections are not compatible with tunneled migration
https://www.redhat.com/archives/libvir-list/2020-January/msg00463.html
Prohibit the concurrent use of parallel and tunneled migration options.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> ---
I added the check to all migration entry points except virDomainMigrate3, where the p2p and tunneled options are already prohibitied.
src/libvirt-domain.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano