nova/releasenotes
Dan Smith 4cbfcc590c Refined fix for validating image on rebuild
This aims to fix the issue described in bug 1664931 where a rebuild
fails to validate the existing host with the scheduler when a new
image is provided. The previous attempt to do this could cause rebuilds
to fail unnecessarily because we ran _all_ of the filters during a
rebuild, which could cause usage/resource filters to prevent an otherwise
valid rebuild from succeeding.

This aims to classify filters as useful for rebuild or not, and only apply
the former during a rebuild scheduler check. We do this by using an internal
scheduler hint, indicating our intent. This should (a) filter out
all hosts other than the one we're running on and (b) be detectable by
the filtering infrastructure as an internally-generated scheduling request
in order to trigger the correct filtering behavior.

Conflicts:
      nova/scheduler/utils.py
      nova/tests/unit/compute/test_compute_api.py

NOTE(mriedem): The conflicts are due to not having
7d0381c91a or
4a7502a5c9 in Newton.

Closes-Bug: #1664931
Change-Id: I1a46ef1503be2febcd20f4594f44344d05525446
(cherry picked from commit f7c688b8ef)
(cherry picked from commit b29a461a8b)
(cherry picked from commit bbfc4230ef)
2017-11-28 09:58:20 -05:00
..
notes Refined fix for validating image on rebuild 2017-11-28 09:58:20 -05:00
source standardize release note page ordering 2016-09-08 14:56:26 -04:00