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 13:23:44 UTC

[GitHub] [cloudstack] rohityadavcloud opened a new issue, #7004: The 'LSI Logic Parallel' controller is not supported on Windows 10

rohityadavcloud opened a new issue, #7004:
URL: https://github.com/apache/cloudstack/issues/7004

   The 'LSI Logic Parallel' controller' not supported on Windows 10 and may causes problems if we use it. https://kb.vmware.com/s/article/2004740
   
   Please check if that's the case and should we need to update the guest OS mappings for Windows 10 on Vmware.
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI, API
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   4.16, VMware ESXi, 7.0.3
   ~~~


-- 
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.apache.org

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


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

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1538245428

   Yes thanks @shwstppr doc PR is all we need. Unless you think this can be address automatically in the code.


-- 
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


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

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1365268999

   I think the osdefault controller for Windows10 should be something it can work out of the box on VMware (I'm guessing the user who reported this to me suggests they can't use lsi logic parallel with Windows 10).


-- 
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


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

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1370936117

   @rohityadavcloud @DaanHoogland 
   As I understand from https://kb.vmware.com/s/article/2004740, the problem is quite similar as windows vm on kvm.
   
   on kvm, virtio driver is not installed by default in windows vm, users have to create vm with IDE disk, install virtio driver , update the guest os type to "Windows PV" and then stop/start the windows vm 
   
   This is more likely a document issue, not source code.
   We could improve the admin guide https://docs.cloudstack.apache.org/en/latest/adminguide/templates.html


-- 
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


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

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1372431962

   user needs to upgrade to 4.16.1.0 and above which includes #5910


-- 
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


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

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud closed issue #7004: The 'LSI Logic Parallel' controller is not supported on Windows 10 
URL: https://github.com/apache/cloudstack/issues/7004


-- 
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


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

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1584052467

   Closing as doc PR was created/merged https://github.com/apache/cloudstack-documentation/pull/314


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1498628824

   @weizhouapache cc @rohityadavcloud do we still need documentation changes for this or the mentioned PR https://github.com/apache/cloudstack/pull/5910 fixes this?


-- 
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


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

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on issue #7004:
URL: https://github.com/apache/cloudstack/issues/7004#issuecomment-1541573543

   @rohityadavcloud  I've created a documentation PR, https://github.com/apache/cloudstack-documentation/pull/314
   
   Though I tested the deployment of a VM with Windows 10 as guest OS and osdefault as controllers in ACS. In vCenter it seems to be using LSI Logic SAS
   ![Screenshot from 2023-05-10 13-58-05](https://github.com/apache/cloudstack/assets/153340/1220c0e4-5495-4124-99a6-0d63f786c4ce)
   


-- 
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