NoMoreFixedIps: Zero fixed ips available. Nova seems leaking them.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Vish Ishaya | ||
Essex |
Fix Released
|
Critical
|
Vish Ishaya | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I ran Tempest tests several times (about 5 full runs) on setup with 128 IPs:
# nova-manage network list
1 192.168.0.0/25 None 192.168.0.2 8.8.4.4 None None None 843689b3-
Instances fails when building network:
==> /net/srh-
2012-06-18 19:16:55 DEBUG nova.rpc.amqp [-] received {u'_context_roles': [u'admin', u'KeystoneServi
2012-06-18 19:16:55 DEBUG nova.rpc.amqp [req-1151ed40-
2012-06-18 19:16:55 DEBUG nova.network.
2012-06-18 19:16:55 DEBUG nova.network.
2012-06-18 19:16:55 DEBUG nova.network.
2012-06-18 19:16:56 ERROR nova.rpc.amqp [req-1151ed40-
2012-06-18 19:16:56 TRACE nova.rpc.amqp Traceback (most recent call last):
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp rval = node_func(
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp return func(self, context, *args, **kwargs)
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp **kwargs)
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp return func(self, context, *args, **kwargs)
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp requested_
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp vpn=vpn, address=address)
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp instance_id)
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp instance_id, host)
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp return f(*args, **kwargs)
2012-06-18 19:16:56 TRACE nova.rpc.amqp File "/usr/lib/
2012-06-18 19:16:56 TRACE nova.rpc.amqp raise exception.
2012-06-18 19:16:56 TRACE nova.rpc.amqp NoMoreFixedIps: Zero fixed ips available.
2012-06-18 19:16:56 TRACE nova.rpc.amqp
select count(*) from fixed_ips where instance_id in (select uuid from instances where deleted = '1');
32
Related branches
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
Changed in nova: | |
milestone: | none → folsom-2 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Precise): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | folsom-2 → 2012.2 |
Same problem for me...
It's also happening with the floating ips range!
Warik