Comment 5 for bug 1858110

Revision history for this message
Eric MacDonald (rocksolidmtce) wrote :

Please consider this issue's update for stx 3.0

Impact: Loss of BMC access is not alarmed

Commit Message: Fix BMC access loss handling

Recent refactoring of the BMC handler FSM introduced a code change that prevents the BMC Access alarm from being raised after initial BMC accessibility was established and is then lost.

This update ensures BMC access alarm management is working properly.

This update also implements ping failure debounce so that a single ping failure does not trigger full reconnection handling. Instead that now requires 3 ping failures in a row. This has the effect of adding a minute to ping failure action handling before the usual 2 minute BMC access failure alarm is raised. ping failure logging is reduced/improved.