Bug 1659850
| Summary: | [Next_gen_installer] OVS 2.11 should be used for OCP 4.0 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | zhaozhanqi <zzhao> |
| Component: | Networking | Assignee: | Casey Callendrello <cdc> |
| Status: | CLOSED ERRATA | QA Contact: | Meng Bo <bmeng> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.1.0 | CC: | aos-bugs, bbennett, cdc, dcbw, jokerman, mmccomas, rkhan, schoudha, smunilla, vlaad, weliang, wsun, xtian |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:41:16 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
zhaozhanqi
2018-12-17 02:36:50 UTC
This bug is blocking the testing against the latest OVS [root@ip-10-0-14-10 tmp]# oc version oc v4.0.0-alpha.0+1a648b7-792 kubernetes v1.11.0+1a648b7 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://qe-weliang-api.devcluster.openshift.com:6443 kubernetes v1.11.0+1a648b7 [root@ip-10-0-14-10 tmp]# oc get pods -n openshift-sdn NAME READY STATUS RESTARTS AGE ovs-5hjmf 1/1 Running 0 2h ovs-898cq 1/1 Running 0 2h ovs-8pqmz 1/1 Running 0 2h ovs-kfdql 1/1 Running 0 2h ovs-mwg9d 1/1 Running 0 2h ovs-mxrsp 1/1 Running 0 2h sdn-4p9b6 1/1 Running 0 2h sdn-9wx7r 1/1 Running 0 2h sdn-controller-jlxw6 1/1 Running 0 2h sdn-controller-lvb69 1/1 Running 0 2h sdn-controller-rj98t 1/1 Running 1 2h sdn-kvb2q 1/1 Running 0 2h sdn-n6c9v 1/1 Running 0 2h sdn-nt8nc 1/1 Running 0 2h sdn-xlqlh 1/1 Running 0 2h [root@ip-10-0-14-10 tmp]# oc rsh ovs-5hjmf sh-4.2# ovs-vsctl --version ovs-vsctl (Open vSwitch) 2.7.0 DB Schema 7.14.0 sh-4.2# You will need to use the images built with the rhel + fast data path base image, not with centos, to get the latest ovs. Checked on the downstream ose-node:v4.0 image, the ovs version is 2.9 which is still incorrect. We need to use ovs-2.11 # docker run -it --entrypoint bash 5d9bfe4f0953 [root@2062c64825d4 origin]# rpm -qa | grep openvs openvswitch-selinux-extra-policy-1.0-7.el7fdp.noarch openvswitch-2.9.0-70.el7fdp.1.x86_64 [root@2062c64825d4 origin]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.6 (Maipo) [root@2062c64825d4 origin]# Raised the priority a bit because of the short fuse for 4.0 I just spun up a 4.1 cluster and it has: openvswitch2.11-2.11.0-0.20190129gitd3a10db.el7fdp.x86_64 Verified this bug on 4.0.0-0.nightly-2019-03-23-183709 the ovs version now is 2.11 oc rsh -n openshift-sdn sdn-svxjf ovs-ofctl --version ovs-ofctl (Open vSwitch) 2.11.0 OpenFlow versions 0x1:0x5 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 |