Bug 1660179
Summary: | rhel-guest-image using Predictable Device Names rather than eth | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Robert Locke <rlocke> |
Component: | rhel-guest-image | Assignee: | Mohammed Gamal <mmorsy> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Wei Shi <wshi> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 8.0 | CC: | ftaylor, jgreguske, jwboyer, linl, ribarry, wshi |
Target Milestone: | rc | ||
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: | 2019-07-09 10:46:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1643347 | ||
Bug Blocks: |
Description
Robert Locke
2018-12-17 17:37:56 UTC
FYI, I would also be happy if we adopted shifting to using prefixdevname with RHEL8. Change the above lines to be: # adjust existing BLS entries sed -i -e 's/^\(kernelopts=.*\)/\1 no_timer_check net.ifnames.prefix=net/' /boot/grub2/grubenv # make grub changes persistent sed -i -e 's/^\(GRUB_CMDLINE_LINUX=.*\)"/\1 no_timer_check net.ifnames.prefix=net"/' /etc/default/grub This is different in the Snapshot 6 qcow2 made available where the net.ifnames=0 has been fully implemented for both initial boot and subsequent kernel updates. The shift to net.ifnames.prefix=net had further complications, so I am glad we are not going that direction at this point. Presuming the net.ifnames=0 persists to GA, I think this bug can be closed based on the work accomplished in https://bugzilla.redhat.com/show_bug.cgi?id=1643347 Closing this as the requested change is already implemented. We should consider removing net.ifnames=0 altogether in the future. See BZ#1660122 |