Bug 1807670
Summary: | Minimize disruption of new and existing connections while OVS is being upgraded | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Clayton Coleman <ccoleman> |
Component: | Networking | Assignee: | Aniket Bhat <anbhat> |
Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aconstan, bbennett, zzhao |
Version: | 4.3.z | Keywords: | UpcomingSprint |
Target Milestone: | --- | ||
Target Release: | 4.3.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | SDN-CI-IMPACT,SDN-BP | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1807648 | Environment: | |
Last Closed: | 2020-06-17 20:27:11 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: | 1807648 | ||
Bug Blocks: |
Description
Clayton Coleman
2020-02-26 21:19:12 UTC
Verified this bug on 4.3.0-0.nightly-2020-05-30-012900 oc rsh -n openshift-sdn ovs-h67r5 sh-4.2# bridges=$(ovs-vsctl -- --real list-br) sh-4.2# TMPDIR=/var/run/openvswitch /usr/share/openvswitch/scripts/ovs-save save-flows $bridges > /var/run/openvswitch/flows.sh 2020-06-01T05:17:45Z|00001|vconn|WARN|unix:/var/run/openvswitch/br0.mgmt: version negotiation failed (we support version 0x01, peer supports version 0x04) ovs-ofctl: br0: failed to connect to socket (Broken pipe) sh-4.2# cat /var/run/openvswitch/flows.sh ovs-ofctl add-tlv-map br0 '' ovs-ofctl -O OpenFlow13 add-groups br0 "/var/run/openvswitch/ovs-save.z9ibdquDTe/br0.groups.dump" ovs-ofctl -O OpenFlow13 replace-flows br0 "/var/run/openvswitch/ovs-save.z9ibdquDTe/br0.flows.dump" rm -rf "/var/run/openvswitch/ovs-save.z9ibdquDTe" sh-4.2# /usr/bin/ovs-vsctl --may-exist add-br br0 -- set Bridge br0 fail_mode=secure protocols=OpenFlow13 sh-4.2# sh -x /var/run/openvswitch/flows.sh + ovs-ofctl add-tlv-map br0 '' 2020-06-01T05:19:17Z|00001|vconn|WARN|unix:/var/run/openvswitch/br0.mgmt: version negotiation failed (we support version 0x01, peer supports version 0x04) ovs-ofctl: br0: failed to connect to socket (Broken pipe) + ovs-ofctl -O OpenFlow13 add-groups br0 /var/run/openvswitch/ovs-save.z9ibdquDTe/br0.groups.dump + ovs-ofctl -O OpenFlow13 replace-flows br0 /var/run/openvswitch/ovs-save.z9ibdquDTe/br0.flows.dump + rm -rf /var/run/openvswitch/ovs-save.z9ibdquDTe sh-4.2# ovs-vsctl --no-wait --if-exists remove Open_vSwitch . other_config flow-restore-wait=true sh-4.2# exit exit 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-2020:2436 |