tripleo-heat-templates/releasenotes/notes/nova-scheduler-tunables-8c1dbab10b289480.yaml
Takashi Kajinami 915bf046ee Add some tunable parameters for nova-scheduler
Since placement service was introduced, there have been several
conditions where instances are not well distributed among multiple
compute nodes. For example with the default configurations if a user
creates multiple instances concurrently, these instances might be
packed into a single compute node because placement returns the same
results until any instance is actually launched at compute nodes.

This change introdices two tunable parameters about nova-scheduler
so that we can implement better distribution of nova instances in some
usecases.

Change-Id: Id488db4bd60b1c35704e24a0a85d61853bfd7038
2021-04-09 07:56:30 +09:00

9 lines
231 B
YAML

---
features:
- |
Add the following parameters to tune the behavior of nova-scheduler to
achieve better distribution of instances.
- ``NovaSchedulerHostSubsetSize``
- ``NovaSchedulerShuffleBestSameWeighedHosts``