vishesh92 commented on code in PR #8362:
URL: https://github.com/apache/cloudstack/pull/8362#discussion_r1489243943
##########
server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java:
##########
@@ -1527,10 +1530,11 @@ private VolumeVO orchestrateResizeVolume(long volumeId,
long currentSize, long n
}
/* Update resource count for the account on primary storage
resource */
+ DiskOffering diskOffering =
_diskOfferingDao.findById(volume.getDiskOfferingId());
Review Comment:
Should we use `findByIdIncludingRemoved` instead?
--
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]