mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6551: [Automation] Failed to revert vm snapshot in xen
This commit is contained in:
parent
7734ece8f1
commit
f784f274be
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue