Comment 7 for bug 1809095

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

Reviewed: https://review.opendev.org/643024
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=000e93df09fd4941bb69f715c955b940871a1ec6
Submitter: Zuul
Branch: master

commit 000e93df09fd4941bb69f715c955b940871a1ec6
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.

    Change-Id: Id3c4d839fb1a6da47cfb366b65c0904d281a218f
    Closes-Bug: #1809095