Bug 1910165
| Summary: | DHCP to static lease script doesn't handle multiple addresses | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ben Nemec <bnemec> |
| Component: | Machine Config Operator | Assignee: | Ben Nemec <bnemec> |
| Status: | CLOSED ERRATA | QA Contact: | Victor Voronkov <vvoronko> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.7 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:48:02 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: | 1914250 | ||
| Bug Blocks: | |||
|
Description
Ben Nemec
2020-12-22 22:35:31 UTC
Verified on 4.7.0-0.nightly-2021-01-22-063949
After deployment with IPv6 DHCP + SLAAC finished, nodes method for IPv6 was auto, as expected.
SLAAC address was applied - fd2e:6f44:5dd8:0:fe62:78da:fd19:17c1/64
br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 52:54:00:53:03:70 brd ff:ff:ff:ff:ff:ff
inet6 fd2e:6f44:5dd8::129/128 scope global dynamic noprefixroute
valid_lft 2482sec preferred_lft 2482sec
inet6 fd2e:6f44:5dd8:0:fe62:78da:fd19:17c1/64 scope global dynamic noprefixroute
valid_lft 86398sec preferred_lft 14398sec
inet6 fe80::7073:6591:ebba:2a6d/64 scope link noprefixroute
valid_lft forever preferred_lft forever
After updating lease time to 0 (infinite) nodes were converted to static IPv6, SLAAC IPv6 applied no more
br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 52:54:00:53:03:70 brd ff:ff:ff:ff:ff:ff
inet6 fd2e:6f44:5dd8::129/128 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::7073:6591:ebba:2a6d/64 scope link noprefixroute
valid_lft forever preferred_lft forever
[core@master-0-0 ~]$ nmcli con show ovs-if-br-ex | grep method
ipv6.method: manual
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.7.0 security, 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/RHSA-2020:5633 |