DaanHoogland commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1359419528
@rohityadavcloud can you describe a scenario in which this poses a problem,
please?
Also I see three lsilogic adapters in our code:
```
public interface ScsiDiskControllerType {
String LSILOGIC_PARALLEL = "lsilogic";
String LSILOGIC_SAS = "lsilogicsas";
String LSILOGIC_SAS_1068 = "lsisas1068";
String BUSLOGIC = "buslogic";
String VMWARE_PARAVIRTUAL = "pvscsi";
String VIRTUAL_SCSI = "VirtualSCSI";
}
```
Are all three a problem or one specific type?
--
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]