Bug 1499040
| Summary: | [free-stg] atomic-openshift-node restarting constantly due to invalid CIDR address | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Justin Pierce <jupierce> |
| Component: | Networking | Assignee: | Jacob Tanenbaum <jtanenba> |
| Status: | CLOSED DUPLICATE | QA Contact: | Meng Bo <bmeng> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.7.0 | CC: | aos-bugs, bbennett, jupierce, rpenta, yadu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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: | 2017-10-17 00:49:05 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
Justin Pierce
2017-10-05 21:21:55 UTC
Node read the 'default' ClusterNetwork from etcd but failed to parse cidr entry in 'ClusterNetworks' field. Can we get output of 'oc get clusternetwork default -o yaml' Might be related to https://github.com/openshift/origin/pull/16649 Ravi: $ oc get clusternetwork default -o yaml apiVersion: v1 clusterNetworks: - CIDR: 10.128.0.0/14 hostSubnetLength: 9 kind: ClusterNetwork metadata: creationTimestamp: 2017-04-06T19:57:10Z name: default resourceVersion: "50883637" selfLink: /oapi/v1/clusternetworks/default uid: 38b68e4a-1b03-11e7-871b-0203ad7dfcd7 pluginName: redhat/openshift-ovs-multitenant serviceNetwork: 172.30.0.0/16 One finding after initially submitting this: Due to a partial upgrade, the nodes were running 3.7.0-0.126.6 while the master was 3.7.0-0.143.1. After completing the upgrade to bring the nodes into alignment with the master version, this problem went away. I'm removing DeliveryBlocker/Urgent, but this window of risk still seems dangerous. Persisted ClusterNetwork Object is valid and it is as per new multiple cidr changes. Node failed to parse cidr entry indicates something wrong with conversions. So as Ben pointed out, I believe https://github.com/openshift/origin/pull/16649 fixes the issue. *** This bug has been marked as a duplicate of bug 1502866 *** |