We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e71e50 commit f360f70Copy full SHA for f360f70
1 file changed
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
@@ -2203,7 +2203,7 @@ protected StartAnswer execute(StartCommand cmd) {
2203
throw new Exception("Failed to find the newly create or relocated VM. vmName: " + vmInternalCSName);
2204
}
2205
2206
- if (deployAsIs) {
+ if (deployAsIs && !vmMo.hasSnapshot()) {
2207
s_logger.info("Mapping VM disks to spec disks and tearing down datadisks (if any)");
2208
mapSpecDisksToClonedDisksAndTearDownDatadisks(vmMo, vmInternalCSName, specDisks);
2209
0 commit comments