qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qcow3 - arbitrary metadata


From: Jamie Lokier
Subject: Re: [Qemu-devel] [PATCH] qcow3 - arbitrary metadata
Date: Tue, 29 Jul 2008 07:44:12 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Anthony Liguori wrote:
> >Yeah, I have the opposite problem - too much in the same file :-)
> >
> >I want to be able to savevm, but some of my VMs don't have any qcow2
> >images (because I don't trust them for mission-critical VMs since
> >recent discussion,
> 
> How do you snapshot the disk images?

Does savevm snapshot the disk images too?  I thought it was just the
machine state.  Does that mean non-qcow2 disks (e.g. raw files) are
not snapshotted but qcow2 ones are, in the same VM?

It's actually just the machine state I want to save.  I want to use
savevm to save the state of the VM before quitting, and loadvm to
restart.  Like suspend-to-RAM, but doesn't require the guest to
cooperate.  (Does suspend work anyway?)

> >That seems a bit hackish.  It would be nice if savevm could just write
> >to a named file and loadvm could read it.
> 
> I'm in the process of cleaning up the live migration code from KVM for 
> QEMU.  It works quite happily right now, I'm just reorganizing some things.

Excellent, KVM's migration makes a lot of sense in QEMU.
Thank you.

> In the process, I hope to introduce a checkpoint command which provides 
> a live snapshotting mechanism.  I think there is certainly room for 
> discussion about whether you should be able to snapshot/savevm to a file 
> besides snapshotting to a qcow2 file.

Another thing I wanted, but gave up on, was non-destructive work in a
VM, and if I like the work, commit it *without* pausing the VM for ages.

What typically happens is I use -snapshot or branch a temporary qcow2
off my main disk image.  That's all fine.

Then I do 'commit' in the monitor when I'm happy with my changes, and
the VM pauses for a long time while it writes back the changes.

Even just a few minutes work in Windows XP translates to a large
number of megabytes of changes to write back, it takes a while.

What I'd like is -snapshot or temporary qcow2 branch, and
'async_commit' which is my way of saying "I'm happy with the work done
so far, commit it, but I'd like to carry on working".

It would need to be atomic to be safe, I guess, and that begs for a
new qcow format.  I'm dabbling with database backends for another
project at the moment, who knows, watch this space.

-- Jamie




reply via email to

[Prev in Thread] Current Thread [Next in Thread]