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>
This commit is contained in:
Afonne-CID
2025-08-04 21:18:02 +01:00
parent 14ca87cdcc
commit 587dca1971

View File

@@ -0,0 +1,9 @@
---
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.