You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2019/08/02 14:05:43 UTC

[cloudstack-documentation] 01/01: vm snapshots tags and corrections

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch vm-snapshot-doc-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit 5264ac0f37f34e47c7ac1da9304103549692e1e0
Author: Andrija Panic <45...@users.noreply.github.com>
AuthorDate: Fri Aug 2 16:05:37 2019 +0200

    vm snapshots tags and corrections
---
 source/adminguide/virtual_machines.rst | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/source/adminguide/virtual_machines.rst b/source/adminguide/virtual_machines.rst
index 2fc74c3..9d1229d 100644
--- a/source/adminguide/virtual_machines.rst
+++ b/source/adminguide/virtual_machines.rst
@@ -416,7 +416,7 @@ To delete an affinity group:
 Virtual Machine Snapshots
 -------------------------
 
-(Supported on VMware and XenServer)
+(Supported on VMware, XenServer and KVM partially)
 
 In addition to the existing CloudStack ability to snapshot individual VM
 volumes, you can take a VM snapshot to preserve all the VM's data
@@ -441,6 +441,13 @@ create a long chain of these parent/child snapshots, which amount to a
 "redo" record leading from the current state of the VM back to the
 original.
 
+After VM snapshots are created, they can be tagged with a key/value pair,
+like many other resources in CloudStack.
+
+KVM supports VM snapshots when using NFS shared storage. If raw block storage
+is used (i.e. Ceph), then VM snapshots are not possible, since there is no possibility
+to write RAM memory content anywhere.
+
 If you need more information about VM snapshots on VMware, check out the
 VMware documentation and the VMware Knowledge Base, especially
 `Understanding virtual machine snapshots 
@@ -475,22 +482,14 @@ The cloud administrator can use global configuration variables to
 control the behavior of VM snapshots. To set these variables, go through
 the Global Settings area of the CloudStack UI.
 
-Configuration Setting Name
-
-Description
-
-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.
-
-vmsnapshot.create.wait
+.. cssclass:: table-striped table-bordered table-hover
 
-Number of seconds to wait for a snapshot job to succeed before declaring
-failure and issuing an error.
+====================== ========================
+Configuration          Description       Type
+====================== ========================
+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
+vmsnapshot.create.wait Number of seconds to wait for a snapshot job to succeed before declaring failure and issuing an error.
+====================== ========================
 
 
 Using VM Snapshots