sureshanaparti commented on issue #5877: URL: https://github.com/apache/cloudstack/issues/5877#issuecomment-1017195578
> @weizhouapache @sureshanaparti let's check VMwareResourceBase, it might be a historic limitation that under some circumstance controllers are not always added as configured in the template/disk controller properties. @rohityadavcloud Correct, pvscsi controller is bypassed to use lsilogic controller when the support for different scsi controller types was introduced. It seems the vmdk property "ddb.adapterType" is not properly set for pvscsi controller, and also it is not supported for virtual hardware version < 7. May be, we have to re-visit it and check whether the limitation still exists or not. https://github.com/apache/cloudstack/blob/7f000f50164b2c47a726518f5752d7bdae68f057/vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/VmdkAdapterType.java#L30-L31 https://github.com/apache/cloudstack/blob/7f000f50164b2c47a726518f5752d7bdae68f057/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java#L708-L711 -- 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]
