mirror of https://github.com/apache/cloudstack.git
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);
|
||||
throw new Exception(msg);
|
||||
}
|
||||
vmMo = clonedVm;
|
||||
}
|
||||
vmMo.exportVm(exportPath, exportName, false, false);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue