RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1029062 - Checking network interfaces takes ages
Summary: Checking network interfaces takes ages
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: dracut
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: dracut-maint
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-11 15:16 UTC by Jiri Denemark
Modified: 2014-06-18 03:56 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-13 11:06:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jiri Denemark 2013-11-11 15:16:12 UTC
Description of problem:

When installing RHEL-7 all network interfaces are checked, which is OK but the way this is done is rather hopeless. I takes 2 minutes to detect that there is no cable connected to a network interface and moreover interfaces are checked one after another so with several NICs installed one can easily get very frustrated. Once the system is installed, the problem goes away.

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

Any recent RHEL-7 compose. The last one I tried was RHEL-7.0-20131111.n.0 but I saw it on older composes, too.

How reproducible:

100%

Steps to Reproduce:
1. put several NICs into a computer but connect only one of them
2. boot from RHEL-7 install media (I used PXE)

Actual results:

Boot process is stuck for several minutes while trying to get IP addresses on unconnected NICs.

Expected results:

All NICs should be checked in parallel and/or unconnected ones should be just skipped.

Additional info:

Comment 1 Vratislav Podzimek 2013-11-12 13:47:53 UTC
NIC's are checked by dracut.

Comment 2 Harald Hoyer 2013-12-18 15:14:17 UTC
Please test http://people.redhat.com/harald/downloads/dracut/dracut-033-67.el7/ if possible

Comment 4 Ladislav Jozsa 2014-03-14 09:31:48 UTC
Verified with dracut mentioned in c#2. Boot process is slightly faster because dhclient isn't run on inactive (i.e. no carrier) network interfaces. 

However this is as much as we can get from the current situation when the carrier presence is checked by a shell script after some waiting for the link to come up. In the current situation (without NetworkManager in dracut) it is not possible to speed this process up any more as we need to wait for the link state to settle because there might be some hardware on the other side of the cable that is slower with putting the link up.

Comment 5 Ladislav Jozsa 2014-03-14 11:09:55 UTC
Re-tested it also on the newest compose RHEL-7.0-20140314.0 with dracut-033-147.el7 and it works as well.

Comment 6 Ludek Smid 2014-06-13 11:06:58 UTC
This request was resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you have further questions about the request.


Note You need to log in before you can comment on or make changes to this bug.