You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/12/20 14:08:06 UTC

[GitHub] [cloudstack] DaanHoogland commented on issue #7004: The 'LSI Logic Parallel' controller is not supported on Windows 10

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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org