cozystack
cozystack copied to clipboard
kube-ovn issues
Sometimes my ovs-ovn pods can't become ready, with these logs:
2024-10-09T13:50:23.367Z|00051|rconn|WARN|unix:/var/run/openvswitch/br-int.mgmt: connection failed (No such file or directory)
2024-10-09T13:50:23.387Z|00015|rconn(ovn_pinctrl0)|WARN|unix:/var/run/openvswitch/br-int.mgmt: connection failed (No such file or directory)
2024-10-09T13:50:27.367Z|00052|poll_loop|INFO|Dropped 119495 log messages in last 6 seconds (most recently, 0 seconds ago) due to excessive rate
2024-10-09T13:50:27.367Z|00053|poll_loop|INFO|wakeup due to [POLLIN][POLLHUP] on fd 26 (<->/var/run/openvswitch/br-int.mgmt) at ../lib/stream-fd.c:157 (99% CPU usage)
Currently problem can be solved by manually recreating ovn-central pods. Needs to investigate more