← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1472163] [NEW] DVR: in some cases router is not scheduled to all needed hosts

 

Public bug reported:

Scenario
 - have vm running on a subnet not connected to a router
 - create router with gateway:
   neutron router-create router1 -- --external-gateway-info type=dict network_id=<uuid>
 - connect subnet to a router
 - check l3 agents hosting router
In this case only csnat portion of the router will be scheduled to dvr_snat l3 agent on network node.
Router will not be scheduled to a dvr l3 agent on compute node hosting VM, as well as to other l3 agents on networks nodes hosting dhcp ports.

This is a regression from commit
3794b4a83e68041e24b715135f0ccf09a5631178 where scheduler will return
once snat portion is scheduled.

** Affects: neutron
     Importance: Undecided
     Assignee: Oleg Bondarev (obondarev)
         Status: New


** Tags: l3-dvr-backlog

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

Title:
  DVR: in some cases router is not scheduled to all needed hosts

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Scenario
   - have vm running on a subnet not connected to a router
   - create router with gateway:
     neutron router-create router1 -- --external-gateway-info type=dict network_id=<uuid>
   - connect subnet to a router
   - check l3 agents hosting router
  In this case only csnat portion of the router will be scheduled to dvr_snat l3 agent on network node.
  Router will not be scheduled to a dvr l3 agent on compute node hosting VM, as well as to other l3 agents on networks nodes hosting dhcp ports.

  This is a regression from commit
  3794b4a83e68041e24b715135f0ccf09a5631178 where scheduler will return
  once snat portion is scheduled.

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


Follow ups

References