[
https://issues.apache.org/jira/browse/CLOUDSTACK-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711094#comment-14711094
]
ASF GitHub Bot commented on CLOUDSTACK-5863:
--------------------------------------------
Github user bhaisaab commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/732#discussion_r37854506
--- Diff:
api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
---
@@ -91,7 +102,6 @@ public void execute() {
boolean result = _snapshotService.revertSnapshot(getId());
if (result) {
SuccessResponse response = new
SuccessResponse(getCommandName());
- response.setResponseName(getCommandName());
--- End diff --
this might cause API response issues.
> Restore volume snapshot
> -----------------------
>
> Key: CLOUDSTACK-5863
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5863
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Snapshot
> Environment: KVM, EL6, QCOW2
> Reporter: Nux
> Assignee: Wei Zhou
> Labels: backup, kvm, restore, snapshot, volumes
> Fix For: 4.6.0
>
>
> Hello,
> Just as users can create backups of volumes, they should be able to restore
> said volumes from them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)