contiv / netplugin

Container networking for various use cases
Apache License 2.0
513 stars 177 forks source link

Ensure ovs logging directory created before start service #1028

Closed tiewei closed 6 years ago

tiewei commented 6 years ago

Without this patch, when a node first time start netplugin, and if there wasn't netmaster started ever on the node, the ovs logging directory will not exist and no logging will be able to be found. This patch makes sure the ovs logging directory created before service starts.

Signed-off-by: Wei Tie wtie@cisco.com

dseevr commented 6 years ago

build pr