You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [WIP] Storage-based VM snapshots on KVM
Documentation fo pull request - apache/cloudstack#3724
* Removed information for QCOW2 support
* Fix reference
* Fix section
For now this functionality is limited for NFS and Local storage.
834
+
835
+
CloudStack introduces a new Storage-based VM snapshots on KVM feature that provides
836
+
crash-consistent snapshots of all disks attached to the VM. It employs the underlying storage
837
+
providers’ capability to create/revert/delete disk snapshots. Consistency is obtained by freezing
838
+
the virtual machine before the snapshotting. Memory snapshots are not supported.
839
+
840
+
.. note::
841
+
``freeze`` and ``thaw`` of virtual machine is maintained by the guest agent.
842
+
``qemu-guest-agent`` has to be installed in the VM.
843
+
844
+
When the snapshotting is complete, the virtual machine is thawed.
845
+
846
+
You can use this functionality on virtual machines with raw block storages (E.g. Ceph/SolidFire/Linstor).
847
+
825
848
Limitations on VM Snapshots
826
849
---------------------------
827
850
@@ -857,6 +880,7 @@ Configuration Description Type
857
880
====================== ========================
858
881
vmsnapshots.max The maximum number of VM snapshots that can be saved for any given virtual machine in the cloud. The total possible number of VM snapshots in the cloud is (number of VMs) \* vmsnapshots.max. If the number of snapshots for any VM ever hits the maximum, the older ones are removed by the snapshot expunge job
859
882
vmsnapshot.create.wait Number of seconds to wait for a snapshot job to succeed before declaring failure and issuing an error.
883
+
kvm.vmstoragesnapshot.enabled For live snapshot of virtual machine instance on KVM hypervisor without memory. Requieres qemu version 1.6+ (on NFS or Local file system) and qemu-guest-agent installed on guest VM
0 commit comments