Activity log for bug #1847032

Date Who What changed Old value New value Message
2019-10-07 08:08:18 Frode Nordahl bug added bug
2019-10-07 08:08:40 Frode Nordahl networking-ovn: status New In Progress
2019-10-07 08:08:44 Frode Nordahl networking-ovn: assignee Frode Nordahl (fnordahl)
2019-10-07 08:17:18 Frode Nordahl description 2019-10-07 07:54:28.968 766078 DEBUG ovsdbapp.backend.ovs_idl.event [-] ChassisCreateEvent : Matched Chassis, ('create',), (('name', '=', 'aec73c01-95a1-43ad-b4b5-dff81501d7bd'),) None matches /usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/event.py:40 2019-10-07 07:54:28.969 766078 INFO networking_ovn.agent.metadata.agent [-] Connection to OVSDB established, doing a full sync 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event [-] Unexpected exception in notify_loop: BrokenPipeError: [Errno 32] Broken pipe 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event Traceback (most recent call last): 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/ovsdbapp/event.py", line 137, in notify_loop 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event match.run(event, row, updates) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/networking_ovn/agent/metadata/agent.py", line 122, in run 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event self.agent.sync() 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/networking_ovn/agent/metadata/agent.py", line 58, in wrapped 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event return f(*args, **kwargs) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/networking_ovn/agent/metadata/agent.py", line 217, in sync 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event system_namespaces = ip_lib.list_network_namespaces() 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py", line 991, in list_network_namespaces 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event return privileged.list_netns(**kwargs) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/oslo_privsep/priv_context.py", line 241, in _wrap 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event return self.channel.remote_call(name, args, kwargs) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/oslo_privsep/daemon.py", line 193, in remote_call 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event result = self.send_recv((Message.CALL.value, name, args, kwargs)) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/oslo_privsep/comm.py", line 165, in send_recv 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event self.writer.send((myid, msg)) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/oslo_privsep/comm.py", line 56, in send 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event self.writesock.sendall(buf) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/eventlet/greenio/base.py", line 401, in sendall 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event tail = self.send(data, flags) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/eventlet/greenio/base.py", line 395, in send 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event return self._send_loop(self.fd.send, data, flags) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event File "/usr/lib/python3/dist-packages/eventlet/greenio/base.py", line 382, in _send_loop 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event return send_method(data, *args) 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event BrokenPipeError: [Errno 32] Broken pipe 2019-10-07 07:54:28.970 766078 ERROR ovsdbapp.event 2019-10-07 07:54:29.264 766078 INFO oslo_service.service [-] Caught SIGTERM, stopping children 2019-10-07 07:49:22.234 752648 INFO networking_ovn.agent.metadata.agent [-] DEBUG: 0 2019-10-07 07:49:22.234 752648 INFO networking_ovn.agent.metadata.ovsdb [-] DEBUG: connection_string="ssl:10.246.114.19:6642,ssl:10.246.114.26:6642,ssl:10.246.114.10:6642" 2019-10-07 07:49:22.235 752648 CRITICAL neutron [-] Unhandled error: TypeError: Path must be represented as bytes or unicode string 2019-10-07 07:49:22.235 752648 ERROR neutron Traceback (most recent call last): 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/bin/networking-ovn-metadata-agent", line 10, in <module> 2019-10-07 07:49:22.235 752648 ERROR neutron sys.exit(main()) 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/networking_ovn/cmd/eventlet/agents/metadata.py", line 17, in main 2019-10-07 07:49:22.235 752648 ERROR neutron metadata_agent.main() 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/networking_ovn/agent/metadata_agent.py", line 38, in main 2019-10-07 07:49:22.235 752648 ERROR neutron agt.start() 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/networking_ovn/agent/metadata/agent.py", line 163, in start 2019-10-07 07:49:22.235 752648 ERROR neutron SbGlobalUpdateEvent(self)]).start() 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/networking_ovn/agent/metadata/ovsdb.py", line 38, in __init__ 2019-10-07 07:49:22.235 752648 ERROR neutron helper = self._get_ovsdb_helper(connection_string) 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/networking_ovn/agent/metadata/ovsdb.py", line 52, in _get_ovsdb_helper 2019-10-07 07:49:22.235 752648 ERROR neutron return idlutils.get_schema_helper(connection_string, self.SCHEMA) 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/idlutils.py", line 123, in get_schema_helper 2019-10-07 07:49:22.235 752648 ERROR neutron stream.Stream.open(c)) 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/ovs/stream.py", line 190, in open 2019-10-07 07:49:22.235 752648 ERROR neutron error, sock = cls._open(suffix, dscp) 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/ovs/stream.py", line 786, in _open 2019-10-07 07:49:22.235 752648 ERROR neutron ctx.use_privatekey_file(Stream._SSL_private_key_file) 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 957, in use_privatekey_file 2019-10-07 07:49:22.235 752648 ERROR neutron keyfile = _path_string(keyfile) 2019-10-07 07:49:22.235 752648 ERROR neutron File "/usr/lib/python3/dist-packages/OpenSSL/_util.py", line 107, in path_string 2019-10-07 07:49:22.235 752648 ERROR neutron raise TypeError("Path must be represented as bytes or unicode string") 2019-10-07 07:49:22.235 752648 ERROR neutron TypeError: Path must be represented as bytes or unicode string 2019-10-07 07:49:22.235 752648 ERROR neutron
2019-10-07 13:53:38 James Page bug task added networking-ovn (Ubuntu)
2019-10-07 13:53:45 James Page networking-ovn (Ubuntu): status New Triaged
2019-10-07 13:53:47 James Page networking-ovn (Ubuntu): importance Undecided High
2019-10-09 08:41:43 James Page nominated for series Ubuntu Disco
2019-10-09 08:41:43 James Page bug task added networking-ovn (Ubuntu Disco)
2019-10-09 08:41:43 James Page nominated for series Ubuntu Eoan
2019-10-09 08:41:43 James Page bug task added networking-ovn (Ubuntu Eoan)
2019-10-09 08:41:57 James Page bug task added cloud-archive
2019-10-09 08:42:09 James Page nominated for series cloud-archive/stein
2019-10-09 08:42:09 James Page bug task added cloud-archive/stein
2019-10-09 08:42:09 James Page nominated for series cloud-archive/train
2019-10-09 08:42:09 James Page bug task added cloud-archive/train
2019-10-09 08:42:20 James Page networking-ovn (Ubuntu Disco): status New Triaged
2019-10-09 08:42:22 James Page networking-ovn (Ubuntu Disco): importance Undecided High
2019-10-09 08:42:25 James Page cloud-archive/train: status New Triaged
2019-10-09 08:42:27 James Page cloud-archive/stein: status New Triaged
2019-10-09 08:42:29 James Page cloud-archive/train: importance Undecided High
2019-10-09 08:42:31 James Page cloud-archive/stein: importance Undecided High
2019-10-09 08:42:33 James Page networking-ovn (Ubuntu Eoan): assignee James Page (james-page)
2019-10-09 08:42:36 James Page networking-ovn (Ubuntu Eoan): status Triaged In Progress
2019-10-09 13:51:16 Launchpad Janitor networking-ovn (Ubuntu Eoan): status In Progress Fix Released
2019-10-10 11:08:55 James Page cloud-archive: status Triaged Fix Committed
2019-10-10 11:08:57 James Page cloud-archive/train: status Triaged Fix Committed
2019-10-10 13:03:30 James Page cloud-archive: status Fix Committed Fix Released
2019-10-10 13:03:34 James Page cloud-archive/train: status Fix Committed Fix Released
2019-11-07 19:06:50 OpenStack Infra networking-ovn: status In Progress Fix Released
2019-11-28 10:47:51 Bernard Cafarelli tags networking-ovn-proactive-backport-potential
2019-12-03 11:16:09 OpenStack Infra tags networking-ovn-proactive-backport-potential in-stable-train networking-ovn-proactive-backport-potential
2019-12-04 17:23:17 OpenStack Infra tags in-stable-train networking-ovn-proactive-backport-potential in-stable-stein in-stable-train networking-ovn-proactive-backport-potential
2020-05-29 09:36:41 Jakub Libosvar tags in-stable-stein in-stable-train networking-ovn-proactive-backport-potential in-stable-stein in-stable-train
2020-07-02 19:32:04 Steve Langasek networking-ovn (Ubuntu Disco): status Triaged Won't Fix