← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1607219] Re: revert-resize doen't drop new pci devices

 

Reviewed:  https://review.openstack.org/347509
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3ca3a2d8ce040e1b175d59e625e3316b7266df07
Submitter: Jenkins
Branch:    master

commit 3ca3a2d8ce040e1b175d59e625e3316b7266df07
Author: Moshe Levi <moshele@xxxxxxxxxxxx>
Date:   Tue Jul 26 20:45:27 2016 +0300

    Free new pci_devices on revert-resize
    
    On confirm-resize the drop_move_claim is called
    with prefix="old_" which means it should drop the
    old flavor allocations.
    On revert-resize the drop_move_claim is called
    with prefix="new_" which means it should drop
    the new flavor allocations.
    
    This patch update that the drop_move_claim will
    drop pci devices according to the prefix
    
    Co-Authored-By: Ludovic Beliveau <ludovic.beliveau@xxxxxxxxxxxxx>
    
    Closes-Bug: #1607219
    
    Change-Id: I4601f89d8ab23db19b7515d0ad9779638ec66b49


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1607219

Title:
  revert-resize doen't drop new pci devices

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  This commit https://review.openstack.org/#/c/307124/ fixes the resize for pci device,
  but in drop_move_claim it takes always the old pci device for the migration context.
  It should get the pci device according to prefix

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


References