harikrishna-patnala commented on code in PR #9209:
URL: https://github.com/apache/cloudstack/pull/9209#discussion_r1636277636
##########
engine/storage/volume/src/main/java/org/apache/cloudstack/storage/volume/VolumeServiceImpl.java:
##########
@@ -2794,6 +2799,16 @@ public void checkAndRepairVolumeBasedOnConfig(DataObject
dataObject, Host host)
}
}
+ @Override
+ public void validateChangeDiskOfferingEncryptionType(long
existingDiskOfferingId, long newDiskOfferingId) {
+ DiskOfferingVO existingDiskOffering =
diskOfferingDao.findById(existingDiskOfferingId);
+ DiskOfferingVO newDiskOffering =
diskOfferingDao.findById(newDiskOfferingId);
Review Comment:
Added findbyincludingremoved() method on existing disk offering.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]