From: Peter Krempa
Date: Tue, 24 Nov 2020 13:51:23 +0000 (+0100)
Subject: docs: migration: Mention that features may not work with tunnelled migration
X-Git-Tag: v6.10.0-rc1~29
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f496d2de21deff3c3b8ee0e57899c2080d0d1d2b;p=thirdparty%2Flibvirt.git
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
Reviewed-by: Ján Tomko
---
diff --git a/docs/migration.html.in b/docs/migration.html.in
index e84e5f5452..c3c64fb51f 100644
--- a/docs/migration.html.in
+++ b/docs/migration.html.in
@@ -49,6 +49,14 @@
migration operations.
+
+ Note: Certain features such as migration of non-shared storage
+ (VIR_MIGRATE_NON_SHARED_DISK
), the multi-connection migration
+ (VIR_MIGRATE_PARALLEL
), or post-copy migration
+ (VIR_MIGRATE_POSTCOPY
) may not be available when using
+ libvirt's tunnelling.
+
+