CLOUDSTACK-5572: quicevm won't save memory, as it needs pv driver installed

This commit is contained in:
Edison Su 2013-12-20 12:20:46 -08:00
parent e51892abd5
commit ddc3d87b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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());