Comment 7 for bug 1813224

Revision history for this message
Brian Haley (brian-haley) wrote :

So I see errors like this in one of the logs, http://logs.openstack.org/97/631297/3/check/tripleo-ci-fedora-28-standalone/7fe7dc1/logs/undercloud/var/log/containers/neutron/openvswitch-agent.log.txt.gz

2019-01-24 17:01:14.064 56271 ERROR neutron.agent.common.ovsdb_monitor [req-6c83cba5-d914-4ad1-a4de-6368051abd6b - - - - -] Interface monitor is not active
...
2019-01-24 17:01:14.534 56271 ERROR neutron.agent.common.async_process [-] Error received from [ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json]: PMD: net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared object file: No such file or directory
2019-01-24 17:01:14.536 56271 ERROR neutron.agent.common.async_process [-] Error received from [ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json]: PMD: net_mlx5: cannot initialize PMD due to missing run-time dependency on rdma-core libraries (libibverbs, libmlx5)

And things like this in the l3-agent, http://logs.openstack.org/97/631297/3/check/tripleo-ci-fedora-28-standalone/7fe7dc1/logs/undercloud/var/log/containers/neutron/l3-agent.log.txt.gz

19-01-24 17:01:11.623 55617 DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1337 command(idx=1): DbSetCommand(table=Port, col_values=(('tag', 4095),), record=qg-49c21fc0-4e) do_commit /usr/lib/python2.7/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:84
2019-01-24 17:01:11.623 55617 DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1337 command(idx=2): DbSetCommand(table=Interface, col_values=(('type', 'internal'), ('external_ids', {'iface-id': u'49c21fc0-4ee5-4c45-a0f6-971c74601d17', 'iface-status': 'active', 'attached-mac': u'fa:16:3e:7c:c1:fe'})), record=qg-49c21fc0-4e) do_commit /usr/lib/python2.7/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:84
2019-01-24 17:01:11.624 55617 DEBUG ovsdbapp.backend.ovs_idl.transaction [-] OVSDB transaction returned TRY_AGAIN, retrying do_commit /usr/lib/python2.7/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:93

Are the agents being run in containers?