Bug 1970021
Summary: | nmstate does not persist its configuration due to overlay systemd-connections-merged mount | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Pablo Alonso Rodriguez <palonsor> |
Component: | Networking | Assignee: | Yossi Boaron <yboaron> |
Networking sub component: | kubernetes-nmstate-operator | QA Contact: | Aleksandra Malykhin <amalykhi> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | aos-bugs, bbennett, bnemec, gvillani, krzysztof.cieplucha, mhatem, obockows, palonsor, sdodson, vcojot, vvoronko, wrussell, yboaron, yyacoub |
Version: | 4.7 | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | 4.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-03-10 16:03:59 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: | 2013034 | ||
Bug Blocks: |
Description
Pablo Alonso Rodriguez
2021-06-09 16:12:00 UTC
*** Bug 2005792 has been marked as a duplicate of this bug. *** *** Bug 2017304 has been marked as a duplicate of this bug. *** *** Bug 2037098 has been marked as a duplicate of this bug. *** Not sure if this is the proper way to do it, but I found below workaround to work for me for OpenShift 4.7.38 on bare metal: After you finish setting network configuration via nmcli, just copy proper files with your connection profiles from the /etc/NetworkManager/systemConnectionsMerged/ directory back to /etc/NetworkManager/system-connections/ The coreos-installer tool with -n option does the same thing (this is mentioned in official documentation: https://docs.openshift.com/container-platform/4.7/installing/installing_bare_metal/installing-bare-metal-network-customizations.html) That is also an option (in fact the configure-ovs script does exactly that), but it's a little more error-prone since it requires a manual step after doing the network configuration. 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 (Moderate: OpenShift Container Platform 4.10.3 security 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/RHSA-2022:0056 |