Correct the error message when tried created VM Snapshot with memory on a vGPU Instance.

"VM snapshot with MEMORY is not supported for VGU enabled VMs."
Change VGU to vGPU.
This commit is contained in:
Sanjay Tripathi 2014-10-27 13:52:28 +05:30
parent 88561e154f
commit c5fa7cc494
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ public class VMSnapshotManagerImpl extends ManagerBase implements VMSnapshotMana
// VM snapshot with memory is not supported for VGPU Vms
if (snapshotMemory && _serviceOfferingDetailsDao.findDetail(userVmVo.getServiceOfferingId(), GPU.Keys.vgpuType.toString()) != null) {
throw new InvalidParameterValueException("VM snapshot with MEMORY is not supported for VGU enabled VMs.");
throw new InvalidParameterValueException("VM snapshot with MEMORY is not supported for vGPU enabled VMs.");
}
// check hypervisor capabilities