You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/05/08 13:43:46 UTC

[2/2] git commit: updated refs/heads/4.4 to 3ac633d

CLOUDSTACK-6551: [Automation] Failed to revert vm snapshot in xen


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

Branch: refs/heads/4.4
Commit: 3ac633d2f5a486c9363f3e0a582edc9d02ac575f
Parents: bba7f4e
Author: Harikrishna Patnala <ha...@citrix.com>
Authored: Thu May 8 16:05:38 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Thu May 8 13:43:32 2014 +0200

----------------------------------------------------------------------
 .../com/cloud/hypervisor/xen/resource/Xenserver625Resource.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3ac633d2/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625Resource.java
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625Resource.java b/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625Resource.java
index 4014364..76d502a 100644
--- a/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625Resource.java
+++ b/plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/Xenserver625Resource.java
@@ -140,7 +140,7 @@ public class Xenserver625Resource extends XenServerResourceNewBase {
                                       String vmName, String oldVmUuid, Boolean snapshotMemory, String hostUUID)
             throws Types.XenAPIException, XmlRpcException {
 
-        String results = callHostPluginAsync(conn, "cloud-plugin-storage",
+        String results = callHostPluginAsync(conn, "vmopsSnapshot",
                 "revert_memory_snapshot", 10 * 60 * 1000, "snapshotUUID",
                 vmSnapshot.getUuid(conn), "vmName", vmName, "oldVmUuid",
                 oldVmUuid, "snapshotMemory", snapshotMemory.toString(), "hostUUID", hostUUID);