]> git.ipfire.org Git - thirdparty/libvirt.git/commit
migration: add target peer disks port
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Thu, 17 Mar 2016 14:58:47 +0000 (17:58 +0300)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 17 Mar 2016 15:20:15 +0000 (16:20 +0100)
commitf486cb5ea0a100a8ced041a3f40c5896eac78732
tree5620c32853e5c2ce4d3c960e7b8fe89ddc34835d
parent61d0bcecd684ab30da62a6c97bdd52e061838dba
migration: add target peer disks port

Some hypervisors (namely qemu) can have a separate connecton for
non-shared disks migration of active domains. Currently we have
no means to control the port of such a connection. At the same
time we have options to control port of memory migration traffic
(thru migration uri) as well as interfaces that target server
is bound to for incoming migration (thru VIR_MIGRATE_PARAM_LISTEN_ADDRESS).
Let's add the option for setting disks port too.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
include/libvirt/libvirt-domain.h
tools/virsh-domain.c
tools/virsh.pod