eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol
Apache License 2.0
108 stars 59 forks source link

use 'ovs-appctl exit' instead of 'pkill ovsdb-server' #99

Closed girishmg closed 4 years ago

girishmg commented 4 years ago

the current invocation of pkill ovsdb-server kills all instances of ovsdb-server on the build machine. my build machine uses OVS on the host for switching and it kills the host's ovsdb-server instance as well

Signed-off-by: Girish Moodalbail gmoodalbail@nvidia.com

@hzhou8 @noah8713 @vtolstov PTAL

vtolstov commented 4 years ago

Thanks