* [Qemu-devel] Fwd: Fwd: [Qemu-discuss] wrong command on snapshot wiki [not found] <54A5EB53.4010606@netcologne.de> @ 2015-01-25 23:17 ` vrms 2015-01-26 18:43 ` Eric Blake 0 siblings, 1 reply; 2+ messages in thread From: vrms @ 2015-01-25 23:17 UTC (permalink / raw) To: qemu-devel [-- Attachment #1: Type: text/plain, Size: 758 bytes --] I am not 100% sure whether this is the right place to raise this issue. Maybe you can forward this to right person | I have the feeling this wikipage >>> http://wiki.qemu.org/Documentation/CreateSnapshot is wrong. I think the decription and the posted command for creating snapshots [||qemu-img create -f qcow2 -b centos-cleaninstall.img snapshot.img|] |is actually describing copy-on-write (or overlay) images. And I think this is not the same thing |||As far as I know such a command would creat a copy-on-write image and not a snapshot|. On the german debianforum.de I got another suggestion to vreate snaptshots which I have not tested yet, but sounds more likely to be correct to me qemu-img snapshot -c [snapshot_name] [base_name] | [-- Attachment #2: Type: text/html, Size: 1494 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Fwd: Fwd: [Qemu-discuss] wrong command on snapshot wiki 2015-01-25 23:17 ` [Qemu-devel] Fwd: Fwd: [Qemu-discuss] wrong command on snapshot wiki vrms @ 2015-01-26 18:43 ` Eric Blake 0 siblings, 0 replies; 2+ messages in thread From: Eric Blake @ 2015-01-26 18:43 UTC (permalink / raw) To: vrms, qemu-devel [-- Attachment #1: Type: text/plain, Size: 1384 bytes --] On 01/25/2015 04:17 PM, vrms@netcologne.de wrote: > I am not 100% sure whether this is the right place to raise this issue. > Maybe you can forward this to right person > | > I have the feeling this wikipage >>> > http://wiki.qemu.org/Documentation/CreateSnapshot is wrong. I think the > decription and the posted command for creating snapshots [||qemu-img > create -f qcow2 -b centos-cleaninstall.img snapshot.img|] |is actually > describing copy-on-write (or overlay) images. And I think this is not > the same thing That is the procedure for creating external snapshots (the original file is the snapshot, and the newly created overlay stores the delta). > > |||As far as I know such a command would creat a copy-on-write image and > not a snapshot|. On the german debianforum.de I got another suggestion > to vreate snaptshots which I have not tested yet, but sounds more likely > to be correct to me > > qemu-img snapshot -c [snapshot_name] [base_name] That is the procedure fore creating internal snapshots (a single file holds both the snapshot and all changes since the snapshot). Both methods have their benefits and drawbacks, but right now, there is more work being done with external snapshots than with internal snapshots. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 604 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-26 18:43 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <54A5EB53.4010606@netcologne.de> 2015-01-25 23:17 ` [Qemu-devel] Fwd: Fwd: [Qemu-discuss] wrong command on snapshot wiki vrms 2015-01-26 18:43 ` Eric Blake
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).