nova/nova/api
Sean Mooney 745de99063 Block rebuild when NUMA topology changed
If the image change during a rebuild it's possible for the request
NUMA topology to change. As a rebuild uses a noop claim in the
resource tracker the NUMA topology will not be updated as part of
a rebuild.

If the NUMA constraints do not change, a rebuild will continue as normal.
If the new constraints conflict with the existing NUMA constraints of the
instance the rebuild will be rejected without altering the status of the
instance.

This change introduces an API check to block rebuild when the NUMA
requirements for the new image do not match the existing NUMA constraints.
This is in line with the previous check introduced to prevent the rebuild of
volume-backed instances which similarly are not supported.

This change adds functional tests to assert the expected behaviour of
rebuilding NUMA instances with new images. This change also asserts that
in place rebuilds of numa instances is currently not supported.

Modifications:
	nova/tests/functional/libvirt/test_numa_servers.py

NOTE(stephenfin): The new tests added in 'test_numa_servers.py' had to
be modified to use the old-style '_wait_for_state_change' function,
since change I80cdc0a33ec27b1389130c22f9c3a8ff69f6b1a0 isn't present on
'stable/train' and it's too large and invasive to justify backporting.
In addition, a 'super()' call had to be updated to use the Python 2
compatible 'super(ClassName, self)' style.

Closes-Bug: #1763766
Partial-implements: blueprint inplace-rebuild-of-numa-instances
Change-Id: I0322d872bdff68936033a6f5a54e8296a6fb3434
(cherry picked from commit 6f5358ac19)
2019-12-19 16:46:53 +00:00
..
ec2 ec2: Remove unused functions from 'ec2utils' 2019-07-10 16:15:19 +01:00
metadata hacking: Resolve W503 (line break occurred before a binary operator) 2019-06-24 14:24:06 -05:00
openstack Block rebuild when NUMA topology changed 2019-12-19 16:46:53 +00:00
validation Multiple API cleanup changes 2019-08-12 08:52:38 -05:00
__init__.py
auth.py Refactor WSGI apps and utils to limit imports 2018-03-06 22:05:12 +00:00
compute_req_id.py Migrate to oslo request_id middleware - mv 2.46 2017-05-27 10:11:44 +00:00
manager.py Only setup iptables for metadata if using nova-net 2017-07-20 00:00:22 +00:00
wsgi.py Refactor WSGI apps and utils to limit imports 2018-03-06 22:05:12 +00:00