← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1317457] Re: Subnet IPs doesn't recycle

 

In the icehouse release the ip allocation strategy was optimized.
With this improvement it now put a lot less stress on the database; however addresses are not recycled immediately, but only when the allocation pool is about to be exhausted.

Relevant commit id: 89f2562


** Changed in: neutron
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1317457

Title:
  Subnet IPs doesn't recycle

Status in OpenStack Neutron (virtual network service):
  Invalid

Bug description:
  I'm using Icehouse stable release and ML2 plugin. 
  1) Create subnet 192.168.1.0/24 with DHCP enabled
  2) Create a new port for this subnet. This port will be assigned IP: 192.168.1.2
  3) Delete the above port
  4) Create a new port for this subnet, again. 
  This port will be assigned IP: "192.168.1.3" instead of 192.168.1.2

  The assigned IP address just keeps increasing instead of using
  available IP addresses from deleted ports.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1317457/+subscriptions


References