ironic/releasenotes/notes/add-servicing-to-heartbeat-fasttrack-85863df34ece6401.yaml
Jacob Anders 22666a889f Add states.SERVICING and SERVICEWAIT to _FASTTRACK_HEARTBEAT_ALLOWED
Currently, service steps may fail to start in scenarios dependent on IPA
fasttrack. This change attempts to resolve this by incorporating
servicing states in the fast track allowed states whitelist while also
making _FASTTRACK_HEARTBEAT_ALLOWED a superset of _HEARTBEAT_ALLOWED
instead of duplicating values in the two constants.

Change-Id: I47984469c1432e7fc7b4f1494b9f6c551c34672f
(cherry picked from commit 619e1ac80ccc6f20e32a2a80d31637dd45d6d45b)
2024-04-17 10:36:02 +00:00

7 lines
193 B
YAML

---
fixes:
- |
Fixes the issue of service steps not starting due to servicing states
(states.SERVICING and states.SERVICEWAIT) missing from
_FASTTRACK_HEARTBEAT_ALLOWED constant.