mirror of https://github.com/apache/cloudstack.git
Adding missing modified file
This commit is contained in:
parent
3d8dd1c921
commit
33d6bc278f
|
|
@ -353,7 +353,6 @@ public class DefaultVMSnapshotStrategy extends ManagerBase implements VMSnapshot
|
|||
RevertToVMSnapshotCommand revertToSnapshotCommand = new RevertToVMSnapshotCommand(vmInstanceName, vmSnapshotTO, volumeTOs, guestOS.getDisplayName());
|
||||
HostVO host = hostDao.findById(hostId);
|
||||
GuestOSHypervisorVO guestOsMapping = guestOsHypervisorDao.findByOsIdAndHypervisor(guestOS.getId(), host.getHypervisorType().toString(), host.getHypervisorVersion());
|
||||
RevertToVMSnapshotCommand revertToSnapshotCommand = new RevertToVMSnapshotCommand(vmInstanceName, vmSnapshotTO, volumeTOs, guestOS.getDisplayName());
|
||||
if (guestOsMapping == null) {
|
||||
revertToSnapshotCommand.setPlatformEmulator(null);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue