nova/nova/virt/zvm
Stephen Finucane f329ee5a3b Validate CPU config options against running instances
We want to make sure people who have both pinned and unpinned instances
on a host (yes, it's dumb, but it happens) won't do a straightforward
'vcpu_pin_set' -> '[compute] cpu_dedicated_set' or '[compute]
cpu_shared_set' transition, breaking their ability to restart or rebuild
instances. We add a new 'supports_pcpus' driver capability to avoid
needing to do this on drivers that don't support PCPUs and CPU pinning
in general.

Change-Id: Ia1b3ab0b66fdaf569f6c7a09510f208ee28725b2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2019-09-18 00:19:33 +01:00
..
__init__.py
driver.py Validate CPU config options against running instances 2019-09-18 00:19:33 +01:00
guest.py z/VM Driver: Spawn and destroy function of z/VM driver 2018-07-16 11:35:11 +08:00
hypervisor.py zvm: Remove dead code 2019-04-03 11:27:35 +01:00
utils.py Fix missing print format error 2018-07-20 16:29:53 +08:00