Bug 1982052
| Summary: | [vsphere][upi] OVN vmxnet3 allmulti workaround doesn't apply when vmxnet3 is bonded | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ross Brattain <rbrattai> |
| Component: | Networking | Assignee: | Aniket Bhat <anbhat> |
| Networking sub component: | ovn-kubernetes | QA Contact: | Ross Brattain <rbrattai> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | aconstan |
| Version: | 4.8 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.9.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: | 2021-10-18 17:39: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
Ross Brattain
2021-07-14 05:14:38 UTC
Verified on 4.9.0-0.nightly-2021-08-03-135217 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + configure_driver_options bond0 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + intf=bond0 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + '[' '!' -f /sys/class/net/bond0/device/uevent ']' Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + echo 'Device file doesn'\''t exist, skipping setting multicast mode' Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: Device file doesn't exist, skipping setting multicast mode Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + configured=true Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + break Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + '[' true '!=' true ']' Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + '[' -f /etc/ovnk/extra_bridge ']' Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + '[' '!' -f /etc/ovnk/extra_bridge ']' Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + nmcli connection show br-ex1 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + nmcli connection show ovs-if-phys1 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + ovs-vsctl --timeout=30 --if-exists del-br br0 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + exit 0 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + handle_exit_error Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + e=0 Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + '[' 0 -eq 0 ']' Aug 03 22:15:37 compute-0 configure-ovs.sh[1394]: + exit 0 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), 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/RHSA-2021:3759 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), 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/RHSA-2021:3759 |