** Changed in: quantum
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1158589

Title:
  ip netns exec <netns> kill <pid> doesn't make sense

Status in OpenStack Quantum (virtual network service):
  Fix Released

Bug description:
  There are several code which executes
  ip netns exec <netns> kill <pid>

  Since pidns is different from netns, it doesn't make sense. Just kill <pid> 
works.
  As side effects, 'ip netns exec' referes /var/run/netns/<netns> which is 
bind-mounted to
  /proc/<pid>/ns/net. It makes the corresponding dentry young, which increases 
the possibility
  to fail to delete netns. That's bad.

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1158589/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to