File: agg-resource-filters-6e24c92a69afa85f.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (22 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
upgrade:
  - |
    Starting in Ocata, there is a behavior change where aggregate-based
    overcommit ratios will no longer be honored during scheduling for the
    FilterScheduler. Instead, overcommit values must be set on a
    per-compute-node basis in the Nova configuration files.

    If you have been relying on per-aggregate overcommit, during your upgrade,
    you must change to using per-compute-node overcommit ratios in order for
    your scheduling behavior to stay consistent. Otherwise, you may notice
    increased NoValidHost scheduling failures as the aggregate-based overcommit
    is no longer being considered.

    You can safely remove the AggregateCoreFilter, AggregateRamFilter, and
    AggregateDiskFilter from your ``[filter_scheduler]enabled_filters`` and you
    do not need to replace them with any other core/ram/disk filters. The
    placement query in the FilterScheduler takes care of the core/ram/disk
    filtering, so CoreFilter, RamFilter, and DiskFilter are redundant.

    Please see the mailing list thread for more information:
    http://lists.openstack.org/pipermail/openstack-operators/2018-January/014748.html