Bug 2038956
Summary: | Failure to activate connection: nm-manager-error-quark: No suitable device found for this connection | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Noriko Hosoi <nhosoi> |
Component: | rhel-system-roles | Assignee: | Rich Megginson <rmeggins> |
Status: | CLOSED ERRATA | QA Contact: | Jakub Haruda <jharuda> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.9 | CC: | ferferna, fge, jharuda, nhosoi, rmeggins, spetrosi, till, wenliang, zhguan |
Target Milestone: | rc | Keywords: | Bugfix, Extras, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | role:network | ||
Fixed In Version: | rhel-system-roles-1.7.3-3.el7_9 | Doc Type: | Bug Fix |
Doc Text: |
Cause:
In initscript mode, network role will create ifcfg file with
`NM_CONTROLLED=no` instructing NetworkManager to mark the bridge as unmanaged. The follow up `down` and `absent` action of initscript provider will not change the NetworkManager's understanding on unmanaged state of this interface if the version of NetworkManager is 1.18.
Fixes:
Use `NM.Client.reload_connections_async()` to reload the
configuration for nm provider on NetworkManager 1.18.
Result:
With the fixes, when switching the provider from the initscripts to the nm, the system will manage the bridge device.
|
Story Points: | --- |
Clone Of: | 2034908 | Environment: | |
Last Closed: | 2022-02-22 18:56:17 UTC | Type: | --- |
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: | 2034908, 2038957 | ||
Bug Blocks: |
Description
Noriko Hosoi
2022-01-10 16:05:40 UTC
Hi 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 (rhel-system-roles 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-2022:0644 clear needinfo |