nvazquez commented on issue #2989: Unable to create network post upgrade to 4.11 URL: https://github.com/apache/cloudstack/issues/2989#issuecomment-436406985 Hi @somejfn, I've been debugging the issue and could find the root cause of the failure. The DirectNetworkGuru could not implement the network as the it compares the expected isolation methods with the ones expected and if they differ it does not implement it. In this case the guru expected "VLAN" as isolation method on the physical network but found "vlan". The workaround is to update your entries on table `physical_network_isolation_methods` by changing column `isolation_method` from "vlan" to "VLAN" and retry. I'll open a PR with this fix and then will ask you to revert the changes on your database, get the PR code and retry if you don't mind. Thanks, Nicolas Vazquez
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
