Bug 1902674
Summary: | [BM][IPI] Nodes lose connectivity after reboot | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yurii Prokulevych <yprokule> |
Component: | Networking | Assignee: | Ricardo Carrillo Cruz <ricarril> |
Networking sub component: | ovn-kubernetes | QA Contact: | Anurag saxena <anusaxen> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | urgent | ||
Priority: | urgent | CC: | aconstan, asegurap, mcornea, msluiter, rbrattai, sasha, trozet |
Version: | 4.7 | ||
Target Milestone: | --- | ||
Target Release: | 4.7.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-12-01 14:53:52 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
Yurii Prokulevych
2020-11-30 11:27:04 UTC
Do you have two default routes maybe? Can you check the outputs of ip route show default | awk '{ if ($4 == "dev") { print $5; exit } }' ip -6 route show default | awk '{ if ($4 == "dev") { print $5; exit } }' (In reply to Ross Brattain from comment #1) > Do you have two default routes maybe? > > Can you check the outputs of > > ip route show default | awk '{ if ($4 == "dev") { print $5; exit } }' > > ip -6 route show default | awk '{ if ($4 == "dev") { print $5; exit } }' Hi Ross, [root@worker-0-1 system]# ip route [root@worker-0-1 system]# ip -6 route ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev enp4s0 proto kernel metric 100 pref medium fe80::/64 dev enp5s0 proto kernel metric 101 pref medium fe80::/64 dev genev_sys_6081 proto kernel metric 256 pref medium [root@worker-0-1 system]# Problem is that some connection created by configure-ovs.sh disappeared after reboot. E.g.: configure-ovs.sh[1646]: + nmcli c add type ovs-bridge con-name br-ex conn.interface br-ex 802-3-ethernet.mtu 1500 802-3-ethernet.cloned-mac-address 52:54:00:b3:ba:87 ipv4.route-metric 100 ipv6.route-metric 100 configure-ovs.sh[1646]: + nmcli c add type ovs-port conn.interface enp5s0 master br-ex con-name ovs-port-phys0 configure-ovs.sh[1646]: + nmcli c add type ovs-port conn.interface br-ex master br-ex con-name ovs-port-br-ex configure-ovs.sh[1646]: + nmcli c add type 802-3-ethernet conn.interface enp5s0 master ovs-port-phys0 con-name ovs-if-phys0 connection.autoconnect-priority 100 802-3-ethernet.mtu 1500 *** This bug has been marked as a duplicate of bug 1898036 *** |