On Tue, Jan 26, 2016 at 10:15:35AM +, Christian Ehrhardt wrote:
> Ben Pfaff writes:
>
> >
> > On Wed, Dec 16, 2015 at 03:32:21PM +0300, Ilya Maximets wrote:
> > > While killing OVS may not free all allocated resources.
> > >
> > > Eample:
> > > Socket for vhost-user port will stay in a sy
Ben Pfaff writes:
>
> On Wed, Dec 16, 2015 at 03:32:21PM +0300, Ilya Maximets wrote:
> > While killing OVS may not free all allocated resources.
> >
> > Eample:
> > Socket for vhost-user port will stay in a system
> > after 'systemctl stop openvswitch' and opening
> > that port afte
On Wed, Dec 16, 2015 at 03:32:21PM +0300, Ilya Maximets wrote:
> While killing OVS may not free all allocated resources.
>
> Eample:
> Socket for vhost-user port will stay in a system
> after 'systemctl stop openvswitch' and opening
> that port after restart will fail.
>
> Signe
While killing OVS may not free all allocated resources.
Eample:
Socket for vhost-user port will stay in a system
after 'systemctl stop openvswitch' and opening
that port after restart will fail.
Signed-off-by: Ilya Maximets
---
version 3:
* sleep after EXIT split