1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00

docs: migration: Mention that features may not work with tunnelled migration

Enumerate some features which are incompatible with tunnelled migration.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-11-24 14:51:23 +01:00
parent f8867ddb05
commit f496d2de21

View File

@ -49,6 +49,14 @@
migration operations.
</p>
<p>
<em>Note:</em> Certain features such as migration of non-shared storage
(<code>VIR_MIGRATE_NON_SHARED_DISK</code>), the multi-connection migration
(<code>VIR_MIGRATE_PARALLEL</code>), or post-copy migration
(<code>VIR_MIGRATE_POSTCOPY</code>) may not be available when using
libvirt's tunnelling.
</p>
<p>
<img class="diagram" src="migration-tunnel.png" alt="Migration tunnel path"/>
</p>