← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1199476] Re: L3 losing router interfaces

 

We recently made changes in Havana to ensure that router configurations
are applied in order.  I will add that fix to the Grizzly backport list.

** Tags added: l3-ipam-dhcp

** Changed in: neutron
       Status: New => Incomplete

** Changed in: neutron
       Status: Incomplete => Won't Fix

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

Title:
  L3 losing router interfaces

Status in OpenStack Neutron (virtual network service):
  Won't Fix

Bug description:
  I am seeing intermittent failures in adding interface to a router in
  Grizzly stable Ubuntu KVM OVS environment. Sometimes a router created
  with two interfaces ends up with only one interface. Looking through
  the logs it appears that execution of functionality is out-of-order
  than expected.  The sequence of commands is a) Create router, b) Add
  first interface c) Add second interface. From the logs it looks like
  the l3 first adds two interfaces and then deletes the second interface
  as if it executed the commands in the order of a), c) , b). Here is an
  extract of  relevant log entries:

  
  2013-07-07 20:58:53    DEBUG [quantum.agent.linux.utils] Running command: ['sudo', '/usr/bin/quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ovs-vsctl', '--', '--may-exist', 'add-port', 'br-int', 'qr-857c4a62-73', '--', 'set', 'Interface', 'qr-857c4a62-73', 'type=internal', '--', 'set', 'Interface', 'qr-857c4a62-73', 'external-ids:iface-id=857c4a62-736a-4037-8005-14e5cd36d829', '--', 'set', 'Interface', 'qr-857c4a62-73', 'external-ids:iface-status=active', '--', 'set', 'Interface', 'qr-857c4a62-73', 'external-ids:attached-mac=fa:16:3e:04:88:0b']
  Command: ['sudo', '/usr/bin/quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ovs-vsctl', '--', '--may-exist', 'add-port', 'br-int', 'qr-857c4a62-73', '--', 'set', 'Interface', 'qr-857c4a62-73', 'type=internal', '--', 'set', 'Interface', 'qr-857c4a62-73', 'external-ids:iface-id=857c4a62-736a-4037-8005-14e5cd36d829', '--', 'set', 'Interface', 'qr-857c4a62-73', 'external-ids:iface-status=active', '--', 'set', 'Interface', 'qr-857c4a62-73', 'external-ids:attached-mac=fa:16:3e:04:88:0b']
  2013-07-07 20:58:56    DEBUG [quantum.agent.linux.utils] Running command: ['sudo', '/usr/bin/quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ovs-vsctl', '--', '--may-exist', 'add-port', 'br-int', 'qr-ebebf024-39', '--', 'set', 'Interface', 'qr-ebebf024-39', 'type=internal', '--', 'set', 'Interface', 'qr-ebebf024-39', 'external-ids:iface-id=ebebf024-3968-4551-9610-84386ea579ef', '--', 'set', 'Interface', 'qr-ebebf024-39', 'external-ids:iface-status=active', '--', 'set', 'Interface', 'qr-ebebf024-39', 'external-ids:attached-mac=fa:16:3e:79:38:d7']
  Command: ['sudo', '/usr/bin/quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ovs-vsctl', '--', '--may-exist', 'add-port', 'br-int', 'qr-ebebf024-39', '--', 'set', 'Interface', 'qr-ebebf024-39', 'type=internal', '--', 'set', 'Interface', 'qr-ebebf024-39', 'external-ids:iface-id=ebebf024-3968-4551-9610-84386ea579ef', '--', 'set', 'Interface', 'qr-ebebf024-39', 'external-ids:iface-status=active', '--', 'set', 'Interface', 'qr-ebebf024-39', 'external-ids:attached-mac=fa:16:3e:79:38:d7']
  2013-07-07 20:58:59    DEBUG [quantum.agent.linux.utils] Running command: ['sudo', '/usr/bin/quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ovs-vsctl', '--timeout=2', '--', '--if-exists', 'del-port', 'br-int', 'qr-857c4a62-73']
  Command: ['sudo', '/usr/bin/quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ovs-vsctl', '--timeout=2', '--', '--if-exists', 'del-port', 'br-int', 'qr-857c4a62-73']

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