316274a9d3
The [conductor] graceful_timeout option does not exist, and the [conductor] heartbeat_timeout option is actually used instead. Change-Id: I689fcf8c392eecbcf8ee12b2f67f78f9f22d17aa
11 lines
430 B
YAML
11 lines
430 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Previously the ``conductors`` ``online`` database column is not considered
|
|
when displaying the "baremetal conductor list" ``Alive`` status. This means
|
|
that when a conductor is stopped gracefully it will be shown as
|
|
(inaccurately) alive for the duration of ``[conductor]heartbeat_timeout``.
|
|
|
|
A conductor is now considered alive if ``online`` is true and there is a
|
|
recent enough heartbeat.
|