You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s_logger.info(String.format("Detaching all disks for the cloned VM: %s except disk with base name: %s, key=%d", clonedVm.getName(), baseName, requiredDisk.getKey()));
s_logger.debug(String.format("Detaching all disks for the VM: %s except disk with base name: %s, key=%d", vmName, baseName, requiredCloneDisk.getKey()));
815
+
clonedVm.detachAllDisksExcept(baseName, null);
816
+
} else {
817
+
s_logger.error(String.format("Failed to identify required disk in VM %s", vmName));
818
+
}
819
+
} else {
820
+
s_logger.debug(String.format("VM %s is created only with required Disk", vmName));
0 commit comments