[Openstack] FixedIpNotFoundForAddress errors in network.log
Greg Chavez
greg.chavez at gmail.com
Sun Jan 27 00:33:57 UTC 2013
I'm in the process of setting up a multi-node Folsom installation.
Everything is going well so far, but I can't figure out why I keep getting
these errors in network.log. There are literally hundreds of them, 2 or
more per hour. The IP in this error, 10.21.165.121, is on our production
network and is in now way affiliated with Openstack. In fact, all of our
production IPs make it into this log eventually.
Does anyone know what's causing this? My guess is that it has something to
do with avahi, but I have no idea how to track down the actual problem.
Thanks in advance.
2013-01-26 19:26:31 15905 ERROR nova.openstack.common.rpc.amqp [-]
Exception during message handling
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp Traceback
(most recent call last):
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp File
"/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py", line
276, in _process_data
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp rval =
self.proxy.dispatch(ctxt, version, method, **args)
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp File
"/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/dispatcher.py",
line 145, in dispatch
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp return
getattr(proxyobj, method)(ctxt, **kwargs)
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp File
"/usr/lib/python2.6/site-packages/nova/network/manager.py", line 266, in
wrapped
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp return
func(self, context, *args, **kwargs)
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp File
"/usr/lib/python2.6/site-packages/nova/network/manager.py", line 1801, in
get_fixed_ip_by_address
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp fixed =
self.db.fixed_ip_get_by_address(context, address)
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp File
"/usr/lib/python2.6/site-packages/nova/db/api.py", line 477, in
fixed_ip_get_by_address
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp return
IMPL.fixed_ip_get_by_address(context, address)
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp File
"/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/api.py", line 129, in
wrapper
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp return
f(*args, **kwargs)
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp File
"/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/api.py", line 1201, in
fixed_ip_get_by_address
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp raise
exception.FixedIpNotFoundForAddress(address=address)
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp
FixedIpNotFoundForAddress: Fixed ip not found for address 10.21.165.121.
2013-01-26 19:26:31 15905 TRACE nova.openstack.common.rpc.amqp
2013-01-26 19:26:31 15905 ERROR nova.openstack.common.rpc.common [-]
Returning exception Fixed ip not found for address 10.21.165.121. to caller
2013-01-26 19:26:31 15905 ERROR nova.openstack.common.rpc.common [-]
['Traceback (most recent call last):\n', ' File
"/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/amqp.py", line
276, in _process_data\n rval = self.proxy.dispatch(ctxt, version,
method, **args)\n', ' File
"/usr/lib/python2.6/site-packages/nova/openstack/common/rpc/dispatcher.py",
line 145, in dispatch\n return getattr(proxyobj, method)(ctxt,
**kwargs)\n', ' File
"/usr/lib/python2.6/site-packages/nova/network/manager.py", line 266, in
wrapped\n return func(self, context, *args, **kwargs)\n', ' File
"/usr/lib/python2.6/site-packages/nova/network/manager.py", line 1801, in
get_fixed_ip_by_address\n fixed =
self.db.fixed_ip_get_by_address(context, address)\n', ' File
"/usr/lib/python2.6/site-packages/nova/db/api.py", line 477, in
fixed_ip_get_by_address\n return IMPL.fixed_ip_get_by_address(context,
address)\n', ' File
"/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/api.py", line 129, in
wrapper\n return f(*args, **kwargs)\n', ' File
"/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/api.py", line 1201, in
fixed_ip_get_by_address\n raise
exception.FixedIpNotFoundForAddress(address=address)\n',
'FixedIpNotFoundForAddress: Fixed ip not found for address
10.21.165.121.\n']
--
\*..+.-
--Greg Chavez
+//..;};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130126/450ad2c4/attachment.html>
More information about the Openstack
mailing list