From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53833 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxPRj-0008Hi-7v for qemu-devel@nongnu.org; Wed, 09 Mar 2011 14:53:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxPRi-0000ef-BB for qemu-devel@nongnu.org; Wed, 09 Mar 2011 14:53:23 -0500 Received: from mail-yw0-f45.google.com ([209.85.213.45]:58916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxPRi-0000eb-8q for qemu-devel@nongnu.org; Wed, 09 Mar 2011 14:53:22 -0500 Received: by ywl41 with SMTP id 41so446321ywl.4 for ; Wed, 09 Mar 2011 11:53:21 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <732519.22405.qm@web161607.mail.bf1.yahoo.com> References: <732519.22405.qm@web161607.mail.bf1.yahoo.com> Date: Wed, 9 Mar 2011 19:53:21 +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: SAURAV LAHIRI Cc: qemu-devel@nongnu.org On Wed, Mar 9, 2011 at 6:06 PM, SAURAV LAHIRI wro= te: > Following steps were executed to copy a snapshot outside the original qco= w2 but looks like there is an issue. > > 1. VM(vm1) brought up with a qcow2 image(/home/user1/lucid-vm2). This is = a lucid 10.04 VM. > > 2. Next snapshot created for the qcow2 > =A0=A0 #qemu-img snapshot -c snap1 /home/user1/lucid-vm2 It is not safe to run qemu-img while the VM is using the image file. Stefan