You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/01/27 15:56:59 UTC

[1/3] git commit: updated refs/heads/master to 366629f

Repository: cloudstack
Updated Branches:
  refs/heads/master f280bbe9e -> 366629fb6


CLOUDSTACK-8850: revertSnapshot command does not work
Updating the documentation before the api is actually supported


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d83ca9e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d83ca9e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7d83ca9e

Branch: refs/heads/master
Commit: 7d83ca9e0aea4744474f62a3a3ccee4b5fa8090d
Parents: 6e426fa
Author: subhash yedugundla <ve...@citrix.com>
Authored: Tue Sep 15 19:25:41 2015 +0530
Committer: subhash yedugundla <ve...@citrix.com>
Committed: Tue Sep 15 19:25:41 2015 +0530

----------------------------------------------------------------------
 .../cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7d83ca9e/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java b/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
index b8fbb02..7f40c57 100644
--- a/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
@@ -36,7 +36,7 @@ import com.cloud.event.EventTypes;
 import com.cloud.storage.Snapshot;
 import com.cloud.user.Account;
 
-@APICommand(name = "revertSnapshot", description = "revert a volume snapshot.", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
+@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is not supported in this release", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
         requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
 public class RevertSnapshotCmd extends BaseAsyncCmd {
     public static final Logger s_logger = Logger.getLogger(RevertSnapshotCmd.class.getName());


[3/3] git commit: updated refs/heads/master to 366629f

Posted by bh...@apache.org.
Merge pull request #831 from yvsubhash/CLOUDSTACK-8850

CLOUDSTACK-8850: revertSnapshot command does not workUpdating the documentation before the api is actually supported

* pr/831:
  Updating the Description as only supported with KVM
  CLOUDSTACK-8850: revertSnapshot command does not work Updating the documentation before the api is actually supported

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/366629fb
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/366629fb
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/366629fb

Branch: refs/heads/master
Commit: 366629fb6bf6b963573127e4f3340f6bed4a0a61
Parents: f280bbe f2d4820
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Jan 27 15:56:51 2016 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Jan 27 15:56:51 2016 +0100

----------------------------------------------------------------------
 .../cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[2/3] git commit: updated refs/heads/master to 366629f

Posted by bh...@apache.org.
Updating the Description as only supported with KVM


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f2d48207
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f2d48207
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f2d48207

Branch: refs/heads/master
Commit: f2d4820773cf62b430889b39d67336cbd61ec378
Parents: 7d83ca9
Author: subhash yedugundla <ve...@citrix.com>
Authored: Wed Sep 16 09:45:10 2015 +0530
Committer: subhash yedugundla <ve...@citrix.com>
Committed: Wed Sep 16 09:45:10 2015 +0530

----------------------------------------------------------------------
 .../cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f2d48207/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java b/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
index 7f40c57..4708aff 100644
--- a/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
+++ b/api/src/org/apache/cloudstack/api/command/user/snapshot/RevertSnapshotCmd.java
@@ -36,7 +36,7 @@ import com.cloud.event.EventTypes;
 import com.cloud.storage.Snapshot;
 import com.cloud.user.Account;
 
-@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is not supported in this release", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
+@APICommand(name = "revertSnapshot", description = "This is supposed to revert a volume snapshot. This command is only supported with KVM so far", responseObject = SnapshotResponse.class, entityType = {Snapshot.class},
         requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
 public class RevertSnapshotCmd extends BaseAsyncCmd {
     public static final Logger s_logger = Logger.getLogger(RevertSnapshotCmd.class.getName());