Skip to main content

All Questions

Tagged with
0 votes
2 answers
2k views

Create snapshot in virsh for domain with two or more disks

I would like to back up the disks of a VM following the Live-disk-backup-with-active-blockcommit procedure at Libvirt Wiki. I create an external snapshot with virsh snapshot-create-as --domain ...
Michele's user avatar
0 votes
0 answers
1k views

How to convert Virtualbox VM into KVM VM, with latest snapshot included?

I have been trying to change my existing Virtualbox VMs (.vdi) into .qcow2 format and run it on KVM. I have successfully done the conversion (.vdi > .qcow2) but, the converted VM is not in the same ...
Nanoni's user avatar
  • 101
4 votes
1 answer
3k views

How do I revert to latest external snapshot in KVM?

I have created an external snapshot with KVM using virsh snapshot-create-as domain --name snap1 --disk-only Then, I started the domain with “virsh start domain”. I know that reverting to external ...
Torsten Bronger's user avatar
6 votes
1 answer
2k views

What's the diffrence between snapshot-create and snapshot-create-as in virsh kvm?

On my virtualization system there are some VMs. One of them was aimed for testing some services on it. So in this case I need to have the first state of that VM. I searched for a solution found the ...
shgnInc's user avatar
  • 445