sureshanaparti commented on code in PR #10017:
URL: https://github.com/apache/cloudstack/pull/10017#discussion_r1890041484
##########
api/src/main/java/com/cloud/storage/VolumeApiService.java:
##########
@@ -190,4 +190,6 @@ Volume updateVolume(long volumeId, String path, String
state, Long storageId,
boolean stateTransitTo(Volume vol, Volume.Event event) throws
NoTransitionException;
Pair<String, String> checkAndRepairVolume(CheckAndRepairVolumeCmd cmd)
throws ResourceAllocationException;
+
+ Long getVolumePhysicalUsed(Storage.ImageFormat format, String path, String
chainInfo);
Review Comment:
```suggestion
Long getVolumePhysicalSize(Storage.ImageFormat format, String path,
String chainInfo);
```
--
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]