Comment 5 for bug 1762341

Revision history for this message
anush shetty (anush3d) wrote :

Hello,

did you manage to fix it anyhow ?

I am facing the same 100% cpu usage because of the same reason. I tried some manual changes to ip_conntrack file but that failed with following error and I had to revert the file:

2018-04-13 09:26:24.704 4684 ERROR neutron 'neutron.plugins.ml2.drivers.openvswitch.agent.'
2018-04-13 09:26:24.704 4684 ERROR neutron File "/usr/lib/python2.7/site-packages/ryu/base/app_manager.py", line 375, in run_apps
2018-04-13 09:26:24.704 4684 ERROR neutron hub.joinall(services)
2018-04-13 09:26:24.704 4684 ERROR neutron File "/usr/lib/python2.7/site-packages/ryu/lib/hub.py", line 103, in joinall
2018-04-13 09:26:24.704 4684 ERROR neutron t.wait()
2018-04-13 09:26:24.704 4684 ERROR neutron File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 175, in wait
2018-04-13 09:26:24.704 4684 ERROR neutron return self._exit_event.wait()
2018-04-13 09:26:24.704 4684 ERROR neutron File "/usr/lib/python2.7/site-packages/eventlet/event.py", line 125, in wait
2018-04-13 09:26:24.704 4684 ERROR neutron current.throw(*self._exc)
2018-04-13 09:26:24.704 4684 ERROR neutron File "/usr/lib/python2.7/site-packages/eventlet/greenthread.py", line 214, in main
2018-04-13 09:26:24.704 4684 ERROR neutron result = function(*args, **kwargs)
2018-04-13 09:26:24.704 4684 ERROR neutron File "/usr/lib/python2.7/site-packages/ryu/lib/hub.py", line 65, in _launch
2018-04-13 09:26:24.704 4684 ERROR neutron raise e
2018-04-13 09:26:24.704 4684 ERROR neutron File "/usr/lib/python2.7/site-packages/neutron/agent/linux/ip_conntrack.py", line 44
2018-04-13 09:26:24.704 4684 ERROR neutron def __repr__(self):

Much appreciated if any help can be provided on how to update this.