diff --git a/releasenotes/notes/clear-stale-last-error-on-power-sync-689bdc3b317d5784.yaml b/releasenotes/notes/clear-stale-last-error-on-power-sync-689bdc3b317d5784.yaml new file mode 100644 index 0000000000..9d95ec880e --- /dev/null +++ b/releasenotes/notes/clear-stale-last-error-on-power-sync-689bdc3b317d5784.yaml @@ -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.