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: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] qcow3 - arbitrary metadata
Date: Tue, 29 Jul 2008 08:38:09 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Jamie Lokier wrote:
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?

Yes.

  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?

Raw files cannot be snapshotted.

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?)

If you do that, you risk having your disk in an improper state. If there are any changes to the disk after you do your savevm, they will not be present after you loadvm. This could cause very subtle data corruption within your file system.

Regards,

Anthony Liguori





reply via email to

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