-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhos-18.0.0
-
None
Right now, ovn-operator defines liveness check for northd container as `pidof northd`. This is not ideal. The liveness check should attempt to confirm that the service is "alive" in a more elaborate way. We can use `ovs-appctl status` command to confirm that it's responsive to appctl request - and by doing this, that the PID is looping through its main loop.