File: compute-node-auto-disable-303eb9b0fdb4f3f1.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 (17 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
features:
  - |
    The `nova-compute` worker can automatically disable itself in the
    service database if consecutive build failures exceed a set threshold. The
    ``[compute]/consecutive_build_service_disable_threshold`` configuration option
    allows setting the threshold for this behavior, or disabling it entirely if
    desired.
    The intent is that an admin will examine the issue before manually
    re-enabling the service, which will avoid that compute node becoming a
    black hole build magnet.
upgrade:
  - |
    The new configuration option
    ``[compute]/consecutive_build_service_disable_threshold``
    defaults to a nonzero value, which means multiple failed builds will
    result in a compute node auto-disabling itself.