← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1570833] [NEW] No ports have port_id starting with mac repeated in neutron server log

 

Public bug reported:

"No ports have port_id starting with <mac>" message is repeated in
neutron server log. After investigation, found that these correspond to
ports on host but not managed by neutron. Neutron agent tries to find
these ports to update and fails with these messages.

get_bound_port_context in neutron/plugins/ml2/plugin.py tries to find
these ports in database and fails with NoResultFound exception. While
handling this exception, a warning message is printed, this needs to be
converted to debug instead of info. Then unless debug is enabled, this
message will not appear in neutron server log.

** Affects: neutron
     Importance: Undecided
     Assignee: Sridhar Venkat (svenkat)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Sridhar Venkat (svenkat)

** Changed in: neutron
       Status: New => In Progress

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

Title:
  No ports have port_id starting with mac repeated in neutron server log

Status in neutron:
  In Progress

Bug description:
  "No ports have port_id starting with <mac>" message is repeated in
  neutron server log. After investigation, found that these correspond
  to ports on host but not managed by neutron. Neutron agent tries to
  find these ports to update and fails with these messages.

  get_bound_port_context in neutron/plugins/ml2/plugin.py tries to find
  these ports in database and fails with NoResultFound exception. While
  handling this exception, a warning message is printed, this needs to
  be converted to debug instead of info. Then unless debug is enabled,
  this message will not appear in neutron server log.

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


Follow ups