mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
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 <chen.bo@intel.com>
This commit is contained in:
parent
f840335922
commit
001ee6794c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user