<div dir="ltr">It sounds like you're having an issue with namespaces, I am not sure how the emer-reset command can help.<div><div>Have you tried it and solved your issue for you?</div><div><br></div><div>Have you also tried cleaning up your ns state with neutron-netns-cleanup, which you can run also with the --force option?</div>
<div><br></div><div>Regards,</div><div>Salvatore</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 16 August 2013 08:04, Andrew Spiers <span dir="ltr"><<a href="mailto:andrew@andrewspiers.net" target="_blank">andrew@andrewspiers.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I'm setting up a grizzly installation<br>
(trying to use the 'basic install guide' but with the network and controller<br>
nodes combined.) I've got this issue:<br>
<br>
<br>
# ip netns<br>
<snipped qdhcp entries><br>
qrouter-ce22fad3-41a1-4428-a782-26b04ca0b95c<br>
<br>
ip netns exec qrouter-ce22fad3-41a1-4428-a782-26b04ca0b95c ip addr list<br>
seting the network namespace failed: Invalid argument<br>
<br>
<br>
When I restart quantum-l3-agent, I get similar output in l3-agent.log:<br>
<br>
2013-08-16 16:00:04 ERROR [quantum.agent.l3_agent] Failed deleting<br>
namespace 'qrouter-ce22fad3-41a1-4428-a782-26b04ca0b95c'<br>
Traceback (most recent call last):<br>
File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py",<br>
line 187, in _destroy_router_namespaces<br>
self._destroy_router_namespace(ns)<br>
File "/usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py",<br>
line 193, in _destroy_router_namespace<br>
for d in ns_ip.get_devices(exclude_loopback=True):<br>
File "/usr/lib/python2.7/dist-packages/quantum/agent/linux/ip_lib.py",<br>
line 73, in get_devices<br>
self.root_helper, self.namespace)<br>
File "/usr/lib/python2.7/dist-packages/quantum/agent/linux/ip_lib.py",<br>
line 58, in _execute<br>
root_helper=root_helper)<br>
File "/usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py",<br>
line 61, in execute<br>
raise RuntimeError(m)<br>
RuntimeError:<br>
Command: ['sudo', 'quantum-rootwrap', '/etc/quantum/rootwrap.conf',<br>
'ip', 'netns', 'exec', 'qrouter-ce22fad3-41a1-4428-a782-26b04ca0b95c',<br>
'ip', '-o', 'link', 'list']<br>
Exit code: 1<br>
Stdout: ''<br>
Stderr: 'seting the network namespace failed: Invalid argument\n'<br>
<br>
Is it time to use 'ovs-vsctl emer-reset' and then redefine the bridges?<br>
Anything I should bear in mind before using that command?<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>