Hello Stefan, From: Stefan Hajnoczi <stefa...@gmail.com> Subject: Re: [Qemu-devel] live migration which includes previos snapshot Date: Fri, 2 Nov 2012 08:19:15 +0100
> On Fri, Nov 2, 2012 at 4:15 AM, Kuniyasu Suzaki <k.suz...@aist.go.jp> wrote: > > Can live migration of QEMU include previous snapshot images? > > I want to roll back to a previous snapshot image on another machine > > after live migration. > > > > I was thinking Block Migration bring the snapshot images of QCOW2, but > > Block Migration transfers the hard disk image only. > > Do I have other methods to move snapshot image at live migration? > > Can you host your qcow2 image files on shared storage like an NFS server? Excuse me. My explanation was not enough. I want to fork a running VM to another machine. I hope that each VM has same QCOW2 file on each machine. Therefore I tried to use Block Migration but it did not bring snapshot images. > QEMU does not have a built-in way to migrate the original qcow2 file itself. Are there any good ideas to fork a running VM with previous snapshot image? ------ suzaki