Comment 21 for bug 1809095

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

Reviewed: https://review.opendev.org/661572
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ab445a027a6262eb5d54f82edf76e8d925ac427e
Submitter: Zuul
Branch: stable/queens

commit ab445a027a6262eb5d54f82edf76e8d925ac427e
Author: Adrian Chiris <email address hidden>
Date: Tue Mar 12 14:34:35 2019 +0200

    Allow driver to properly unplug VIFs on destination on confirm resize

    Update PCI related VIFs with the original PCI address on the source
    host to allow the virt driver to properly unplug VIFs from
    hypervisor, e.g allow the proper VF representor to be unplugged
    from the integration bridge in case of a hardware offloaded OVS.

    While other approaches are possible for solving the issue,
    The approach proposed in the series allows the fix to be safely
    backported.

    Closes-Bug: #1809095

    Change-Id: Id3c4d839fb1a6da47cfb366b65c0904d281a218f
    (cherry picked from commit 77a339c4e8d51de82cd6c4530b8473cc8bb6aea8)
    (cherry picked from commit 841d7d329df6832dcadcd9a1d59b1cf7c758209b)