qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: vrms@netcologne.de, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Fwd: Fwd: [Qemu-discuss] wrong command on snapshot wiki
Date: Mon, 26 Jan 2015 11:43:19 -0700	[thread overview]
Message-ID: <54C68AC7.7000902@redhat.com> (raw)
In-Reply-To: <54C57997.9010401@netcologne.de>

[-- 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 --]

      reply	other threads:[~2015-01-26 18:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54C68AC7.7000902@redhat.com \
    --to=eblake@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vrms@netcologne.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).