On 25-03-2019 23:11, Arif Ali wrote:
Hi all,

I was wondering if anyone seen the messages below in the syslog. I see
this set every second, and I am not sure why this is the case, and
it's filling the logs quite a lot

Mar 22 23:08:08 <snip> kernel: device genev_sys_6081 left promiscuous mode
Mar 22 23:08:08 <snip> kernel: i40e 0000:3d:00.0 eno3: port 6081
already offloaded
Mar 22 23:08:08 <snip> kernel: i40e 0000:3d:00.1 eno4: port 6081
already offloaded
Mar 22 23:08:08 <snip> kernel: i40e 0000:3d:00.2 eno5: port 6081
already offloaded
Mar 22 23:08:08 <snip> kernel: i40e 0000:3d:00.3 eno6: port 6081
already offloaded
Mar 22 23:08:08 <snip> kernel: device genev_sys_6081 entered promiscuous mode
Mar 22 23:08:09 <snip> kernel: i40e 0000:3d:00.0 eno3: UDP port 6081
was not found, not deleting
Mar 22 23:08:09 <snip> kernel: i40e 0000:3d:00.1 eno4: UDP port 6081
was not found, not deleting
Mar 22 23:08:09 <snip> kernel: i40e 0000:3d:00.2 eno5: UDP port 6081
was not found, not deleting
Mar 22 23:08:09 <snip> kernel: i40e 0000:3d:00.3 eno6: UDP port 6081
was not found, not deleting
Mar 22 23:08:09 <snip> kernel: device genev_sys_6081 left promiscuous mode

So on top of this, in the Events tab, I see the error shown below

VDSM <snip> command Get Host Statistics failed: Internal JSON-RPC error: {'reason': '[Errno 19] genev_sys_6081 is not present in the system'}


I see the following in the vdsm log too

Mar 26 13:10:44 <snip> vdsm[62558]: ERROR Internal server error
                                      Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 345, in _handle_request
                                          res = method(**params)
File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 198, in _dynamicMethod
                                          result = fn(*methodArgs)
File "<string>", line 2, in getStats File "/usr/lib/python2.7/site-packages/vdsm/common/api.py", line 50, in method
                                          ret = func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/vdsm/API.py", line 1428, in getStats
                                          multipath=True)}
File "/usr/lib/python2.7/site-packages/vdsm/host/api.py", line 50, in get_stats decStats = stats.produce(first_sample, last_sample) File "/usr/lib/python2.7/site-packages/vdsm/host/stats.py", line 72, in produce stats.update(get_interfaces_stats()) File "/usr/lib/python2.7/site-packages/vdsm/host/stats.py", line 154, in get_interfaces_stats
                                          return net_api.network_stats()
File "/usr/lib/python2.7/site-packages/vdsm/network/api.py", line 63, in network_stats
                                          return netstats.report()
File "/usr/lib/python2.7/site-packages/vdsm/network/netstats.py", line 32, in report
                                          stats = link_stats.report()
File "/usr/lib/python2.7/site-packages/vdsm/network/link/stats.py", line 34, in report stats[i.device] = i.statistics() File "/usr/lib/python2.7/site-packages/vdsm/network/link/iface.py", line 232, in statistics 'state': 'up' if self.is_oper_up() else 'down', File "/usr/lib/python2.7/site-packages/vdsm/network/link/iface.py", line 193, in is_oper_up
                                          properties = self.properties()
File "/usr/lib/python2.7/site-packages/vdsm/network/link/iface.py", line 165, in properties info = link.get_link(self._dev) File "/usr/lib/python2.7/site-packages/vdsm/network/netlink/link.py", line 38, in get_link
                                          name)
IOError: [Errno 19] genev_sys_6081 is not present in the system

Any ideas on this would be appreciated, and what I need to do to further diagnose the problem

--
regards,

Arif Ali
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/EBTM5WFUONR2QBDPFPZCPWMH4V6L3Q3E/

Reply via email to