Advertisement
Guest User

Untitled

a guest
Sep 24th, 2014
1,946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.59 KB | None | 0 0
  1. root@vmhost3:~# cat /var/log/neutron/openvswitch-agent.log
  2. 2014-09-25 11:24:02.310 15416 INFO neutron.common.config [-] Logging enabled!
  3. 2014-09-25 11:24:02.406 15416 ERROR neutron.agent.linux.ovs_lib [-] Unable to execute ['ovs-vsctl', '--timeout=10', '--', '--may-exist', 'add-br', 'br-int']. Exception:
  4. Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', '--', '--may-exist', 'add-br', 'br-int']
  5. Exit code: 1
  6. Stdout: ''
  7. Stderr: '2014-09-25T01:24:02Z|00002|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)\novs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)\n'
  8. 2014-09-25 11:24:02.494 15416 ERROR neutron.agent.linux.ovs_lib [-] Unable to execute ['ovs-vsctl', '--timeout=10', '--', 'set-fail-mode', 'br-int', 'secure']. Exception:
  9. Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', '--', 'set-fail-mode', 'br-int', 'secure']
  10. Exit code: 1
  11. Stdout: ''
  12. Stderr: '2014-09-25T01:24:02Z|00002|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)\novs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)\n'
  13. 2014-09-25 11:24:02.495 15416 CRITICAL neutron [-]
  14. Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', '--', 'set-fail-mode', 'br-int', 'secure']
  15. Exit code: 1
  16. Stdout: ''
  17. Stderr: '2014-09-25T01:24:02Z|00002|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)\novs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)\n'
  18. 2014-09-25 11:24:02.495 15416 TRACE neutron Traceback (most recent call last):
  19. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/bin/neutron-openvswitch-agent", line 10, in <module>
  20. 2014-09-25 11:24:02.495 15416 TRACE neutron sys.exit(main())
  21. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 1471, in main
  22. 2014-09-25 11:24:02.495 15416 TRACE neutron agent = OVSNeutronAgent(**agent_config)
  23. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 203, in __init__
  24. 2014-09-25 11:24:02.495 15416 TRACE neutron self.setup_integration_br()
  25. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/plugins/openvswitch/agent/ovs_neutron_agent.py", line 672, in setup_integration_br
  26. 2014-09-25 11:24:02.495 15416 TRACE neutron self.int_br.set_secure_mode()
  27. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/ovs_lib.py", line 130, in set_secure_mode
  28. 2014-09-25 11:24:02.495 15416 TRACE neutron check_error=True)
  29. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/ovs_lib.py", line 75, in run_vsctl
  30. 2014-09-25 11:24:02.495 15416 TRACE neutron ctxt.reraise = False
  31. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/openstack/common/excutils.py", line 82, in __exit__
  32. 2014-09-25 11:24:02.495 15416 TRACE neutron six.reraise(self.type_, self.value, self.tb)
  33. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/ovs_lib.py", line 68, in run_vsctl
  34. 2014-09-25 11:24:02.495 15416 TRACE neutron return utils.execute(full_args, root_helper=self.root_helper)
  35. 2014-09-25 11:24:02.495 15416 TRACE neutron File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/utils.py", line 76, in execute
  36. 2014-09-25 11:24:02.495 15416 TRACE neutron raise RuntimeError(m)
  37. 2014-09-25 11:24:02.495 15416 TRACE neutron RuntimeError:
  38. 2014-09-25 11:24:02.495 15416 TRACE neutron Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ovs-vsctl', '--timeout=10', '--', 'set-fail-mode', 'br-int', 'secure']
  39. 2014-09-25 11:24:02.495 15416 TRACE neutron Exit code: 1
  40. 2014-09-25 11:24:02.495 15416 TRACE neutron Stdout: ''
  41. 2014-09-25 11:24:02.495 15416 TRACE neutron Stderr: '2014-09-25T01:24:02Z|00002|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)\novs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)\n'
  42. 2014-09-25 11:24:02.495 15416 TRACE neutron
  43. 2014-09-25 11:24:02.979 15459 INFO neutron.common.config [-] Logging enabled!
  44. 2014-09-25 11:24:03.676 15459 INFO neutron.openstack.common.rpc.common [req-98e0e099-b698-47ad-ae41-17ee8ae2b017 None] Connected to AMQP server on rs-ctrl1:5672
  45. 2014-09-25 11:24:03.729 15459 INFO neutron.openstack.common.rpc.common [req-98e0e099-b698-47ad-ae41-17ee8ae2b017 None] Connected to AMQP server on rs-ctrl1:5672
  46. 2014-09-25 11:24:05.332 15459 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-98e0e099-b698-47ad-ae41-17ee8ae2b017 None] Agent initialized successfully, now running...
  47. 2014-09-25 11:24:05.340 15459 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-98e0e099-b698-47ad-ae41-17ee8ae2b017 None] Agent out of sync with plugin!
  48. 2014-09-25 11:24:05.429 15459 INFO neutron.plugins.openvswitch.agent.ovs_neutron_agent [req-98e0e099-b698-47ad-ae41-17ee8ae2b017 None] Agent tunnel out of sync with plugin!
  49. 2014-09-25 11:24:05.449 15459 INFO neutron.openstack.common.rpc.common [req-98e0e099-b698-47ad-ae41-17ee8ae2b017 None] Connected to AMQP server on rs-ctrl1:5672
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement