From f496d2de21deff3c3b8ee0e57899c2080d0d1d2b Mon Sep 17 00:00:00 2001
From: Peter Krempa
Date: Tue, 24 Nov 2020 14:51:23 +0100
Subject: [PATCH] docs: migration: Mention that features may not work with
tunnelled migration
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Enumerate some features which are incompatible with tunnelled migration.
Signed-off-by: Peter Krempa
Reviewed-by: Ján Tomko
---
docs/migration.html.in | 8 ++++++++
1 file changed, 8 insertions(+)
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.
+
+