Bug 2092254
Summary: | Fail to apply bond to "absent" while its ports to "down" | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Mingyu Shi <mshi> | ||||
Component: | nmstate | Assignee: | Gris Ge <fge> | ||||
Status: | CLOSED ERRATA | QA Contact: | Mingyu Shi <mshi> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 9.1 | CC: | ferferna, jiji, jishi, network-qe, sfaye, till | ||||
Target Milestone: | rc | Keywords: | Regression, Triaged | ||||
Target Release: | 9.1 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-11-15 10:01:03 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: | |||||||
Attachments: |
|
Description
Mingyu Shi
2022-06-01 07:54:21 UTC
Upstream patch posed to https://github.com/nmstate/nmstate/pull/1956 I failed to reproduce the failure but noticed nmstate does not change the NM profile/connection for `state:down` interface. Above patch make sure nmstate allows you to change the interface configure with `state:down`. For example: ``` --- interfaces: - name: eth1 state: down - name: eth2 state: down ipv4: enabled: true dhcp: true - name: bond99 type: bond state: absent ``` Verified with: nmstate-2.1.3-1.el9.x86_64 NetworkManager-1.39.10-1.el9.x86_64 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 (nmstate 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:7991 |