<div dir="ltr"><div><div><div><div><div>Hi everyone. I have a problem when I build environment with multi neutron server:<br><br></div>This is topology: <a rel="nofollow" href="http://codepad.org/ff0debPB" target="_blank">http://codepad.org/ff0debPB</a><br><br></div>After I built topology. I can create subnets on only one network that duplicated CIDR. AT SAME TIMMING.<br><br></div><div>How to reproduce:<br></div><div><br>Step 1: Create a network<br>$ neutron net-create test-net<br><br>Step 2: Create multiple subnets that duplicated CIDR scope<br>Please running commands AT SAME TIMMING<br> - On controller1:<br>$ neutron subnet-create --name test-subnet1 test-net <a href="http://192.168.100.0/24" target="_blank">192.168.100.0/24</a><br> - On controller2:<br>$ neutron subnet-create --name test-subnet2 test-net <a href="http://192.168.100.0/24" target="_blank">192.168.100.0/24</a><br><br>After check subnet-list:<br><br>Running command: $ neutron subnet-list<br>This is the result: <a href="http://codepad.org/306Vi90d" target="_blank">http://codepad.org/306Vi90d</a><br><br>Running command: $ neutron net-list<br>This is the result: <a href="http://codepad.org/AcYRLP4b" target="_blank">http://codepad.org/AcYRLP4b</a><br><br>After check database:<br>This is the result: <a href="http://codepad.org/4qRC229P" target="_blank">http://codepad.org/4qRC229P</a><br><br><br>I think. In originally, one command on controller will be fail and we catch a message as following: "Invalid input for operation: Requested subnet with cidr: <a href="http://192.168.100.0/24" target="_blank">192.168.100.0/24</a> for network: 39cc0850-1eeb-4c85-bcdc-338a3f1461aa overlaps with another subnet.". But currently, two commands are success<br><br></div><div>Do you have suggest how to solve this problem ?<br><br></div><div>Thank you for your time..<br></div></div></div><span style="font-size:11pt;font-family:"Calibri","sans-serif""></span></div>