[ovs-dev] [PATCH] ovn-northd: fix monitor process naming

Ben Pfaff blp at ovn.org
Wed Dec 21 23:04:42 UTC 2016


On Wed, Dec 14, 2016 at 11:16:53AM -0500, Lance Richardson wrote:
> 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 <lrichard at redhat.com>

Thanks!  Applied to master.


More information about the dev mailing list