@@ -827,6 +827,11 @@ to a VM.
827827A completed snapshot is copied from primary storage to secondary
828828storage, where it is stored until deleted or purged by newer snapshot.
829829
830+ Users can also select the desired zones at the time of taking manual snapshots
831+ or while creating a snapshot policy. When additional zone(s) are selected and
832+ snapshot backup is allowed, the snapshot will be first copied to the secondary
833+ storage of the native zone and then copied to the additional zone(s) from there.
834+
830835How to Snapshot a Volume
831836~ ~~~~~~~~~~~~~~~~~~~~~~~
832837
@@ -922,6 +927,20 @@ recovered as needed. Alternatively, a template may be created from the
922927snapshot of a root disk. The user can then boot a VM from this template
923928to effect recovery of the root disk.
924929
930+ Some hypervisor and storage combinations also allow for Instances and volumes
931+ to be reverted from snapshots. In such cases the ** Revert to snapshot** action for
932+ a snapshot in the UI or the ` revertSnapshot` API can be used to restore the volume
933+ to a particular snapshot. It should be noted that, when supported by the combination
934+ of hypervisor and storage, the snapshot must be available in the zone in which volume
935+ to be restored is present.
936+
937+ .. note::
938+ When creating a volume from a snapshot of a DATA disk, it should be noted that
939+ the volume' s disk offering must be accessible in the target zone. In case the disk
940+ offering is using storage tags then such tagged storage resources must be available
941+ in the target zone.
942+
943+
925944
926945Snapshot Job Throttling
927946~~~~~~~~~~~~~~~~~~~~~~~
@@ -953,6 +972,17 @@ a snapshot request will wait in the queue. If this limit is reached, the
953972snapshot request fails and returns an error message.
954973
955974
975+ Snapshot Copy
976+ ~ ~~~~~~~~~~~~
977+
978+ CloudStack allows copying an exisiting backed-up snapshot to multiple zones.
979+ Users can either use the UI in the snapshot details view or the ` copySnapshot`
980+ API to copy a snapshot from one zone to other zone(s). Snapshot copies can
981+ be used for disastser recovery and creating volumes and templates in the
982+ specific zone. Later if not needed, these copies or replicas can be individually
983+ deleted without affecting other replicas.
984+
985+
956986VMware Volume Snapshot Performance
957987~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
958988
0 commit comments