mirror of https://gitee.com/openkylin/libvirt.git
docs: migration: remove xenmigr
xenmigr was for xend which was removed in in 4.3.0.
Fixes: 1dac5fbbbb
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
bf14a9be1e
commit
1f61660ed9
|
@ -491,7 +491,6 @@ virsh migrate web1 xen+tls://desthost/system
|
|||
eg using secondary network interface
|
||||
|
||||
virsh migrate web1 qemu://desthost/system tcp://10.0.0.1/
|
||||
virsh migrate web1 xen+tcp://desthost/system xenmigr:10.0.0.1/
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
@ -562,13 +561,8 @@ syntax: virsh migrate GUESTNAME HV-URI
|
|||
|
||||
eg using same libvirt URI for all connections
|
||||
|
||||
virsh migrate --direct web1 xenmigr://desthost/
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
Supported by Xen driver
|
||||
</p>
|
||||
|
||||
<h3><a id="nativepeer2peer">Native migration, peer2peer between two libvirtd servers</a></h3>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue