Bug 1817988
| Summary: | [IPI baremetal] restart keepalived when default route is changed | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Petr Horáček <phoracek> |
| Component: | Machine Config Operator | Assignee: | Yossi Boaron <yboaron> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Victor Voronkov <vvoronko> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.4 | CC: | achernet, amurdaca, asegurap, augol, bperkins, danken, kgarriso, miabbott, smilner, vvoronko, wsun, wzheng, xtian, yboaron |
| Target Milestone: | --- | ||
| Target Release: | 4.4.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1751978 | Environment: | |
| Last Closed: | 2020-07-02 07:45:31 UTC | Type: | --- |
| 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: | 1751978 | ||
| Bug Blocks: | 1741265 | ||
|
Comment 1
Petr Horáček
2020-03-27 11:47:49 UTC
Deployed a cluster with 4.4.0-rc.4 and tested the same command sequence there: nmcli con add type bridge ifname br10 sudo nmcli con add type bridge-slave ifname enp5s0 master br10 sudo nmcli con up bridge-slave-enp5s0 keepalived.conf rendered with interface br10 and container restarted, no errors detected, so... works for me Have it applied VIPs on the new interface br10? Is this meant to for 4.4? This is duped from a 4.5 bz so this should probably be the 4.4 bz... @Yossi can you confirm? Well, this bug's target release should be 4.5, the original bug's (the one this bug cloned from) target release was 4.2. (In reply to Yossi Boaron from comment #7) > Well, this bug's target release should be 4.5, the original bug's (the one > this bug cloned from) target release was 4.2. Nope, the 4.5 BZ is the one you cloned from and it's already VERIFIED so I can't see how you would ship another fix to that, this must target something else, lower than 4.5, setting 4.4 but fix it please. |