DaanHoogland commented on code in PR #6012:
URL: https://github.com/apache/cloudstack/pull/6012#discussion_r999015243
##########
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java:
##########
@@ -2389,7 +2389,7 @@ && device instanceof VirtualBusLogicController &&
isValidScsiDiskController((Vir
throw new IllegalStateException("Scsi disk controller of type " +
diskController + " not found among configured devices.");
}
- public int getScsiDiskControllerKeyNoException(String diskController, int
scsiUnitNumber) throws Exception {
+ public int getScsiDiskControllerKeyNoException(String diskController, int
scsiUnitNumber,int groupNumber) throws Exception {
Review Comment:
```suggestion
public int getScsiDiskControllerKeyNoException(String diskController,
int scsiUnitNumber, int groupNumber) throws Exception {
```
--
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]