Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1821040

Summary: Get error message: "IOError: [Errno 19] vnet6 is not present in the system"
Product: [oVirt] ovirt-engine Reporter: David Vaanunu <dvaanunu>
Component: GeneralAssignee: bugs <bugs>
Status: CLOSED DUPLICATE QA Contact: Michael Burman <mburman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.3.5.6CC: bugs, dholler
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-07 07:38:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
vdsm.log none

Description David Vaanunu 2020-04-05 15:24:00 UTC
Created attachment 1676413 [details]
vdsm.log

Description of problem:

During of running flow of creating VM, CreateSnapshot(*30), DeleteVM
get the error in vdsm.log 

Version-Release number of selected component (if applicable):

rhv-release-4.3.5-1-001
vdsm-4.30.24-2.el7ev.x86_64
ovirt-host-4.3.4-1

How reproducible:


Steps to Reproduce:
1. Running 50 Users concurrency
2. CreateVM, CreateSnapshots(*30), DeleteVM
3. Run ~5 cycles (~20Hours)

Actual results:
ERROR messages

Expected results:
No Errors





ERROR MESsAGE:
020-04-02 13:08:03,068+0000 ERROR (jsonrpc/2) [jsonrpc.JsonRpcServer] Internal server error (__init__:350)
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 1435, 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] vnet6 is not present in the system




Additional info:

Comment 1 Dominik Holler 2020-04-07 07:38:37 UTC
Thanks for reporting this bug, please let me know if the issue is still present in ovirt-4.4 .

*** This bug has been marked as a duplicate of bug 1723668 ***