weizhouapache commented on issue #5716: URL: https://github.com/apache/cloudstack/issues/5716#issuecomment-1024060474
Another issue we found in our testing is, cloudstack VR always use E1000 nic controller if systemvm template has deploy_as_is =1. see code below https://github.com/apache/cloudstack/blob/44c08b5acc598972b4f0af576ffdea4e2447cb41/plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java#L2357-L2364 I checked all platforms, the template SystemVM Template (vSphere) (id=8) has deploy_as_is = 1. but on Hari's testing platform, it is set to 0. @nvazquez do you have idea why it is set to 1 ? can we change it to 0 ? -- 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]
