File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -679,6 +679,21 @@ How to Snapshot a Volume
679679
680680#. Click the Snapshot button. |SnapshotButton.png |
681681
682+ KVM volume Snapshot specifics
683+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
684+
685+ In recent CloudStack versions, by default, creating a volume snapshot for a running VM is disabled
686+ due to a possible volume corruption in certain cases. To enable creating a volume snapshots while the VM
687+ is running, the global setting 'kvm.snapshot.enabled' must be set to 'True'.
688+
689+ The volume snapshot creation has changed in recent versions:
690+
691+ Under the hood, first, a full VM snapshot is taken - this means that during the taking of
692+ the VM snapshot the VM will be in the "Paused" state (while RAM memory is being written to the
693+ QCOW2 file), which means that VM will be unavailable from the network point of view.
694+ When the VM snapshot is created, VM is unpaused/resumed, the single volume snapshot is exported
695+ to the Secondary Storage, and then the VM snapshots is removed from the VM.
696+
682697
683698Automatic Snapshot Creation and Retention
684699~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments