mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fixed a smoke test while taking snapshot
This commit is contained in:
parent
201ebe8868
commit
b88df5ee5b
@ -1741,6 +1741,7 @@ public class VmwareStorageProcessor implements StorageProcessor {
|
|||||||
s_logger.error(msg);
|
s_logger.error(msg);
|
||||||
throw new Exception(msg);
|
throw new Exception(msg);
|
||||||
}
|
}
|
||||||
|
vmMo = clonedVm;
|
||||||
}
|
}
|
||||||
vmMo.exportVm(exportPath, exportName, false, false);
|
vmMo.exportVm(exportPath, exportName, false, false);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user