summaryrefslogtreecommitdiff
path: root/releasenotes/notes/scheduler-limit-placement-650fc06be2a08781.yaml
blob: 7421db0a380dfda24e8b678679646af5a1edac6c (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    The FilterScheduler now limits the number of results in the query it makes
    to placement to avoid situations where every compute node in a large
    deployment is returned. This is configurable with the new
    ``[scheduler]/max_placement_results`` configuration option, which defaults
    to 1000, a sane starting value for any size deployment.