You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/08/19 07:29:27 UTC

[GitHub] [cloudstack] shwstppr opened a new issue #4273: Multiple L2 networks with same VLAN cannot be created even with Bypass VLAN id/range overlap checked

shwstppr opened a new issue #4273:
URL: https://github.com/apache/cloudstack/issues/4273


   Till 4.13 ACS allowed creating multiple L2 networks with the same VLAN ID when Bypass VLAN id/range overlap is checked in the UI. But this behaviour is changed with 4.14 which throws an error,
   ![Screenshot from 2020-08-19 12-47-02](https://user-images.githubusercontent.com/153340/90604233-28d07a80-e21a-11ea-9e53-c10d7750186f.png)
   
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   L2 networks
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.14 and above
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   Advanced networking
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   KVM, CentOS7 but doesn't seem to be hypervisor, OS specific
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   1. Create a L2 network with some VLAN ID, say 100, while Bypass VLAN id/range overlap option checked. Network will be created successfully
   2. Create another L2 network with same VLAN ID with Bypass VLAN id/range overlap option checked. Network will fail to create with error.
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   Second network succesfully created with same VLAN ID as Bypass VLAN id/range overlap option was checked
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   Server returns error with message - Network with vlan 100 already exists or overlaps with other network vlans in zone 1
   ~~~
   
   Issue is seen with both UI and cmk


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4273: Multiple L2 networks with same VLAN cannot be created even with Bypass VLAN id/range overlap checked

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4273:
URL: https://github.com/apache/cloudstack/issues/4273#issuecomment-675919537


   Thanks I'll raise a PR I know what happened there @shwstppr 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] shwstppr commented on issue #4273: Multiple L2 networks with same VLAN cannot be created even with Bypass VLAN id/range overlap checked

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #4273:
URL: https://github.com/apache/cloudstack/issues/4273#issuecomment-675911948


   Some issue here,
   https://github.com/apache/cloudstack/blob/4.14/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java#L2531-L2533
   
   https://github.com/apache/cloudstack/blob/4.13/engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java#L2483-L2485


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd closed issue #4273: Multiple L2 networks with same VLAN cannot be created even with Bypass VLAN id/range overlap checked

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #4273:
URL: https://github.com/apache/cloudstack/issues/4273


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4273: Multiple L2 networks with same VLAN cannot be created even with Bypass VLAN id/range overlap checked

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4273:
URL: https://github.com/apache/cloudstack/issues/4273#issuecomment-679924533


   Fixed in PR https://github.com/apache/cloudstack/pull/4274, tested by @Spaceman1984 and I


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on issue #4273: Multiple L2 networks with same VLAN cannot be created even with Bypass VLAN id/range overlap checked

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #4273:
URL: https://github.com/apache/cloudstack/issues/4273#issuecomment-675909376


   cc @Spaceman1984 can you look at this next, thanks


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org