Comment 3 for bug 1680918

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/456397
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7f3f0ef1fbb51f6f17d2c13840e0f98d17fa9093
Submitter: Jenkins
Branch: master

commit 7f3f0ef1fbb51f6f17d2c13840e0f98d17fa9093
Author: Steven Webster <email address hidden>
Date: Wed Apr 5 09:05:07 2017 -0400

    Fix mitaka online migration for PCI devices

    Currently, a validation error is thrown if we find any PCI device
    records which have not populated the parent_addr column on a nova
    upgrade. However, the only PCI records for which a parent_addr
    makes sense for are those with a device type of 'type-VF' (ie. an
    SRIOV virtual function). PCI records with a device type of 'type-PF'
    or 'type-PCI' will not have a parent_addr. If any of those records
    are present on upgrade, the validation will fail.

    This change checks that the device type of the PCI record is
    'type-VF' when making sure the parent_addr has been correctly
    populated

    Closes-Bug: #1680918
    Change-Id: Ia7e773674a4976fc03deee3f08a6ddb45568ec11