Advertisement
Guest User

Untitled

a guest
May 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. [root@compute ~]# systemctl status neutron-openvswitch-agent.service
  2. ● neutron-openvswitch-agent.service - OpenStack Neutron Open vSwitch Agent
  3. Loaded: loaded (/usr/lib/systemd/system/neutron-openvswitch-agent.service; enabled; vendor preset: disabled)
  4. Active: active (running) since Wed 2018-05-16 18:30:58 MSK; 22min left
  5. Main PID: 1556 (neutron-openvsw)
  6. Tasks: 5
  7. CGroup: /system.slice/neutron-openvswitch-agent.service
  8. ├─1556 /usr/bin/python2 /usr/bin/neutron-openvswitch-agent --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-dir /etc/neutron/conf.d/common --conf...
  9. ├─1576 sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  10. └─1577 /usr/bin/python2 /usr/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  11.  
  12. May 16 18:30:57 compute systemd[1]: Starting OpenStack Neutron Open vSwitch Agent...
  13. May 16 18:30:58 compute neutron-enable-bridge-firewall.sh[1549]: net.bridge.bridge-nf-call-arptables = 1
  14. May 16 18:30:58 compute neutron-enable-bridge-firewall.sh[1549]: net.bridge.bridge-nf-call-iptables = 1
  15. May 16 18:30:58 compute neutron-enable-bridge-firewall.sh[1549]: net.bridge.bridge-nf-call-ip6tables = 1
  16. May 16 18:30:58 compute systemd[1]: Started OpenStack Neutron Open vSwitch Agent.
  17. May 16 18:30:58 compute neutron-openvswitch-agent[1556]: Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
  18. May 16 18:30:58 compute neutron-openvswitch-agent[1556]: Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
  19. May 16 18:30:58 compute neutron-openvswitch-agent[1556]: Option "rpc_backend" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
  20. May 16 18:30:58 compute neutron-openvswitch-agent[1556]: Option "notification_driver" from group "DEFAULT" is deprecated. Use option "driver" from group "oslo_messaging_notifications".
  21. May 16 18:31:00 compute sudo[1576]: neutron : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  22. [root@compute ~]# systemctl restart neutron-openvswitch-agent.service
  23. [root@compute ~]# systemctl status neutron-openvswitch-agent.service
  24. ● neutron-openvswitch-agent.service - OpenStack Neutron Open vSwitch Agent
  25. Loaded: loaded (/usr/lib/systemd/system/neutron-openvswitch-agent.service; enabled; vendor preset: disabled)
  26. Active: active (running) since Wed 2018-05-16 18:09:33 MSK; 4s ago
  27. Process: 2100 ExecStartPre=/usr/bin/neutron-enable-bridge-firewall.sh (code=exited, status=0/SUCCESS)
  28. Main PID: 2106 (neutron-openvsw)
  29. Tasks: 11
  30. CGroup: /system.slice/neutron-openvswitch-agent.service
  31. ├─1576 sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  32. ├─1577 /usr/bin/python2 /usr/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  33. ├─2106 /usr/bin/python2 /usr/bin/neutron-openvswitch-agent --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-dir /etc/neutron/conf.d/common --conf...
  34. ├─2117 sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  35. ├─2118 /usr/bin/python2 /usr/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  36. ├─2126 sudo neutron-rootwrap /etc/neutron/rootwrap.conf ovsdb-client monitor Interface name,ofport,external_ids --format=json
  37. ├─2127 /usr/bin/python2 /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovsdb-client monitor Interface name,ofport,external_ids --format=json
  38. └─2135 /bin/ovsdb-client monitor Interface name,ofport,external_ids --format=json
  39.  
  40. May 16 18:09:33 compute neutron-enable-bridge-firewall.sh[2100]: net.bridge.bridge-nf-call-arptables = 1
  41. May 16 18:09:33 compute neutron-enable-bridge-firewall.sh[2100]: net.bridge.bridge-nf-call-iptables = 1
  42. May 16 18:09:33 compute neutron-enable-bridge-firewall.sh[2100]: net.bridge.bridge-nf-call-ip6tables = 1
  43. May 16 18:09:33 compute systemd[1]: Started OpenStack Neutron Open vSwitch Agent.
  44. May 16 18:09:33 compute neutron-openvswitch-agent[2106]: Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future release, so please use SIGUSR2 to generate reports.
  45. May 16 18:09:33 compute neutron-openvswitch-agent[2106]: Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
  46. May 16 18:09:33 compute neutron-openvswitch-agent[2106]: Option "rpc_backend" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
  47. May 16 18:09:33 compute neutron-openvswitch-agent[2106]: Option "notification_driver" from group "DEFAULT" is deprecated. Use option "driver" from group "oslo_messaging_notifications".
  48. May 16 18:09:36 compute sudo[2117]: neutron : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
  49. May 16 18:09:36 compute sudo[2126]: neutron : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/neutron-rootwrap /etc/neutron/rootwrap.conf ovsdb-client monitor Interface name,ofport,external_ids --format=json
  50. [root@compute ~]#
  51. [root@compute ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement