subnet IPs are not available again (not recycled)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
Salvatore Orlando |
Bug Description
In Openstack Havana Neutron, there's a bug with subnet ip availability.
When subnet IP range is exausted(I mean, used all IPs), IP availabilty range information (allocation_
for that subnet is deleted in 'neutron.
Even if you return one of the subnet IP, IP availabilty range information would not created for that subnet on 'neutron.
===================
Senario #1:
1. make a external network with a subnet of 4 available IPs (no DHCP enabled)
2. make 4 routers
3. 'Set Gateway' for 4 routers
4. 'Clear Gateway' for 1 router
5. 'Set Gateway' for 1 router results in error 'No more IP address available on network'
Senario #2:
1. make a network with a subnet of 4 avaialble IPs with DHCP enabled. (ex 192.168.0.0/24, 192.168.0.2~4)
2. make a #1 VM (that results in private IP with 192.168.0.2, and DHCP will have 192.168.0.3)
3. make a #2 VM (that results in private IP with 192.168.0.4)
4. terminate #2 VM
5. make #3 VM on that network will result in the same error 'No more IP address available on network"
tags: | added: db l3-ipam-dhcp |
Changed in neutron: | |
importance: | Undecided → High |
tags: | added: havana-rc-potential |
Changed in neutron: | |
milestone: | none → havana-rc3 |
tags: | removed: havana-rc-potential |
Changed in neutron: | |
milestone: | havana-rc3 → 2013.2 |
Triaging.