Bug 1980387
| Summary: | [RFE] NetworkManager ignores rd.znet_ifname kernel command line option on s390x | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Filip Pokryvka <fpokryvk> |
| Component: | NetworkManager | Assignee: | Lubomir Rintel <lrintel> |
| Status: | CLOSED ERRATA | QA Contact: | Filip Pokryvka <fpokryvk> |
| Severity: | unspecified | Docs Contact: | Marc Muehlfeld <mmuehlfe> |
| Priority: | high | ||
| Version: | 9.0 | CC: | bgalvani, ferferna, fge, gfialova, lrintel, rkhan, sukulkar, thaller, till |
| Target Milestone: | beta | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | NetworkManager-1.36.0-0.7.el9 | Doc Type: | Enhancement |
| Doc Text: |
.NetworkManager supports interface names set in the `rd.znet_ifname` kernel option on IBM Z
With this enhancement, on the IBM Z platform, NetworkManager now interprets the `rd.znet` and `rd.znet_ifname` kernel command-line options when installing or booting Red Hat Enterprise Linux from the network. As a result, it is possible to specify a name of a network interface identified by the subchannels instead of the default one.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-17 15:48:15 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: | |||
|
Description
Filip Pokryvka
2021-07-08 14:25:10 UTC
Hi Beniamino, Can NetworkManager rename a interface in this use case? (In reply to Gris Ge from comment #1) > Can NetworkManager rename a interface in this use case? Note that here "rename" doesn't mean that NetworkManager changes the link name, because that is already done by the 'znet' dracut module using a udev rule. What NM should do is to generate a connection using the name from `rd.znet_ifname` instead of building the name according to subchannels and other properties from 'rd.znet'. This is a missing feature and can be implemented. the code comes with a unit test, which looks sensible, runs and passes. I didn't test an actual boot, due to the effort of piecing initrd together. But the initrd generator appears to work as intended. Marking pre-verified. This is covered by unit tests of nm-initrd-generator utility. I have checked manually and works fine now, connection is matched by rd.znet_ifname option. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (new packages: NetworkManager), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:3915 |