
Add support for configuring `cpu_dedicated_set` parameter and modify logic for `vcpu_pin_set` and `cpu_shared_set` parameters to add ability to collocate pinned and unpinned instances on same host. Deprecate `vcpu_pin_set` option as it is deprecated from config options in nova [1] as well. [1] https://review.opendev.org/#/c/671793 Change-Id: I40e0ed0bba93bfcdc4cf157195c3e9fbcfce0776
17 lines
660 B
YAML
17 lines
660 B
YAML
---
|
|
features:
|
|
- |
|
|
Add new parameter ``[compute] cpu_dedicated_set`` to specify
|
|
list or range of physical CPU cores to reserve to be used for
|
|
allocating PCPU resources to virtual machine processes.
|
|
Defaults to ``$::os_service_default``.
|
|
deprecations:
|
|
- |
|
|
The ``vcpu_pin_set`` parameter is deprecated and superseded by
|
|
``cpu_shared_set`` and ``cpu_dedicated_set`` parameters, where
|
|
``cpu_shared_set`` and ``cpu_dedicated_set`` is used to define
|
|
list or range of VCPU and PCPU resources for virtual machine
|
|
instances respectively.
|
|
When used ``vcpu_pin_set`` can not be defined with
|
|
``cpu_dedicated_set`` parameter.
|