Can KVM roll back changes to Virtual Disks automatically?

Posted by Cygon on Server Fault See other posts from Server Fault or by Cygon
Published on 2011-02-26T23:50:23Z Indexed on 2011/02/27 15:26 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

I'm currently using VirtualBox on my Linux server to run a small Windows guest OS. I've configured its main virtual hard drive as what VBox calls "Immutable" - meaning that any changes to it are written into a differencing image that is discarded when the system reboots.

Can KVM do something similar?

I've read about snapshots via "savevm", "loadvm" but I believe that's saved states, not differencing images.

What I ultimately want is a VM with two drives: one reverts on each reboot, one keeps its changes. Ideally, the unchangeable drive image should be stored with only read access granted to the user running KVM.

© Server Fault or respective owner

Related posts about linux

Related posts about virtualization