From da6c7dee9c59f7ccaa746a5bc644fc0a4c8c94c1 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 19 Jan 2017 15:03:21 +0100 Subject: [PATCH] add links to the specific migration chaptes in pvecm Signed-off-by: Dominik Csapak --- pvecm.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pvecm.adoc b/pvecm.adoc index baf9300..491b2ac 100644 --- a/pvecm.adoc +++ b/pvecm.adoc @@ -864,6 +864,14 @@ migrations. This can be done via the configuration file `datacenter.cfg` or for a specific migration via API or command line parameters. +It makes a difference if a Guest is online or offline, or if it has +local resources (like a local disk). + +For Details about Virtual Machine Migration see the +xref:qm_migration[QEMU/KVM Migration Chapter] + +For Details about Container Migration see the +xref:pct_migration[Container Migration Chapter] Migration Type ~~~~~~~~~~~~~~