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

This commit is contained in:
Harikrishna Patnala 2014-05-08 16:05:38 +05:30 committed by Kishan Kavala
parent 7734ece8f1
commit f784f274be
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,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);