Bug 1535659
| Summary: | [3.8] New auto egress IPs will fail after restarting node service | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ben Bennett <bbennett> |
| Component: | Networking | Assignee: | Casey Callendrello <cdc> |
| Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
| Status: | CLOSED EOL | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | aos-bugs, atragler, bbennett, bmeng, danw, erich, xtian |
| Version: | 3.7.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: Certain initialization code was only run when doing a full SDN setup, and not when OpenShift was restarted and found the SDN was already up and running.
Consequence: If the atomic-openshift-node service was restarted, that node would be unable to create new per-project static egress IPs (HostSubnet.EgressIPs).
Fix: The egress IP initialization code is now run in all circumstances.
Result: Per-project static egress IPs work correctly, even after a node restart.
|
Story Points: | --- |
| Clone Of: | 1533153 | Environment: | |
| Last Closed: | 2019-12-05 21:59:01 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: | 1533153 | ||
| Bug Blocks: | 1535658 | ||
|
Description
Ben Bennett
2018-01-17 20:31:02 UTC
The bug has been fixed on v3.9.3 |