Bug 1666223
| Summary: | vxLANPort is redundant field in sdn-controller-config configmap | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | zhaozhanqi <zzhao> |
| Component: | Networking | Assignee: | Dan Winship <danw> |
| Status: | CLOSED ERRATA | QA Contact: | Meng Bo <bmeng> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.1.0 | CC: | aos-bugs, cdc, weliang |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:41:55 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: | |||
Hi zhaozhanqi, Which release you found this issue v3.11 or v4.0? I do not think it is v1.0.0 as you picked up for this bug hi, Weibin should be typo, I choose to v4.0. thank you point this. This was due to a migration; it will eventually go away. Sorry, I thought this had already merged but it hasn't yet... ok, merged now. since the errata doesn't actually have a build associated with it yet, I assume that this change will make it into whatever build does end up in that errata Verified this bug on 4.1.0-0.nightly-2019-04-18-170154 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-2019:0758 |
Description of problem: Check the sdn-controller-config config, there two similar field named: vxLANPort: 4789 vxlanPort: 4789 Version-Release number of selected component (if applicable): quay.io/openshift-release-dev/ocp-release:4.0.0-0.1 How reproducible: always Steps to Reproduce: 1. check the sdn controller configmap oc get cm sdn-controller-config -n openshift-sdn -o yaml | grep -i vxlan 2. 3. Actual results: $ oc get cm sdn-controller-config -n openshift-sdn -o yaml | grep -i vxlan vxLANPort: 4789 vxlanPort: 4789 Expected results: vxLANPort: 4789 is redundant, should be deleted. Additional info: