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: Id488db4bd60b1c35704e24a0a85d61853bfd7038changes/89/771189/3
parent
0dbcbd18ad
commit
915bf046ee
@ -0,0 +1,8 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add the following parameters to tune the behavior of nova-scheduler to
|
||||
achieve better distribution of instances.
|
||||
|
||||
- ``NovaSchedulerHostSubsetSize``
|
||||
- ``NovaSchedulerShuffleBestSameWeighedHosts``
|
Loading…
Reference in New Issue