Skip to content

Instantly share code, notes, and snippets.

@halidaltuner
Created September 15, 2015 10:05
Show Gist options
  • Save halidaltuner/f12363153be570ec9dfe to your computer and use it in GitHub Desktop.
Save halidaltuner/f12363153be570ec9dfe to your computer and use it in GitHub Desktop.
openvswitch-agent.log
2015-02-19 18:03:40.453 6986 ERROR neutron.agent.linux.ovsdb_monitor [-] Error received from ovsdb monitor: ovsdb-client: unix:/var/run/openvswitch/db.sock: receive failed (End of file)
2015-02-19 18:03:40.538 6986 ERROR neutron.agent.linux.utils [-]
Command: ['ps', '--ppid', '7114', '-o', 'pid=']
Exit code: 1
Stdout: ''
Stderr: ''
2015-02-19 18:03:41.247 6986 CRITICAL neutron [req-41560fa8-8cda-4860-9d6f-e016963ec90e None] AssertionError: Trying to re-send() an already-triggered event.
2015-02-19 18:03:41.247 6986 TRACE neutron Traceback (most recent call last):
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/bin/neutron-openvswitch-agent", line 10, in <module>
2015-02-19 18:03:41.247 6986 TRACE neutron sys.exit(main())
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1546, in main
2015-02-19 18:03:41.247 6986 TRACE neutron agent.daemon_loop()
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1473, in daemon_loop
2015-02-19 18:03:41.247 6986 TRACE neutron self.rpc_loop(polling_manager=pm)
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__
2015-02-19 18:03:41.247 6986 TRACE neutron self.gen.next()
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/polling.py", line 39, in get_polling_manager
2015-02-19 18:03:41.247 6986 TRACE neutron pm.stop()
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/polling.py", line 106, in stop
2015-02-19 18:03:41.247 6986 TRACE neutron self._monitor.stop()
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/async_process.py", line 89, in stop
2015-02-19 18:03:41.247 6986 TRACE neutron self._kill()
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/ovsdb_monitor.py", line 99, in _kill
2015-02-19 18:03:41.247 6986 TRACE neutron super(SimpleInterfaceMonitor, self)._kill(*args, **kwargs)
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/async_process.py", line 116, in _kill
2015-02-19 18:03:41.247 6986 TRACE neutron self._kill_event.send()
2015-02-19 18:03:41.247 6986 TRACE neutron File "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 150, in send
2015-02-19 18:03:41.247 6986 TRACE neutron assert self._result is NOT_USED, 'Trying to re-send() an already-triggered event.'
2015-02-19 18:03:41.247 6986 TRACE neutron AssertionError: Trying to re-send() an already-triggered event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment