Jump to: navigation, search

Difference between revisions of "Meetings/Neutron-DVR"

Line 13: Line 13:
 
* Mitaka milestone 3 release will be this week
 
* Mitaka milestone 3 release will be this week
  
* We still have two high bugs.
+
* We still have two high bugs:
** Live Migration Bug ( Targetted for Mitaka)
+
** Live Migration Bug (Targeted for Mitaka)
** FloatingIP ping comes through the SNAT namespace.
+
** 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 adding items below 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 ==
 
== Topics for Discussion ==
Line 33: Line 31:
  
 
* 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
* https://review.openstack.org/#/c/284450/ ( Merged) - Fixed the Multinode failures.
+
* https://review.openstack.org/#/c/284450/ (Merged) - Fixed the Multi-node failures.
  
 
==== 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://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://review.openstack.org/#/c/277657/ (Related Patch) - Needs 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)
 
** https://review.openstack.org/275073 (Nova side change) - Needs review
 
** https://review.openstack.org/275073 (Nova side change) - Needs review
** https://review.openstack.org/275420 (Neutron Server side DVR change) - Reviewed
+
** https://review.openstack.org/275420 (Neutron Server side DVR change) - Approved, awaiting merge
** https://review.openstack.org/#/c/260738/ (Needs review) ( L3 Agent side patch) - Reviewed
+
** https://review.openstack.org/#/c/260738/ (Needs review) (L3 Agent side patch) - Reviewed
  
 
** related bug https://bugs.launchpad.net/neutron/+bug/1414559 with fixes: (OVS drops RARP packets)
 
** related bug https://bugs.launchpad.net/neutron/+bug/1414559 with fixes: (OVS drops RARP packets)
*** in neutron https://review.openstack.org/#/c/246898/ (Needs review) Notify vif plugged event ( related)
+
*** 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)
+
*** 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)
Line 67: Line 65:
 
* 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)
+
* https://bugs.launchpad.net/neutron/+bug/1538369 - Refactor request (Not a real bug)
  
 
==== WishList Bugs ====
 
==== WishList Bugs ====
Line 79: Line 77:
  
 
==== Bugs Closed Recently====
 
==== Bugs Closed Recently====
* https://bugs.launchpad.net/neutron/+bug/1533216 ( Low) - Item allocator should return same value for key (GOOD TO HAVE)
+
* 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) - Patch Merged.
+
** https://review.openstack.org/266379 (Related Patch) - Patch Merged.
  
 
=== Performance/Scalability (obondarev) ===
 
=== Performance/Scalability (obondarev) ===
Line 89: Line 87:
 
=== Discuss a plan to address the gate failures (haleyb) ===
 
=== Discuss a plan to address the gate failures (haleyb) ===
 
* Current failure rate: https://goo.gl/L1WODG
 
* Current failure rate: https://goo.gl/L1WODG
** Single node check job failure rate has recovered from last week issues, same as non-dvr job with some delta as of today.
+
** Single node check job failure rate has recovered from last week issues, same as non-dvr job with some delta as of today
** Multi-node non-DVR job failures have reduced after skipping the volume-migration(migrate volume error)
+
** Multi-node non-DVR job failures have reduced after skipping the volume-migration (migrate volume error)
 
*** Bugs in Nova:
 
*** Bugs in Nova:
**** https://bugs.launchpad.net/nova/+bug/1524898
+
**** https://bugs.launchpad.net/nova/+bug/1524898 (Volume based live migration aborted unexpectedly)
**** https://bugs.launchpad.net/nova/+bug/1535232
+
**** https://bugs.launchpad.net/nova/+bug/1535232 (live-migration ci failure on nfs shared storage)
** Multi-node DVR job almost close to the single node DVR job but still have some delta.
 
*** Filed https://bugs.launchpad.net/bugs/1538387 yesterday (OVS l2pop exception)
 
**** https://review.openstack.org/272986 out for review
 
*** Next noticeable issue: "DVR: Unable to retrieve subnet information for subnet_id"
 
**** https://launchpad.net/bugs/1454921
 
**** https://review.openstack.org/#/c/272025/ (needs update)
 
 
* Debug the gate in the current failure state (Identify owners who can own this)
 
* Debug the gate in the current failure state (Identify owners who can own this)
 
* https://bugs.launchpad.net/neutron/+bug/1515360 - Tempest "SSHTimeout" failures (GOOD TO HAVE) - This patch seem to have some timing issues and so we are seeing more failures for the pings.
 
* https://bugs.launchpad.net/neutron/+bug/1515360 - Tempest "SSHTimeout" failures (GOOD TO HAVE) - This patch seem to have some timing issues and so we are seeing more failures for the pings.

Revision as of 16:07, 2 March 2016

Meetings

Agenda

Meeting March 2nd, 2016

Announcements (haleyb)

  • Mitaka milestone 3 release will be this week
  • We still have two high bugs:
    • Live Migration Bug (Targeted for Mitaka)
    • FloatingIP ping comes through the SNAT namespace
  • When adding items below I'd like to try to get feedback on whether they are a MUST FIX, SHOULD FIX, or GOOD TO HAVE

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

Scale and Performance Impact Bugs

New Features Bugs

Refactor or Cleanup Bugs

WishList Bugs

WatchList Bugs

Bugs Closed Recently

Performance/Scalability (obondarev)

Discuss a plan to address the gate failures (haleyb)

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