This is an automatically-generated clone of issue https://bugzilla.redhat.com/show_bug.cgi?id=2112111
# rpm -qa|grep ovn ovn-2021-21.12.0-93.el9fdp.x86_64 ovn-2021-central-21.12.0-93.el9fdp.x86_64 ovn-2021-host-21.12.0-93.el9fdp.x86_64 as it said in https://bugzilla.redhat.com/show_bug.cgi?id=2112111#c6 it is very difficult to reproduce, I tried the script as below:use the topo in case:kernel-kernel-networking-openvswitch-ovn-regression-bz1776712_broadcast_limit.noarch ovs-vsctl set open . external_ids:ovn-ofctrl-wait-before-clear=5000 ovs-vsctl list open_vswitch . sleep 5 for i in `seq 100 200`;do systemctl restart ovs-vswitchd sleep 1 ovn-nbctl lb-add lb$i 2.2.2.$i 10.1.2.$i -- ls-lb-add s1 lb$i sleep 5 count=`ovn-appctl -t ovn-controller group-table-list | awk '{print $2}' | sort | uniq | wc -l` if [ $count == $i ];then echo $count else echo $count break fi if [ `cat /var/log/openvswitch/ovs-vswitchd.log |grep error` ];then break; fi sleep 10 done no errors found.
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 (ovn-2021 bug fix and enhancement 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/RHBA-2022:6877