Jump to: navigation, search

Difference between revisions of "Meetings/Neutron-DVR"

Line 25: Line 25:
  
 
==== New Bugs this week ====
 
==== New Bugs this week ====
* https://bugs.launchpad.net/neutron/+bug/1653633 (INCOMPLETE) - fwaas v1 with DVR: l3 agent can't restore the NAT rules for floatingIP ( Can't be reproduced in the master branch)
+
* https://bugs.launchpad.net/neutron/+bug/1653633 (INCOMPLETE) - fwaas v1 with DVR: l3 agent can't restore the NAT rules for floatingIP (Can't be reproduced in the master branch)
 
** not sure it's FWaaS-specific
 
** not sure it's FWaaS-specific
  
Line 50: Line 50:
  
 
* https://bugs.launchpad.net/neutron/+bug/1506567 (SHOULD FIX) - No information from metering agent
 
* https://bugs.launchpad.net/neutron/+bug/1506567 (SHOULD FIX) - No information from metering agent
** https://review.openstack.org/377108 ( Needs review)
+
** https://review.openstack.org/377108 (Needs review)
  
 
* https://bugs.launchpad.net/neutron/+bug/1571676 (Re-opened) - After binding a floating IP to VM, the static route can't work in DVR
 
* https://bugs.launchpad.net/neutron/+bug/1571676 (Re-opened) - After binding a floating IP to VM, the static route can't work in DVR
** https://review.openstack.org/#/c/308068/ ( Needs review)
+
** https://review.openstack.org/#/c/308068/ (Needs review)
  
 
==== Categorized Bugs ====
 
==== Categorized Bugs ====
Line 153: Line 153:
 
=== Performance/Scalability ===
 
=== Performance/Scalability ===
  
=== Gate failures (haleyb) ===
+
=== Gate (haleyb) ===
* Neutron Failure Rate dashboard - http://grafana.openstack.org/dashboard/db/neutron-failure-rate
+
==== Failures ====
** DVR multinode failure rates have lowered - very infrequent in gate queue, 15% in check queue
+
Neutron Failure Rate dashboard - http://grafana.openstack.org/dashboard/db/neutron-failure-rate
*** VM failing to get DHCP address typical problem
+
* DVR multinode failure rates have lowered - very infrequent in gate queue, 15% in check queue
** Bugs in Nova:
+
** VM failing to get DHCP address typical problem
*** https://bugs.launchpad.net/nova/+bug/1524898 (Volume based live migration aborted unexpectedly)
+
* Bugs in Nova:
*** https://bugs.launchpad.net/nova/+bug/1535232 (live-migration ci failure on nfs shared storage)
+
** 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)
 +
 
 +
==== Jobs ====
 +
* DVR-multinode job has been pretty stable, let's make it voting
 +
** https://review.openstack.org/410973
  
 
=== Stable backports (haleyb) ===
 
=== Stable backports (haleyb) ===
 +
==== General information ====
 
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.
 
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 170: Line 176:
 
This is a list of bugs with a fix that has been committed to the master branch, and are tagged with 'neutron-proactive-backport-potential+l3-dvr-backlog'
 
This is a list of bugs with a fix that has been committed to the master branch, and are tagged with 'neutron-proactive-backport-potential+l3-dvr-backlog'
 
* https://googl/sx0KL5
 
* https://googl/sx0KL5
 +
 +
==== L3 scheduler backports (jschwarz) ====
 +
Potential candidates for backport to Newton branch for the L3 scheduler:
 +
* https://review.openstack.org/#/c/317949/
 +
* https://review.openstack.org/#/c/417089/
 +
* https://review.openstack.org/#/c/417854/
 +
* https://review.openstack.org/#/c/357966/
 +
* https://review.openstack.org/#/c/418777/
  
 
=== Open Discussion ===
 
=== Open Discussion ===
 +
* Allow all migration of routers - does this impact VNNaaS?
 +
** https://review.openstack.org/#/c/376550/
  
 
== Meeting commands ==
 
== Meeting commands ==

Revision as of 16:20, 11 January 2017

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 January 11th, 2017

Announcements (haleyb)

  • 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, NEEDS TRIAGE and TRIAGED

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

Bugs That Need to be Closed

  • None

New Bugs this week

High Priority Bugs in progress

  • https://bugs.launchpad.net/neutron/+bug/1644231 (TRIAGED) - fip router config is not created if the vm ports attached to FIPs have no device_owner
    • Needs doc update saying "compute:" prefix needed in ports manually-created for instances

Categorized Bugs

RFE

Existing Functionality Broken Bugs

Scale and Performance Impact Bugs

New Features Bugs

Refactor or Cleanup Bugs

WishList Bugs

WatchList Bugs

Bugs Closed Recently

  • https://bugs.launchpad.net/neutron/+bug/1612192 (MUST FIX) - L3 DVR: Unable to complete operation on subnet (Related to HA)
    • Not sure this is critical any more, as it's mostly seen in the SFC and OVN jobs, ~0 in the dvr-multinode-full job
  • https://bugs.launchpad.net/neutron/+bug/1612192 (MUST FIX) - L3 DVR: Unable to complete operation on subnet (Related to HA)
    • Not sure this is critical any more, as it's mostly seen in the SFC and OVN jobs, ~0 in the dvr-multinode-full job

Performance/Scalability

Gate (haleyb)

Failures

Neutron Failure Rate dashboard - http://grafana.openstack.org/dashboard/db/neutron-failure-rate

Jobs

Stable backports (haleyb)

General information

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.

We need to continue to be aggressive at proactively backporting fixes to the stable branches

This is a list of bugs with a fix that has been committed to the master branch, and are tagged with 'neutron-proactive-backport-potential+l3-dvr-backlog'

L3 scheduler backports (jschwarz)

Potential candidates for backport to Newton branch for the L3 scheduler:

Open Discussion

Meeting commands

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