Reviewed: https://review.openstack.org/575222 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c8d5a71da69512c272c6106e837a7f2ffac87032 Submitter: Zuul Branch: master
commit c8d5a71da69512c272c6106e837a7f2ffac87032 Author: Matt Riedemann <[email protected]> Date: Wed Jun 13 16:23:17 2018 -0400 Don't heal allocations for deleted servers InstanceList.get_by_filters by default returns deleted servers, which we don't want to heal, so this adds the missing filter along with a functional test to show this working as expected. Change-Id: Ic18b3ea5c7db5a0535488498b4e330803e0635b5 Closes-Bug: #1776743 ** 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/1776743 Title: Allocation healer should ignore deleted instances Status in OpenStack Compute (nova): Fix Released Bug description: When running this command: nova-manage placement heal_allocations It fails with an InstanceNotFound exception when trying to heal deleted instances. The healer should ignore deleted instances because there is nothing to heal for them. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1776743/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

