← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1512450] [NEW] L3 agent: optimize operations when deleting a tenant router

 

Public bug reported:

Branch: master

When deleting a tenant router, the reference l3 agent performs the following operations from within the qrouter namespace:
iptables-save
iptables-restore
ip6tables-save
find on /sys/class/net
find on /sys/class/net
iptables-save
ip6tables-save
find on /sys/class/net

Lastly, the qrouter namespace is removed, which begs the question of why
the above operations are performed - can they be optimized away?

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: loadimpact

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

Title:
  L3 agent: optimize operations when deleting a tenant router

Status in neutron:
  New

Bug description:
  Branch: master

  When deleting a tenant router, the reference l3 agent performs the following operations from within the qrouter namespace:
  iptables-save
  iptables-restore
  ip6tables-save
  find on /sys/class/net
  find on /sys/class/net
  iptables-save
  ip6tables-save
  find on /sys/class/net

  Lastly, the qrouter namespace is removed, which begs the question of
  why the above operations are performed - can they be optimized away?

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


Follow ups