Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovn-northd: fix monitor process naming
Currently the ovn-northd monitor process and the ovn-northd process have the same name, e.g. ps -ef | grep northd shows (edited for space): ... ovn-northd --detach --monitor --log-file=ovn-northd.log --pidfile ... ovn-northd --detach --monitor --log-file=ovn-northd.log --pidfile With the call to ovs_cmdl_proctitle_init() added, we have: ... ovn-northd: monitoring pid 15662 (healthy) ... ovn-northd --detach --monitor --log-file=ovn-northd.log --pidfile Signed-off-by: Lance Richardson <[email protected]> Signed-off-by: Ben Pfaff <[email protected]>
- Loading branch information