Re: [ovs-dev] [PATCH v2 ovn 2/2] Ensure pid belongs to ovsdb-server in ovn-ctl

2022-06-02 Thread Ihar Hrachyshka
On Thu, Jun 2, 2022 at 10:34 AM Terry Wilson wrote: > > When checking if ovsdb-server is running, ensure that the binary > we are going to run matches the one actually running with the the > pid that was in our pidfile. > > Signed-off-by: Terry Wilson Acked-by: Ihar Hrachyshka > --- >

[ovs-dev] [PATCH v2 ovn 2/2] Ensure pid belongs to ovsdb-server in ovn-ctl

2022-06-02 Thread Terry Wilson
When checking if ovsdb-server is running, ensure that the binary we are going to run matches the one actually running with the the pid that was in our pidfile. Signed-off-by: Terry Wilson --- utilities/ovn-ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovn-ctl