DaanHoogland commented on code in PR #344: URL: https://github.com/apache/cloudstack-documentation/pull/344#discussion_r1357824863
########## source/adminguide/storage.rst: ########## @@ -924,6 +933,15 @@ a snapshot request will wait in the queue. If this limit is reached, the snapshot request fails and returns an error message. +Snapshot Copy +~~~~~~~~~~~~~ + +CloudStack allows copying an exisiting backed-up snapshot to multiple zones. +Users can either use the UI in the snapshot details view or the `copySnapshot` API to copy a snapshot from one zone to other zone(s). +Snapshot copies can be used for disastser recovery and creating volumes and templates in the specific zone. +Later if not needed, these copies or replicas can be individually deleted without affecting other replicas. Review Comment: ```suggestion Users can either use the UI in the snapshot details view or the `copySnapshot` API to copy a snapshot from one zone to other zone(s). Snapshot copies can be used for disastser recovery and creating volumes and templates in the specific zone. Later if not needed, these copies or replicas can be individually deleted without affecting other replicas. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org