sureshanaparti commented on code in PR #9209: URL: https://github.com/apache/cloudstack/pull/9209#discussion_r1635815152
########## server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java: ########## @@ -2235,6 +2236,12 @@ private void setNewIopsLimits(VolumeVO volume, DiskOfferingVO newDiskOffering, L } } + private void validateChangeDiskOffering(DiskOfferingVO existingDiskOffering, DiskOfferingVO newDiskOffering) { Review Comment: define this method in _VolumeApiService_ and use the same in _UserVMManagerImpl_. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org