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

Bug #1602598 reported by Esha Seth
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-powervm
Fix Released
Undecided
Esha Seth

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 Shared Ethernet Adapter agent tries to find these ports to update and fails with these messages.

A change is proposed to list_lpar_uuids api to selectively return all or non-Novalink virtual machine uuids only. This is done by introducing a parameter include_mgmt_vm in api list_lpar_uuids
which when False(default) returns non-Novalink lpar uuids and when True returns all lpar uuids

Esha Seth (eshaseth)
Changed in networking-powervm:
assignee: nobody → Esha Seth (eshaseth)
Changed in networking-powervm:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-powervm (master)

Reviewed: https://review.openstack.org/341125
Committed: https://git.openstack.org/cgit/openstack/networking-powervm/commit/?id=4df3e50301deffd504f08a49f1bf680f0c5a47a7
Submitter: Jenkins
Branch: master

commit 4df3e50301deffd504f08a49f1bf680f0c5a47a7
Author: eshaseth <email address hidden>
Date: Tue Jul 12 13:04:40 2016 -0400

    Support returning non-mgmt LPAR UUIDs

    This change allows for the utils list_lpar_uuids to take in a new
    parameter that can exclude the mgmt UUID. This is an important change
    because we may wish to explicitly exclude it to avoid erronerous logging
    messages. This differs from pypowervm's base implementation where it
    explicitly includes it (if that explicit include is not set to True, it
    does not explicitly exclude it).

    Reworks to use the pypowervm get_partitions method where able.

    Closes-Bug #1602598

    Change-Id: Ic47b4f20c04a7f98517a77cdb31d044a1f8f63e8

Changed in networking-powervm:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.