All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Chmielewski <mangoo@wpkg.org>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: making snapshots with raw devices? and some general snapshot thoughts
Date: Wed, 25 Feb 2009 17:11:01 +0100	[thread overview]
Message-ID: <49A56D95.907@wpkg.org> (raw)
In-Reply-To: <49A56761.8090209@codemonkey.ws>

Anthony Liguori schrieb:

>> Is it possible to do it with KVM?
> 
> In monitor:

Works great - thanks!

Small corrections below.


> (qemu) stop
> (qemu) migrate exec:dd of=state.img

Gives me:

qm> migrate exec:dd of=state.img
migrate: extraneous characters at the end of line

Should be:
qm> migrate "exec:dd of=state.img"

> reboot machine
> 
> qemu -incoming exec:dd if=state.img -other -options

Should be:

qemu -incoming "exec:dd if=state.img" -other -options


-- 
Tomasz Chmielewski
http://wpkg.org

      reply	other threads:[~2009-02-25 16:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-25 13:20 making snapshots with raw devices? and some general snapshot thoughts Tomasz Chmielewski
2009-02-25 14:10 ` Javier Guerra
2009-02-25 14:31   ` Tomasz Chmielewski
2009-02-25 14:33     ` Javier Guerra
2009-02-25 15:44 ` Anthony Liguori
2009-02-25 16:11   ` Tomasz Chmielewski [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=49A56D95.907@wpkg.org \
    --to=mangoo@wpkg.org \
    --cc=anthony@codemonkey.ws \
    --cc=kvm@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.