Troubleshooting the OVNKubernetesNodeOVSOverflowKernel alarm
Updated -
Background
What are OVS upcalls?
When a packet is processed by Open vSwitch (OVS), it is checked against a flow table in the kernel. If no matching rule is found, the packet is sent to the userspace daemon (ovs-vswitchd
) through several Netlink sockets. This process is called an upcall.
In ovs-vswitchd
, multiple handler threads read t...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.