Re: [Qemu-devel] [PATCH 4/5] Reopen files after migration

2011-01-05 Thread Markus Armbruster
Juan Quintela quint...@redhat.com writes: We need to invalidate the Read Cache on the destination, otherwise we have corruption. Easy way to reproduce it is: - create an qcow2 images - start qemu on destination of migration (qemu -incoming tcp:...) - start qemu on source of migration

[Qemu-devel] [PATCH 4/5] Reopen files after migration

2011-01-04 Thread Juan Quintela
We need to invalidate the Read Cache on the destination, otherwise we have corruption. Easy way to reproduce it is: - create an qcow2 images - start qemu on destination of migration (qemu -incoming tcp:...) - start qemu on source of migration and do one install. - migrate at the end of

Re: [Qemu-devel] [PATCH 4/5] Reopen files after migration

2011-01-04 Thread Blue Swirl
On Tue, Jan 4, 2011 at 2:33 PM, Juan Quintela quint...@redhat.com wrote: We need to invalidate the Read Cache on the destination, otherwise we have corruption.  Easy way to reproduce it is: - create an qcow2 images - start qemu on destination of migration (qemu -incoming tcp:...) -