
In the event that a given physical node has reliability issues, it can be difficult for users to "get around" the problem because we currently deterministically pick the first node from the list of nodes available. Adding randomness to this process helps spread the probability that a given lease will nab a node that has issues (but has not yet been identified as such.) Co-Authored-By: Matt Crees <mattc@stackhpc.com> Change-Id: I0f0ddb14ed5d21f0ccc5c9659c821d58cea5cbde
7 lines
209 B
YAML
7 lines
209 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds optional randomness to physical host allocation. This is disabled by
|
|
default and can be enabled with the configuration option
|
|
``[physical:host]/randomize_host_selection``.
|