Bug 515684

Summary: igb module not loading because of dependency failure
Product: [Retired] oVirt Reporter: Sylvain Desbureaux <sylvain>
Component: ovirt-nodeAssignee: Joey Boggs <jboggs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: jboggs, ovirt-bugs, ovirt-maint, sylvain
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-01 16:21:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch none

Description Sylvain Desbureaux 2009-08-05 11:17:09 UTC
Description of problem:
igb module is the kernel module allowing intel Pro/1000 PT to be recongnized
for that module to load, the kernel module dca must be loaded too.
But kernel module dca is explicitly removed when the node image is created

Version-Release number of selected component (if applicable):
ovirt-node-image-pxe-1.0.2-0.fc11.20090804160230git0f763c2.x86_64
ovirt-node-image-1.0.2-0.fc11.20090804160230git0f763c2.x86_64

How reproducible:
always


Actual results:
impossible to use some Intel ethernet cards


Expected results:
being able to use it

Additional info:
if the module dca is removed from the blacklist (driver_mods from common-blacklist.ks in folder node-image). the load is possible (but not done at boot)

Comment 1 Joey Boggs 2009-10-05 19:51:26 UTC
Created attachment 363734 [details]
patch

Comment 2 Joey Boggs 2009-10-05 19:53:16 UTC
Removed dca from blacklist, give this patch a shot to verify those nics show up by default if possible.