Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1784363

Summary: network-manager dracut module also includes team plugin which won't work
Product: Red Hat Enterprise Linux 8 Reporter: Thomas Haller <thaller>
Component: NetworkManagerAssignee: Beniamino Galvani <bgalvani>
Status: CLOSED ERRATA QA Contact: Desktop QE <desktop-qa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.2CC: atragler, bgalvani, cglombek, dustymabe, fge, fpokryvk, jmaxwell, lrintel, miabbott, patrik.fuerer, rkhan, sukulkar, thaller, vbenes
Target Milestone: rcKeywords: ZStream
Target Release: 8.0Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: NetworkManager-1.25.2-1.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1994246 (view as bug list) Environment:
Last Closed: 2020-11-04 01:49:00 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:    
Bug Blocks: 1807630, 1994246    

Description Thomas Haller 2019-12-17 10:24:08 UTC
NetworkManager's team plugin talks to teamd via D-Bus.


Either that should be fixed, to optionally talk to teamd via the unix-socket (which it also supports). Honestly, I don't think this is the right solution. D-Bus for us is just the IPC, and this IPC solution should be so ubiquitous and  work everywhere (including initrd). While it would be relatively simple to switch team support to unix socket, there is a slur of other things that also won't work in initrd (e.g. we won't be able to talk to supplicant). Of course, all of these features have low priority, so it means initrd stays fundamentally limited.


Anyway, as it is, team support with NetworkManager won't work from initrd, because D-Bus is not running. We should not package it.

https://github.com/dracutdevs/dracut/blob/958ca9e912d3a3a1ebe79a8d4fc36de2a60e4381/modules.d/35network-manager/module-setup.sh#L37

Comment 3 Beniamino Galvani 2020-05-28 16:37:32 UTC
Merged upstream.

Comment 8 errata-xmlrpc 2020-11-04 01:49:00 UTC
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 (NetworkManager bug fix and enhancement update), 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-2020:4499

Comment 9 Micah Abbott 2021-08-02 17:14:09 UTC
Requesting backport to 8.2.z

We have a report of a user hitting this issue when using OCP/RHCOS 4.6, which is using RHEL 8.2 EUS content.   See: https://bugzilla.redhat.com/show_bug.cgi?id=1986921 

OCP 4.6 is an EUS release and will continue to use RHEL 8.2 EUS content for the extent of it's lifetime, so there is no chance of using a newer version of RHEL content in OCP/RHCOS 4.6.

As such, we would like to see this fix backported so that we may unblock users that are utilizing teaming configurations as part of their initial network bringup.