From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49446 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxcdC-0006Ta-F9 for qemu-devel@nongnu.org; Thu, 10 Mar 2011 04:58:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pxcd9-0005Fx-H3 for qemu-devel@nongnu.org; Thu, 10 Mar 2011 04:58:06 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:39610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pxcd9-0005Ff-Em for qemu-devel@nongnu.org; Thu, 10 Mar 2011 04:58:03 -0500 Received: by yxk8 with SMTP id 8so714896yxk.4 for ; Thu, 10 Mar 2011 01:58:02 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4D789AB4.4010202@redhat.com> References: <9678.79494.qm@web161620.mail.bf1.yahoo.com> <4D789AB4.4010202@redhat.com> Date: Thu, 10 Mar 2011 09:58:02 +0000 Message-ID: Subject: Re: [Qemu-devel] Issue with snapshot outside qcow2 disk - qemu 0.14.0 From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: SAURAV LAHIRI , qemu-devel@nongnu.org On Thu, Mar 10, 2011 at 9:32 AM, Jes Sorensen wro= te: > On 03/10/11 10:27, Stefan Hajnoczi wrote: >> I have CCed Jes who has been working on a live snapshot mechanism. =A0He >> recently added the snapshot_blkdev monitor command that takes a >> snapshot of a block device while the VM is running. =A0A new image file >> is created based off the original image file (which will no longer be >> modified), all new disk writes go to the new image file. =A0It is safe >> to perform read-only access to the original image file. =A0There >> currently is no support to merge the snapshot changes back into the >> original image while the VM is running, but I think that is the next >> planned step. > > Yes, keep in mind that the live snapshot is only for external snapshot > files, it doesn't deal with internal snapshots. Yep, that's why I'm interested in Saurav's use case. Many use cases work with either internal or external snapshot but it depends on the details. Stefan