Bug 1860710
Summary: | Error creating SSL OVNDBClient when using IPv6 addresses | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Stephen Benjamin <stbenjam> |
Component: | Networking | Assignee: | Tim Rozet <trozet> |
Networking sub component: | ovn-kubernetes | QA Contact: | Amit Ugol <augol> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | urgent | ||
Priority: | urgent | CC: | anbhat, anusaxen, dcbw, sdasu, yprokule |
Version: | 4.6 | Flags: | anusaxen:
needinfo-
|
Target Milestone: | --- | ||
Target Release: | 4.6.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-10-27 16:17:14 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
Stephen Benjamin
2020-07-26 19:38:18 UTC
My attempt at a fix upstream, that will need to get pulled into OpenShift: https://github.com/ovn-org/ovn-kubernetes/pull/1539 It looks like libovsdb had a parsing error in handling IPv6 addresses that was since fixed: https://github.com/eBay/libovsdb/pull/20 Yurii, Yep VM should suffice to check this although the bug is reported on IPI BM. Code path should be same though. Yep, if cluster is coming up fine and pods under openshift-ovn-kubernetes looks good. Its good to verify IMO (In reply to Anurag saxena from comment #8) > Yurii, Yep VM should suffice to check this although the bug is reported on > IPI BM. Code path should be same though. > Yep, if cluster is coming up fine and pods under openshift-ovn-kubernetes > looks good. Its good to verify IMO Verified with 4.6.0-fc.8 on IPv6 deployment(baremetal and provisioning net) oc get co NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE authentication 4.6.0-fc.8 True False False 14h cloud-credential 4.6.0-fc.8 True False False 18h cluster-autoscaler 4.6.0-fc.8 True False False 17h config-operator 4.6.0-fc.8 True False False 18h console 4.6.0-fc.8 True False False 17h csi-snapshot-controller 4.6.0-fc.8 True False False 17h dns 4.6.0-fc.8 True False False 18h etcd 4.6.0-fc.8 True False False 18h image-registry 4.6.0-fc.8 True False False 17h ingress 4.6.0-fc.8 True False False 17h insights 4.6.0-fc.8 True False False 17h kube-apiserver 4.6.0-fc.8 True False False 17h kube-controller-manager 4.6.0-fc.8 True False False 18h kube-scheduler 4.6.0-fc.8 True False False 18h kube-storage-version-migrator 4.6.0-fc.8 True False False 17h machine-api 4.6.0-fc.8 True False False 17h machine-approver 4.6.0-fc.8 True False False 18h machine-config 4.6.0-fc.8 True False False 17h marketplace 4.6.0-fc.8 True False False 17h monitoring 4.6.0-fc.8 True False False 17h network 4.6.0-fc.8 True False False 18h node-tuning 4.6.0-fc.8 True False False 18h openshift-apiserver 4.6.0-fc.8 True False False 17h openshift-controller-manager 4.6.0-fc.8 True False False 17h openshift-samples 4.6.0-fc.8 True False False 17h operator-lifecycle-manager 4.6.0-fc.8 True False False 18h operator-lifecycle-manager-catalog 4.6.0-fc.8 True False False 18h operator-lifecycle-manager-packageserver 4.6.0-fc.8 True False False 17h service-ca 4.6.0-fc.8 True False False 18h storage 4.6.0-fc.8 True False False 18h oc get po -n openshift-ovn-kubernetes NAME READY STATUS RESTARTS AGE ovnkube-master-jnvs9 4/4 Running 0 18h ovnkube-master-jxbhh 4/4 Running 0 18h ovnkube-master-metrics-cl2nk 1/1 Running 0 18h ovnkube-master-metrics-fz6p2 1/1 Running 0 18h ovnkube-master-metrics-jnvmc 1/1 Running 0 18h ovnkube-master-pnb7x 4/4 Running 0 18h ovnkube-node-bzvwm 2/2 Running 0 17h ovnkube-node-fhk8l 2/2 Running 0 18h ovnkube-node-lwtwc 2/2 Running 0 18h ovnkube-node-metrics-9nwd9 1/1 Running 0 18h ovnkube-node-metrics-fq66w 1/1 Running 0 17h ovnkube-node-metrics-r52k5 1/1 Running 0 18h ovnkube-node-metrics-tbrs4 1/1 Running 0 18h ovnkube-node-metrics-wtkk7 1/1 Running 0 17h ovnkube-node-pcmr6 2/2 Running 0 18h ovnkube-node-pfr9n 2/2 Running 0 17h ovs-node-jf2wp 1/1 Running 0 18h ovs-node-mgbwz 1/1 Running 0 18h ovs-node-p6hzk 1/1 Running 0 17h ovs-node-rkndd 1/1 Running 0 17h ovs-node-w74s7 1/1 Running 0 18h 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 (OpenShift Container Platform 4.6 GA Images), 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:4196 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 (OpenShift Container Platform 4.6 GA Images), 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:4196 |