From 001ee6794ce5e5367aa68438bf36d2be893dbc93 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Wed, 25 Aug 2021 10:48:52 -0700 Subject: [PATCH] docs: Update the live-migration documentation To enable live-migration for vhost-user devices, we now always shutdown the source VM when the migration is completed. This patch reflects this change in the documentation. Signed-off-by: Bo Chen --- docs/live_migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/live_migration.md b/docs/live_migration.md index 4cf14d2b4..5dac9dac7 100644 --- a/docs/live_migration.md +++ b/docs/live_migration.md @@ -36,7 +36,7 @@ $ target/release/ch-remote --api-socket=/tmp/api1 send-migration unix:/tmp/sock When the above commands completed, the source VM should be successfully migrated to the destination VM. Now the destination VM is running while -the source VM is paused. +the source VM is terminated gracefully. ## Nested-VM Migration @@ -136,4 +136,4 @@ vm-1:~$ sudo ./ch-remote --api-socket=/tmp/api1 send-migration unix:/tmp/sock1 When the above commands completed, the source VM should be successfully migrated to the destination VM without interrupting our testing guest workload. Now the destination VM is running the testing guest workload -while the source VM is paused. +while the source VM is terminated gracefully.