|
From: | Yaodong Yang |
Subject: | [Qemu-discuss] QEMU-KVM Live Block Migration. |
Date: | Fri, 12 Apr 2013 10:19:57 -0500 |
(This approach is from kvm-migration document.)
1. Start the VM on B with the exact same parameters as the VM on A, in migration-listen mode:
B: <qemu-command-line> -incoming tcp:0:4444 (or other PORT))
2. Start the migration (always on the source host):
A: migrate -d tcp:B:4444 (or other PORT)
3. Check the status (on A only):
A: (qemu) info migrate
B. In the non-shared storage environment,
--(This approach is from kvm-migration document, similar to the previous one and only add the -b option.)
1. Start the VM on B with the exact same parameters as the VM on A, in migration-listen mode:
B: <qemu-command-line> -incoming tcp:0:4444 (or other PORT))2. Start the migration (always on the source host):
A: migrate -d -b tcp:B:4444 (or other PORT)3. Check the status (on A only):
A: (qemu) info migrate
My question is :
1. How could I use the QEMU to perform the live block migration?
Thanks for all your help!
[Prev in Thread] | Current Thread | [Next in Thread] |