Uh oh!
There was an error while loading. Please reload this page.
snapshot: copy, multi-zone replica - #344
Conversation
Feature PR: apache/cloudstack#7873 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
harikrishna-patnala
commented
Sep 14, 2023
@blueorangutan docbuild |
blueorangutan
commented
Sep 14, 2023
@harikrishna-patnala a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
blueorangutan
commented
Sep 14, 2023
QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/344. (QA-JID 127) |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Harikrishna <harikrishna.patnala@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
shwstppr
commented
Sep 15, 2023
@blueorangutan docbuild |
blueorangutan
commented
Sep 15, 2023
@shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
blueorangutan
commented
Sep 15, 2023
QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/344. (QA-JID 128) |
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
shwstppr
commented
Oct 13, 2023
@blueorangutan docbuild |
blueorangutan
commented
Oct 13, 2023
@shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
blueorangutan
commented
Oct 13, 2023
QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/344. (QA-JID 149) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This PR adds new functionality to copy snapshots across zones and take snapshots for multiple zones. Copy functionality is similar to template copy. The source zone acts as the web server from where the destination zone(s) can download the snapshot files. For this purpose, a new API - `copySnapshot` has been added. The response for copySnapshot will be returning zone and download details from the first destination zone of the request. This behaviour is similar to the `copyTemplate` API. In a similar manner, multiple zones can be selected while taking the snapshots or creating snapshot policies. For this snapshot will be taken in the base zone(in which volume is present) and then copied to the additional zones. A new parameter - `zoneids` has been added to `createSnapshot` and `createSnapshotPolicy` APIs. As snapshots can be present on multiple zones (secondary stores), a new parameter `zoneid` has been added to delete the snapshot copy on a specific zone. `listSnapshots` API has been updated to allow listing snapshot entries for different zones/datastores. New parameters - `showUnique`, `locationType` have been added. Events generated during snapshot operations will now be linked to the snapshot itself rather than the volume of the snapshot. `listSnapshotPolicies` and `createSnapshotPolicy` APIs will return zone details of the zones in which backup will be scheduled for the policy. ---- New API added `copySnapshot` Request and response params updated for APIs ``` - listSnapshots - deleteSnapshot - createTemplate - listZones - listSnapshotPolicies - createSnapshotPolicy ``` UI updated for - Snapshot detail view - Create snapshot form - Create snapshot policy form - Create volume (from snapshot) form - Create template (from snapshot) form Doc PR: apache/cloudstack-documentation#344 PR: #7873
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
shwstppr
commented
Oct 23, 2023
@blueorangutan docbuild |
blueorangutan
commented
Oct 23, 2023
@shwstppr a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. |
blueorangutan
commented
Oct 23, 2023
QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/344. (QA-JID 157) |
Feature PR: apache/cloudstack#7873