mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5572: quicevm won't save memory, as it needs pv driver installed
This commit is contained in:
parent
e51892abd5
commit
ddc3d87b4d
|
|
@ -110,7 +110,7 @@ public class HypervisorHelperImpl implements HypervisorHelper {
|
|||
String value = configurationDao.getValue("vmsnapshot.create.wait");
|
||||
int wait = NumbersUtil.parseInt(value, 1800);
|
||||
Long hostId = vmSnapshotHelper.pickRunningHost(virtualMachine.getId());
|
||||
VMSnapshotTO vmSnapshotTO = new VMSnapshotTO(1L, UUID.randomUUID().toString(), VMSnapshot.Type.DiskAndMemory, null, null, false,
|
||||
VMSnapshotTO vmSnapshotTO = new VMSnapshotTO(1L, UUID.randomUUID().toString(), VMSnapshot.Type.Disk, null, null, false,
|
||||
null, true);
|
||||
GuestOSVO guestOS = guestOSDao.findById(virtualMachine.getGuestOSId());
|
||||
List<VolumeObjectTO> volumeTOs = vmSnapshotHelper.getVolumeTOList(virtualMachine.getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue