File: scheduler-deprecation-20d035193c7392e4.yaml

package info (click to toggle)
nova 2%3A31.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 50,580 kB
  • sloc: python: 412,444; pascal: 1,845; sh: 992; makefile: 166; xml: 83
file content (9 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
deprecations:
  - |
    The CachingScheduler and ChanceScheduler drivers are deprecated in Pike.
    These are not integrated with the placement service, and their primary
    purpose (speed over correctness) should be addressed by the default
    FilterScheduler going forward. If ChanceScheduler behavior is desired
    (i.e. speed trumps correctness) then configuring the FilterScheduler with
    no enabled filters should approximate that behavior.