shwstppr commented on issue #6648: URL: https://github.com/apache/cloudstack/issues/6648#issuecomment-1219143107
Thanks for sharing the physical network details @samdejoux1 The issue you see is due to the absence of VLAN range for the physical network. Right now I'm not sure what is the correct behaviour. @weizhouapache @NuxRo @rohityadavcloud @DaanHoogland should it allow dedicating guest vlan range when the concerned physical network doesn't have any VLAN range itself? For each VLAN in the rage for physical n/w an entry is created in `cloud.op_dc_vnet_alloc` which is missing in this case and code at https://github.com/apache/cloudstack/blob/4.17/server/src/main/java/com/cloud/network/NetworkServiceImpl.java#L4148 is throwing error -- 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]
