summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2018-02-07 16:41:43 +0100
committerDr. David Alan Gilbert <dgilbert@redhat.com>2018-02-14 10:23:15 +0000
commitc2eb7f213a15b870f7a35ec961e4f1e0f7e2df91 (patch)
treed97ed8ee249531ba79ef5ad9d3939a8340e6562b /docs
parent96994fd1e4e0da2a3b5d585a58621722199c67c9 (diff)
downloadqemu-c2eb7f213a15b870f7a35ec961e4f1e0f7e2df91.tar.gz
migration: improve documentation of postcopy-ram
This capability must have the same value on both source and destination, otherwise migration fails (commit 875fcd013ab6 "migration: incoming postcopy advise sanity checks"). Let's write it down in various places where postcopy-ram is documented. Signed-off-by: Greg Kurz <groug@kaod.org> Message-Id: <151801810352.29167.4832480228518630626.stgit@bahia.lan> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/migration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst
index bf97080dac..9d1b7657f0 100644
--- a/docs/devel/migration.rst
+++ b/docs/devel/migration.rst
@@ -387,8 +387,8 @@ doesn't finish in a given time the switch is made to postcopy.
Enabling postcopy
-----------------
-To enable postcopy, issue this command on the monitor prior to the
-start of migration:
+To enable postcopy, issue this command on the monitor (both source and
+destination) prior to the start of migration:
``migrate_set_capability postcopy-ram on``