Jump to: navigation, search

Difference between revisions of "Meetings/Neutron-DVR"

(WishList Bugs)
Line 8: Line 8:
  
 
= Agenda =
 
= Agenda =
== Meeting February 3rd, 2016 ==
+
== Meeting February 10th, 2016 ==
  
 
=== Announcements (haleyb) ===
 
=== Announcements (haleyb) ===
* We still have a lot of bugs (below)
+
* Haleyb out on Vaccation this week.
 +
* This week lot more patches have merged.
 +
** Scheduling refactor patches have merged.
 +
** SNAT-HA for DVR Server side patch have merged.
 +
 
 +
* We still have a couple of high bugs.
 +
** Live Migration Bug/ FloatingIP ping comes through the SNAT namespace.
 
** When going through them I'd like to try to get feedback on whether they are a MUST FIX, SHOULD FIX, or GOOD TO HAVE
 
** When going through them I'd like to try to get feedback on whether they are a MUST FIX, SHOULD FIX, or GOOD TO HAVE
 
** If it needs a rebase, do it soon after Jenkins notifies you
 
** If it needs a rebase, do it soon after Jenkins notifies you
Line 18: Line 24:
 
== Topics for Discussion ==
 
== Topics for Discussion ==
  
=== Live Migration issues with DVR (Swami) ===
+
=== Bugs (Swami) ===
* We have started a discussion on the live migration issue with DVR and how to address it from the neutron side. As a team we need to get consensus on this ideas before we work with the Nova team on this issue.
 
**https://bugs.launchpad.net/neutron/+bug/1456073 (discussion thread)
 
** Any updates - Are we all in sync with nova-neutron notifier requirement and also with the changes proposed for the neutron side to address the live migration.
 
** Live migration was discussed with the Nova team during the mid-cycle meet-up. Based on the discussion we have upload a couple of patches for early review ( Work in progress patches)
 
** https://review.openstack.org/275073 (Nova change)
 
** https://review.openstack.org/275420 (Neutron Server side DVR change)
 
** https://review.openstack.org/#/c/260738/ ( Neutron Agent side DVR change)
 
** NOTE: Based on the current internal tests, these patches seem to fix the Live migration and floatingip issues.
 
  
=== Bugs (Swami) ===
 
 
All DVR bugs should be tagged and listed here: https://bugs.launchpad.net/neutron/+bugs?field.tag=l3-dvr-backlog
 
All DVR bugs should be tagged and listed here: https://bugs.launchpad.net/neutron/+bugs?field.tag=l3-dvr-backlog
  
 
==== New Bugs this week ====
 
==== New Bugs this week ====
* https://bugs.launchpad.net/neutron/+bug/1541406 - IPv6 Prefix Delegation does not work with DVR
 
* https://bugs.launchpad.net/neutron/+bug/1540259 - Use list should be True DVR portbinding
 
* https://bugs.launchpad.net/neutron/+bug/1538369 - Refactor request ( Not a real bug)
 
  
 
==== Categorized Bugs ====
 
==== Categorized Bugs ====
  
 
==== Gate Test Failures ====
 
==== Gate Test Failures ====
* https://bugs.launchpad.net/neutron/+bug/1522824 (High) - Test_shelve_instance test failure. (MUST FIX)
+
 
** https://review.openstack.org/#/c/253569/ - Set PENDING_BUILD status for ports after update in DB - Abandoned in favor of https://review.openstack.org/#/c/215467
 
 
* https://bugs.launchpad.net/neutron/+bug/1450604 (Medium) - Fix or stabilize Multi-node Job
 
* https://bugs.launchpad.net/neutron/+bug/1450604 (Medium) - Fix or stabilize Multi-node Job
  
 
==== Existing Functionality Broken Bugs ====
 
==== Existing Functionality Broken Bugs ====
 +
* https://bugs.launchpad.net/neutron/+bug/1541406 - IPv6 Prefix Delegation does not work with DVR ( SHOULD FIX)
 +
** https://review.openstack.org/#/c/277657/ ( Related Patch) - Needs Review.
 +
* https://bugs.launchpad.net/neutron/+bug/1533216 ( Low) - Item allocator should return same value for key (GOOD TO HAVE)
 +
** https://review.openstack.org/266379 ( Related Patch) - Requires Review.
  
 
* https://bugs.launchpad.net/neutron/+bug/1456073 (High) - Block Migration with FIP breaks with DVR (MUST FIX)
 
* https://bugs.launchpad.net/neutron/+bug/1456073 (High) - Block Migration with FIP breaks with DVR (MUST FIX)
** related bug https://bugs.launchpad.net/neutron/+bug/1414559 with fixes:
+
** https://review.openstack.org/275073 (Nova side change) - Needs review
*** in neutron https://review.openstack.org/#/c/246898/ (Needs review)
+
** https://review.openstack.org/275420 (Neutron Server side DVR change) - Needs review
*** and nova https://review.openstack.org/#/c/246910/ (Needs review)
+
** https://review.openstack.org/#/c/260738/ (Needs review) ( L3 Agent side patch) - Needs review
*** https://review.openstack.org/#/c/259299/ (WIP)
+
 
*** https://review.openstack.org/#/c/259171/ (WIP)
+
** related bug https://bugs.launchpad.net/neutron/+bug/1414559 with fixes: (OVS drops RARP packets)
*** https://review.openstack.org/#/c/260738/ (WIP)
+
*** in neutron https://review.openstack.org/#/c/246898/ (Needs review) Notify vif plugged event ( related)
 +
*** and nova https://review.openstack.org/#/c/246910/ (Needs review) Notify vif plugged event ( related)
  
 
* https://bugs.launchpad.net/neutron/+bug/1462154 (High) - DVR pings to floatingip replied with fixed ips (SHOULD FIX)
 
* https://bugs.launchpad.net/neutron/+bug/1462154 (High) - DVR pings to floatingip replied with fixed ips (SHOULD FIX)
 
** https://review.openstack.org/246855
 
** https://review.openstack.org/246855
 
** Doesn't seem to be making progress?
 
** Doesn't seem to be making progress?
 +
 
* https://bugs.launchpad.net/neutron/+bug/1445255 (Low) - DVR Floatingip to unbound port does not work (Allowed address pair) (SHOULD FIX)
 
* https://bugs.launchpad.net/neutron/+bug/1445255 (Low) - DVR Floatingip to unbound port does not work (Allowed address pair) (SHOULD FIX)
 
**https://review.openstack.org/#/c/254439/ (Needs review)
 
**https://review.openstack.org/#/c/254439/ (Needs review)
 +
 
* https://bugs.launchpad.net/neutron/+bug/1447227 (Low) - Connecting two or more distributed routers to a subnet. (No one is working on it) (GOOD TO HAVE)
 
* https://bugs.launchpad.net/neutron/+bug/1447227 (Low) - Connecting two or more distributed routers to a subnet. (No one is working on it) (GOOD TO HAVE)
  
Line 64: Line 64:
  
 
==== New Features Bugs ====
 
==== New Features Bugs ====
* https://bugs.launchpad.net/neutron/+bug/1365473 (High) - (DVR SNAT HA - Server Side) (Should change this to HIGH) Right now it is WishList
+
 
** https://review.openstack.org/#/c/143169/ (Needs core blessings) (MUST FIX)
 
 
* https://bugs.launchpad.net/neutron/+bug/1504039 - LinuxBridge DVR (Spec & code)
 
* https://bugs.launchpad.net/neutron/+bug/1504039 - LinuxBridge DVR (Spec & code)
  
Line 71: Line 70:
 
* https://bugs.launchpad.net/neutron/+bug/1531065 - (Low)  duplicate fetch subnet_id in get_subnet_for_dvr (GOOD TO HAVE)
 
* https://bugs.launchpad.net/neutron/+bug/1531065 - (Low)  duplicate fetch subnet_id in get_subnet_for_dvr (GOOD TO HAVE)
 
** https://review.openstack.org/#/c/263563/ - (Needs review)
 
** https://review.openstack.org/#/c/263563/ - (Needs review)
 +
* https://bugs.launchpad.net/neutron/+bug/1538369 - Refactor request ( Not a real bug)
  
 
==== WishList Bugs ====
 
==== WishList Bugs ====
Line 82: Line 82:
  
 
==== Bugs Closed ====
 
==== Bugs Closed ====
 +
* https://bugs.launchpad.net/neutron/+bug/1365473 (High) - (DVR SNAT HA - Server Side) (Should change this to HIGH) Right now it is WishList (Merged)
 +
* https://bugs.launchpad.net/neutron/+bug/1540259 (Low)- Use list should be True DVR portbinding - Merged ( CAn be closed)
 
* https://bugs.launchpad.net/neutron/+bug/1526175 (Medium) - L3 HA routers end up in DVR Node (medium) (Abandoned)
 
* https://bugs.launchpad.net/neutron/+bug/1526175 (Medium) - L3 HA routers end up in DVR Node (medium) (Abandoned)
 +
* https://bugs.launchpad.net/neutron/+bug/1522824 (High) - Test_shelve_instance test failure. (MUST FIX) ( Merged)
 +
** https://review.openstack.org/#/c/253569/ - Set PENDING_BUILD status for ports after update in DB - Abandoned in favor of https://review.openstack.org/#/c/215467  ( Merged)
 
* https://bugs.launchpad.net/neutron/+bug/1510796 (Low) - Function sync_routers always calls get_dvr_sync_data in ha scenario Merged (Can be closed)
 
* https://bugs.launchpad.net/neutron/+bug/1510796 (Low) - Function sync_routers always calls get_dvr_sync_data in ha scenario Merged (Can be closed)
 
* https://bugs.launchpad.net/neutron/+bug/1538163 (UNDECIDED) - Race condition in removing a router on dvr service port delete - Merged (Can be closed)
 
* https://bugs.launchpad.net/neutron/+bug/1538163 (UNDECIDED) - Race condition in removing a router on dvr service port delete - Merged (Can be closed)

Revision as of 07:01, 10 February 2016

Meetings

Agenda

Meeting February 10th, 2016

Announcements (haleyb)

  • Haleyb out on Vaccation this week.
  • This week lot more patches have merged.
    • Scheduling refactor patches have merged.
    • SNAT-HA for DVR Server side patch have merged.
  • We still have a couple of high bugs.
    • Live Migration Bug/ FloatingIP ping comes through the SNAT namespace.
    • When going through them I'd like to try to get feedback on whether they are a MUST FIX, SHOULD FIX, or GOOD TO HAVE
    • If it needs a rebase, do it soon after Jenkins notifies you
    • If you just need reviews, ping people on irc or post a comment in the review

Topics for Discussion

Bugs (Swami)

All DVR bugs should be tagged and listed here: https://bugs.launchpad.net/neutron/+bugs?field.tag=l3-dvr-backlog

New Bugs this week

Categorized Bugs

Gate Test Failures

Existing Functionality Broken Bugs

** https://review.openstack.org/#/c/277657/ ( Related Patch) - Needs Review.

Scale and Performance Impact Bugs

New Features Bugs

Refactor or Cleanup Bugs

WishList Bugs

WatchList Bugs

Bugs Closed

Discuss a plan to address the gate failures (haleyb)

Performance/Scalability (obondarev)

Open Discussion

Meeting commands

/join #openstack-meeting-alt
#startmeeting neutron_dvr
#topic Announcements
#undo topic
#link https://wiki.openstack.org/wiki/Meetings/Neutron-DVR
#action haleyb will get something specific done this week
#chair Swami
...
#endmeeting