nvazquez commented on issue #6479: URL: https://github.com/apache/cloudstack/issues/6479#issuecomment-1162053425
Thanks for the explanation @ccycv - I'm able to hit the issue only when selecting Vmware as hypervisor on the zone wizard, could not hit it previously as I was testing with KVM. I will also test PR #6480 to be included on 4.17.1. For now can you consider using the API to create the zone as the first step and then continue adding elements through the UI? For example on cloudmonkey: ```` create zone name=<NAME> dns1=<DNS1> internaldns1=<DNS2> networktype=Advanced localstorageenabled=true ```` This will only create the DB entry for the zone and you can continue adding all the resources from the UI, after that you can enable the zone at the end -- 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]
