Files
ironic/releasenotes/notes/clear-stale-last-error-on-power-sync-689bdc3b317d5784.yaml
Afonne-CID 587dca1971 Follow-up: Clear last_error on power match/sync
Adds a release note for the fix in patch 955432.

Related-Change: https://review.opendev.org/c/openstack/ironic/+/955432
Change-Id: I2703e91ee4a3bdb65a17d5ad8511fdc909ee2262
Signed-off-by: Afonne-CID <afonnepaulc@gmail.com>
2025-08-04 21:18:02 +01:00

10 lines
385 B
YAML

---
fixes:
- |
When power state synchronization confirms or restores the expected state,
the ``last_error`` field may retain stale messages, giving a misleading
impression of failure on an otherwise healthy node. If
``[conductor]node_history`` is enabled, the field is now cleared,
ensuring status reflects current node health while preserving error
history.