Bug 2153522
Summary: | Dual stack profiles do not set may-fail correctly | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Ben Nemec <bnemec> | |
Component: | nmstate | Assignee: | Gris Ge <fge> | |
Status: | CLOSED ERRATA | QA Contact: | Mingyu Shi <mshi> | |
Severity: | high | Docs Contact: | ||
Priority: | medium | |||
Version: | 8.6 | CC: | dhaupt, dphillip, fbaudin, ferferna, jiji, jishi, kkarampo, network-qe, sfaye, till | |
Target Milestone: | rc | Keywords: | Triaged, ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | nmstate-1.4.2-1.el8 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2170078 2170079 (view as bug list) | Environment: | ||
Last Closed: | 2023-05-16 08:26:40 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: | 2170078, 2170079 |
Description
Ben Nemec
2022-12-14 17:12:02 UTC
Hi Ben Nemec, We have it supported in RHEL 9.1+, For example: ``` [fge@c9s eth]$ cat wait_ip.yml --- interfaces: - name: eth1 type: ethernet state: up mtu: 1500 wait-ip: ipv4+ipv6 ipv4: enabled: true dhcp: true auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 ipv6: enabled: true dhcp: true autoconf: true auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 [fge@c9s eth]$ ncl gc wait_ip.yml NetworkManager: - - eth1.nmconnection - | [connection] autoconnect=true autoconnect-slaves=-1 id=eth1 interface-name=eth1 type=802-3-ethernet uuid=0523c0a1-5f5e-5603-bcf2-68155d5d322e [ipv4] dhcp-client-id=mac dhcp-timeout=2147483647 ignore-auto-dns=false ignore-auto-routes=false may-fail=false method=auto never-default=false route-table=0 [ipv6] addr-gen-mode=0 dhcp-duid=ll dhcp-iaid=mac dhcp-timeout=2147483647 ignore-auto-dns=false ignore-auto-routes=false may-fail=false method=auto never-default=false ra-timeout=2147483647 route-table=0 [ethernet] mtu=1500 ``` Do you need me to done the python code in RHEL 8.8? I don't believe we're planning to ship any releases on 8.8, so we don't need it there. The OCP release this was reported against is based on 8.6 so if it's possible to backport to that release it would be helpful to us. The severity of the original bug is only moderate, however, so if that's a big hassle we can probably wait until 4.13, although that may be based on 9.0, in which case we'd still be missing this fix. Let me try to draft out the 8.6 patch to see big impact would it be. Patch send to upstream: https://github.com/nmstate/nmstate/pull/2224 Verified with: nmstate-1.4.2-1.el8.x86_64 nispor-1.2.10-1.el8.x86_64 NetworkManager-1.40.14-1.el8.x86_64 DISTRO=RHEL-8.8.0-20230217.30 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-2023:2772 |