paulazomig commented on code in PR #6408:
URL: https://github.com/apache/cloudstack/pull/6408#discussion_r883623967
##########
engine/api/src/main/java/org/apache/cloudstack/engine/orchestration/service/VolumeOrchestrationService.java:
##########
@@ -112,7 +112,7 @@ DiskProfile allocateRawVolume(Type type, String name,
DiskOffering offering, Lon
void release(VirtualMachineProfile profile);
- void release(long vmId, long hostId);
+ void release(VirtualMachine vm, Host host);
Review Comment:
@DaanHoogland removed the changes
--
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]