Bug 1942006 - ovs-configuration.service Fails on OCP 4.7 VMware UPI Install
Summary: ovs-configuration.service Fails on OCP 4.7 VMware UPI Install
Keywords:
Status: CLOSED DUPLICATE of bug 1938084
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.7
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tim Rozet
QA Contact: Anurag saxena
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-23 12:07 UTC by Chris Keller
Modified: 2021-03-25 16:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2006732 (view as bug list)
Environment:
Last Closed: 2021-03-25 16:44:39 UTC
Target Upstream Version:
Embargoed:
trozet: needinfo-


Attachments (Terms of Use)

Description Chris Keller 2021-03-23 12:07:30 UTC
Description of problem:

OpenShift 4.7.x fails during a VMware UPI installation.


Version-Release number of selected component (if applicable):

Tested 4.7.0-4.7.3.


How reproducible:

Always.


Steps to Reproduce:
1. Install OpenShift
2. Wait for master nodes to come up.


Actual results:

Master nodes are in a permanent NotReady state.


Expected results:

OCP cluster installs successfully. 


Additional info:

The ovs-configuration.service fails on all master nodes. Output of journalctl -u ovs-configuration.service and logs from ovnkube-node container from one of the masters is attached.

$ oc logs -n openshift-ovn-kubernetes ovnkube-node-frwtm -c ovnkube-node | tail -n 10
I0323 11:59:22.921177  600528 gateway_iptables.go:46] Chain: "nat" in table: "POSTROUTING" already exists, skipping creation
I0323 11:59:22.930810  600528 ovs.go:166] exec(8): /usr/bin/ovs-vsctl --timeout=15 -- port-to-br br-ex
I0323 11:59:22.946460  600528 ovs.go:169] exec(8): stdout: ""
I0323 11:59:22.946506  600528 ovs.go:170] exec(8): stderr: "ovs-vsctl: no port named br-ex\n"
I0323 11:59:22.946526  600528 ovs.go:172] exec(8): err: exit status 1
I0323 11:59:22.946586  600528 ovs.go:166] exec(9): /usr/bin/ovs-vsctl --timeout=15 -- br-exists br-ex
I0323 11:59:22.960816  600528 ovs.go:169] exec(9): stdout: ""
I0323 11:59:22.960857  600528 ovs.go:170] exec(9): stderr: ""
I0323 11:59:22.960873  600528 ovs.go:172] exec(9): err: exit status 2
F0323 11:59:22.961023  600528 ovnkube.go:130] failed to convert br-ex to OVS bridge: Link not found

Comment 7 Tim Rozet 2021-03-24 19:00:19 UTC
This looks the same as https://bugzilla.redhat.com/show_bug.cgi?id=1938084

Chris, can you please try with the fixes there and let me know if it works?

Comment 9 Tim Rozet 2021-03-25 16:44:39 UTC
Since we are fairly confident this is the same. I'm going to dupe and feel free to reopen if it is a different issue.

*** This bug has been marked as a duplicate of bug 1938084 ***


Note You need to log in before you can comment on or make changes to this bug.