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:45 UTC

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

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 9450205f7 -> 3ac633d2f


CLOUDSTACK-6544: [Automation] Failed to create template for ROOT volume in Xen, with Exception: callHostPlugin failed


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

Branch: refs/heads/4.4
Commit: bba7f4e7d1506cebf73ce22e12d02c03110d6617
Parents: 9450205
Author: Harikrishna Patnala <ha...@citrix.com>
Authored: Thu May 8 14:46:33 2014 +0530
Committer: Daan Hoogland <da...@onecht.net>
Committed: Thu May 8 13:42:41 2014 +0200

----------------------------------------------------------------------
 scripts/vm/hypervisor/xenserver/xenserver62/patch | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bba7f4e7/scripts/vm/hypervisor/xenserver/xenserver62/patch
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/xenserver62/patch b/scripts/vm/hypervisor/xenserver/xenserver62/patch
index 13f4f93..03cdfad 100644
--- a/scripts/vm/hypervisor/xenserver/xenserver62/patch
+++ b/scripts/vm/hypervisor/xenserver/xenserver62/patch
@@ -28,6 +28,7 @@
 # If [source path] does not start with '/' or '~', then it is relative path to the location of the patch file. 
 vmops=..,0755,/etc/xapi.d/plugins
 vmopspremium=..,0755,/etc/xapi.d/plugins
+vmopsSnapshot=..,0755,/etc/xapi.d/plugins
 xen-ovs-vif-flows.rules=..,0644,/etc/udev/rules.d
 ovs-vif-flows.py=..,0755,/etc/xapi.d/plugins
 cloudstack_plugins.conf=..,0644,/etc/xensource


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

Posted by da...@apache.org.
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);