Bug 1804284
Summary: | using `ip=dhcp,dhcp6` on kernel cmdline prevents mutli-NIC nodes from fully initializing | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Micah Abbott <miabbott> |
Component: | RHCOS | Assignee: | Micah Abbott <miabbott> |
Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4 | CC: | bbreard, dustymabe, imcleod, jligon, nstielau |
Target Milestone: | --- | ||
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-13 21:59:07 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: |
Description
Micah Abbott
2020-02-18 15:42:01 UTC
Verified boot image for 4.4.0-0.nightly-2020-02-20-232701 is RHCOS 44.81.202001241431.0 which contains ip=dhcp $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.4.0-0.nightly-2020-02-20-232701 True False 12m Cluster version is 4.4.0-0.nightly-2020-02-20-232701 $ oc get nodes NAME STATUS ROLES AGE VERSION ip-10-0-137-234.ec2.internal Ready worker 22m v1.17.1 ip-10-0-138-244.ec2.internal Ready master 32m v1.17.1 ip-10-0-147-51.ec2.internal Ready master 32m v1.17.1 ip-10-0-149-196.ec2.internal Ready worker 23m v1.17.1 ip-10-0-161-81.ec2.internal Ready master 32m v1.17.1 ip-10-0-168-58.ec2.internal Ready worker 23m v1.17.1 $ oc debug node/ip-10-0-138-244.ec2.internal Starting pod/ip-10-0-138-244ec2internal-debug ... To use host binaries, run `chroot /host` If you don't see a command prompt, try pressing enter. sh-4.2# chroot /host sh-4.4# rpm-ostree status State: idle AutomaticUpdates: disabled Deployments: * pivot://quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4929fe7bf9da2772d975f600e7a5405d875732316df06b70331ac7338476f708 CustomOrigin: Managed by machine-config-operator Version: 44.81.202002202031-0 (2020-02-20T20:36:45Z) ostree://f61524fda480c611dcd25629fd15eb6de27a306689261c211dbc8e88c19a5219 Version: 44.81.202001241431.0 (2020-01-24T14:36:48Z) 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, 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-2020:0581 |