amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
22 stars 8 forks source link

ovs-offline stop: permission denied #45

Closed amorenoz closed 2 years ago

amorenoz commented 2 years ago

Currently sockets are created by containers with uid 0. We need sudo to use them (e.g. use ovs-vsct) or delete them (ovs-offline stop).

We should handle users properly on container instantiation