[
https://issues.apache.org/jira/browse/CLOUDSTACK-9281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15297992#comment-15297992
]
ASF subversion and git services commented on CLOUDSTACK-9281:
-------------------------------------------------------------
Commit 82b702dc9ae4db2d87ea213c49e168a430872ca4 in cloudstack's branch
refs/heads/4.9-bountycastle-daan from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=82b702d ]
Merge pull request #1403 from mike-tutkowski/xs-snapshots
Taking fast and efficient volume snapshots with XenServer (and your storage
provider)A XenServer storage repository (SR) and virtual disk image (VDI) each
have UUIDs that are immutable.
This poses a problem for SAN snapshots, if you intend on mounting the
underlying snapshot SR alongside the source SR (duplicate UUIDs).
VMware has a solution for this called re-signaturing (so, in other words, the
snapshot UUIDs can be changed).
This PR only deals with the CloudStack side of things, but it works in concert
with a new XenServer storage manager created by CloudOps (this storage manager
enables re-signaturing of XenServer SR and VDI UUIDs).
I have written Marvin integration tests to go along with this, but cannot yet
check those into the CloudStack repo as they rely on SolidFire hardware.
If anyone would like to see these integration tests, please let me know.
JIRA ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-9281
Here's a video I made that shows this feature in action:
https://www.youtube.com/watch?v=YQ3pBeL-WaA&list=PLqOXKM0Bt13DFnQnwUx8ZtJzoyDV0Uuye&index=13
* pr/1403:
Faster logic to see if a cluster supports resigning
Support for backend snapshots with XenServer
Signed-off-by: Will Stevens <[email protected]>
> Create volume snapshots efficiently on SAN instead of NFS, if storage plug-in
> supports this
> -------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9281
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9281
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.9.0
> Reporter: Mike Tutkowski
> Assignee: Mike Tutkowski
> Fix For: 4.9.0
>
>
> Volume snapshots are currently taken by backing up VDIs to secondary storage,
> which can be slow.
> Allow storage plug-ins to take and make use of SAN snapshots, if they so
> desire.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)