This commit is contained in:
vishesh92 2026-05-04 12:25:53 +05:30
parent 1979f2a4d0
commit 511b12c1b3
No known key found for this signature in database
GPG Key ID: 4E395186CBFA790B
1 changed files with 1 additions and 1 deletions

View File

@ -4399,7 +4399,7 @@ public class UserVmManagerImpl extends ManagerBase implements UserVmManager, Vir
Map<String, String> userVmOVFPropertiesMap, boolean dynamicScalingEnabled, String vmType, VMTemplateVO template,
HypervisorType hypervisorType, long accountId, ServiceOfferingVO offering, boolean isIso,
Long rootDiskOfferingId, Long rootDiskKmsKeyId, long volumesSize, Volume volume, Snapshot snapshot) throws ResourceAllocationException {
List<CheckedReservation> checkedReservations = new ArrayList<>();
List<Reserver> checkedReservations = new ArrayList<>();
try {