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 684322 - /sbin/ifdown fails for interfaces connected to bridge devices when NetworkManager is running
Summary: /sbin/ifdown fails for interfaces connected to bridge devices when NetworkMan...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: NetworkManager
Version: 6.1
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: rc
: ---
Assignee: Dan Williams
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-11 19:21 UTC by Laine Stump
Modified: 2013-02-22 23:12 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 670154
Environment:
Last Closed: 2013-02-19 17:58:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 RHEL Program Management 2011-04-04 01:54:48 UTC
Since RHEL 6.1 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.

Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.

Comment 3 RHEL Program Management 2011-10-07 15:59:27 UTC
Since RHEL 6.2 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.

Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.

Comment 4 Dan Williams 2013-02-19 17:58:14 UTC
Interfaces taken out of the control of NM should be unmanaged by NM by writing NM_CONTROLLED=no to an ifcfg file that contains the HWADDR of the interface, by whatever tool takes control of that interface.

Comment 5 Laine Stump 2013-02-19 21:59:30 UTC
Keep in mind that this bug was filed in the context of RHEL6, where NM is supposed to ignore all bridge, bond, and vlan devices *and* the ethernet devices attached to bridges/bonds. Nobody has any desire to take these devices out of the control of NM, but this particular version of NM is unable to control them (and has no method of informing us of this so that we could selectively decide if we needed to set some variable).

The problem described here is that NM believes that it isn't managing the device, while the shell scripts behind /sbin/ifdown think that it is, the result being that neither path in the code (either the "do it with nmcli" or the "do it with ifconfig" form) is taken. (I just checked on my RHEL6 machine and this problem still exists).

Note that neither netcf nor libvirt has ever wanted to explicitly exclude NetworkManager from managing the interfaces it creates; they do nothing that  would preclude NM management of the device once that was supported, so don't want to close that door. It doesn't make sense for us to explicitly add a setting saying "don't touch this device", when NM can already understand from the rest of the config that it is unable to deal with this device anyway.

I had thought that at one time NM would notice when an ethernet device has "BRIDGE=xxx" in its ifcfg, and from then on ignore that device just as if it had NM_CONTROLLED=no (and actually I remember it working this way - perhaps it was in a Fedora release?)


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