nova/releasenotes/notes/extra-sorting-for-host-cells-c03e37de1e57043b.yaml
Sean Mooney 6314f09ed4 [codespell] apply codespell to the releasenotes
this change fixes the typos in the releasenotes
"""
codespell --ignore-words=doc/dictionary.txt -i 3 -w  releasenotes/
"""

Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
2023-10-03 01:17:21 +01:00

11 lines
489 B
YAML

---
features:
- |
Extra sorting were added to numa_fit_instance_to_host function
to balance usage of hypervisor's NUMA cells. Hypervisor's NUMA
cells with more free resources (CPU, RAM, PCI if requested)
will be used first (spread strategy) when configuration option
``packing_host_numa_cells_allocation_strategy`` was set to False.
Default value of ``packing_host_numa_cells_allocation_strategy``
option is set to True which leads to packing strategy usage.