-
Story
-
Resolution: Won't Do
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
None
-
-
Orig Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1988461
There are cases when it's desirable for TCP connections used by OVS/OVN clients to use TCP keepalives. One such example is ovn-controller connecting to the Southbound ovsdb-server. It's possible for users to disable jsonrpc probes that are normally used by ovn-controller to check the health of the server.
If probes are disabled, there's no way for the client to detect if the connection dropped on the server side. Moreover, if the client is read-mostly (like ovn-controller), this failure can go undetected quite long.
It would be ideal if OVS libraries would expose APIs for enabling keepalives.
- is documented by
-
FDP-544 [Documentation] Add documentation about probe intervals, including libkeepalive.
-
- To Do
-