Jump to: navigation, search

Difference between revisions of "Meetings/Neutron-DVR"

Line 45: Line 45:
 
==== Existing Functionality Broken Bugs ====
 
==== Existing Functionality Broken Bugs ====
  
* https://bugs.launchpad.net/neutron/+bug/1590041 ( SHOULD-FIX) - Regression, snat_namespace object creation ahead of time does not solve some external_gateway_update condition.
+
* https://bugs.launchpad.net/neutron/+bug/1590041 (SHOULD-FIX) - Regression, snat_namespace object creation ahead of time does not solve some external_gateway_update condition.
** https://review.openstack.org/#/c/326729/2 ( Patch)
+
** https://review.openstack.org/#/c/326729/2
  
 
* https://bugs.launchpad.net/neutron/+bug/1583266 (SHOULD FIX) - watch_log_file=True causes fip to slow down. Symptom seen more with DVR routers.
 
* https://bugs.launchpad.net/neutron/+bug/1583266 (SHOULD FIX) - watch_log_file=True causes fip to slow down. Symptom seen more with DVR routers.
* https://bugs.launchpad.net/neutron/+bug/1585165 (SHOULD FIX) - Floatingip not reachable after VM live migration (Seen in Liberty with DVR) - Seems to me like a duplicate but should triage it more on the symptoms.
+
* https://bugs.launchpad.net/neutron/+bug/1585165 (SHOULD FIX) - Floating ip not reachable after VM live migration (Seen in Liberty with DVR) - Seems to me like a duplicate but should triage it more on the symptoms.
  
 
* https://bugs.launchpad.net/neutron/+bug/1571676 (MUST FIX) - Static routes not added to FloatingIP Namespace.
 
* https://bugs.launchpad.net/neutron/+bug/1571676 (MUST FIX) - Static routes not added to FloatingIP Namespace.
 
** https://review.openstack.org/#/c/308068/
 
** https://review.openstack.org/#/c/308068/
 
+
** This approach can't really work because adding a static route in the FIP namespace for one tenant could impact traffic for another tenant.
* https://bugs.launchpad.net/neutron/+bug/1569918 (MUST FIX) (Allowed_address_pair delayed FIP association)
 
** https://review.openstack.org/#/c/304905/
 
  
 
* https://bugs.launchpad.net/neutron/+bug/1564776 - (MUST FIX) (Snat Namespace error when namespace deleted)
 
* https://bugs.launchpad.net/neutron/+bug/1564776 - (MUST FIX) (Snat Namespace error when namespace deleted)
Line 65: Line 63:
  
 
* 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/ (Patch) - Needs Review
+
** https://review.openstack.org/#/c/277657/ (Patch) - Needs update to create a better abstraction that allows clients to get the namespace for the right part of the router.
** https://review.openstack.org/#/c/241227/ (Related parent patch) - Prefix delegation deletes addresses - merged
 
  
 
* 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)
Line 74: Line 71:
 
** https://review.openstack.org/#/c/260738/ (Merged) - L3 Agent side patch
 
** https://review.openstack.org/#/c/260738/ (Merged) - L3 Agent side patch
  
** related bug https://bugs.launchpad.net/neutron/+bug/1414559 with fixes: (OVS drops RARP packets)
+
* https://bugs.launchpad.net/neutron/+bug/1414559 (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/1557290 - (MUST FIX) DVR FIP agent gateway does not pass traffic directed at fixed IP
 +
** https://review.openstack.org/#/c/297468/
  
 
* 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 102: Line 102:
  
 
==== Bugs Closed Recently====
 
==== Bugs Closed Recently====
 
+
* https://bugs.launchpad.net/neutron/+bug/1569918 (MUST FIX) (Allowed_address_pair delayed FIP association)
* https://bugs.launchpad.net/neutron/+bug/1581348 (SHOULD-FIX) - Can't delete v4 csnat port when v6 csnat ports are available.
+
** https://review.openstack.org/#/c/304905/
** https://review.openstack.org/#/c/315926/
 
** https://review.openstack.org/#/c/319037/
 
 
 
* https://bugs.launchpad.net/neutron/+bug/1582739 (SHOULD-FIX) - DVR SNAT HA, started on the 'standby' node.
 
** https://review.openstack.org/#/c/317541/ - another +2 required
 
* https://bugs.launchpad.net/neutron/+bug/1557290 - (MUST FIX) (Fixed ip with pings to floatingip) (Merged)
 
 
 
* https://bugs.launchpad.net/neutron/+bug/1564575 - (MUST FIX) (SNAT Move)
 
** Patch: https://review.openstack.org/#/c/300268/
 
 
 
* https://bugs.launchpad.net/neutron/+bug/1462154 (Ping with floatingip returns with fixed-ip).
 
**https://review.openstack.org/#/c/289172/ (merged)
 
 
 
* https://bugs.launchpad.net/neutron/+bug/1568197 (MUST FIX) (DVR SNAT HA issues with Constants)
 
** https://review.openstack.org/#/c/303662/  (This issue was fixed upstream)
 
 
 
* 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/
 
 
 
* https://bugs.launchpad.net/neutron/+bug/1557909 (MUST FIX) - (stable/liberty) SNAT namespace not cleaned up after the SNAT move and when agent restarts
 
** Patch: https://review.openstack.org/#/c/302068/
 
 
 
* https://bugs.launchpad.net/neutron/+bug/1566046 (#1462154) - (MUST FIX) (Fix TypeError with Allowed_address_pair port arp_update)
 
** Patch: https://review.openstack.org/#/c/301410/
 
 
 
* https://bugs.launchpad.net/neutron/+bug/1566383 (SHOULD-FIX) (The creation fip does not endure restarting of l3-agent)
 
** https://review.openstack.org/#/q/topic:bug/1566383
 
** https://review.openstack.org/#/c/309591/
 
** https://review.openstack.org/#/c/309592/
 
  
 
* https://bugs.launchpad.net/neutron/+bug/1462154 (With DVR Pings to floating IPs replied with fixed-ips if VMs are on the same network)
 
* https://bugs.launchpad.net/neutron/+bug/1462154 (With DVR Pings to floating IPs replied with fixed-ips if VMs are on the same network)
Line 147: Line 118:
 
**** https://bugs.launchpad.net/nova/+bug/1524898 (Volume based live migration aborted unexpectedly)
 
**** https://bugs.launchpad.net/nova/+bug/1524898 (Volume based live migration aborted unexpectedly)
 
**** https://bugs.launchpad.net/nova/+bug/1535232 (live-migration ci failure on nfs shared storage)
 
**** https://bugs.launchpad.net/nova/+bug/1535232 (live-migration ci failure on nfs shared storage)
* Debug the gate in the current failure state (Identify owners who can own this)
+
* Old bug to help in debugging the gate
* 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 (only for debugging)
*https://drive.google.com/file/d/0B4kh-7VVPWlPMkdrQWFFdjNsSnM/view?usp=sharing - Logstash failures captured. Any logstash errors can be captured here
 
  
 
=== Stable backports (haleyb) ===
 
=== Stable backports (haleyb) ===
Ihar created a page tracking all the potential backports from Mitaka to the stable releases.  I have been going through it with the help of Swami to get stable/liberty, well, more stable
+
Ihar created a page tracking all the potential backports from Mitaka to the stable releases.  I have been going through it with the help of Swami to get stable/liberty, well, more stable. Bugs are removed from list as they merge.
 
* https://etherpad.openstack.org/p/stable-bug-candidates-from-master
 
* https://etherpad.openstack.org/p/stable-bug-candidates-from-master
  
Line 158: Line 128:
  
 
Need to escalate the nova patch for the live migration. Since we have the tempest test running right now, we need someone from the nova team to take a look at the nova live migration patch.
 
Need to escalate the nova patch for the live migration. Since we have the tempest test running right now, we need someone from the nova team to take a look at the nova live migration patch.
 
+
* https://review.openstack.org/#/c/275073/
https://review.openstack.org/#/c/275073/
 
  
 
== Meeting commands ==
 
== Meeting commands ==

Revision as of 14:06, 15 June 2016

The OpenStack Networking L3 DVR Sub-team holds public meetings as advertised on OpenStack IRC Meetings Calendar. If you are unable to attend, please check the most recent logs.

Meetings

Agenda

Meeting June 15th, 2016

Announcements (haleyb)

  • Swami is on vacation.
  • 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

No new bugs this week.

Categorized Bugs

Gate Test Failures

Functional test failures seen in Gate.

RFE

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

Gate failures (haleyb)

Stable backports (haleyb)

Ihar created a page tracking all the potential backports from Mitaka to the stable releases. I have been going through it with the help of Swami to get stable/liberty, well, more stable. Bugs are removed from list as they merge.

Open Discussion

Need to escalate the nova patch for the live migration. Since we have the tempest test running right now, we need someone from the nova team to take a look at the nova live migration patch.

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