|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] Live Migration with different block devices |
Date: | Tue, 24 Jun 2014 21:37:44 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
Il 24/06/2014 21:18, Xiongzi Ge ha scritto:
When I do live migration, in the source and destination host, there are different block devices, but qemu can not detect this. I used virtio as the driver in kvm and in the vdi device in the guest is /dev/vda. So, the vm guest can read different data from the same /dev/vda device.
It's probably the guest kernel (not QEMU) that is caching data from the source's /dev/vda. What you are doing is not a valid usage of migration. What are you trying to do?
Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |