----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18027/ -----------------------------------------------------------
Review request for cloudstack and Marcus Sorensen. Bugs: CLOUDSTACK-6072 https://issues.apache.org/jira/browse/CLOUDSTACK-6072 Repository: cloudstack-git Description ------- fixed issue: vxlan networks not deallocating vnet ids Diffs ----- server/src/com/cloud/network/guru/GuestNetworkGuru.java 85728c2 Diff: https://reviews.apache.org/r/18027/diff/ Testing ------- 1. deploy a physical network with VNI range "5000-5005" 2. create 6 guest networks 3. deploy a VM that joins 6 guest networks. 4. destroy the VM 5. destroy 4 guest networks. 6. create an additional guest network. 7. deploy a VM that joins 3 existing guest networks. 8. check VNI is reused. Thanks, Yoshikazu Nojima