summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-more-retryable-ipmitool-errors-1c9351a89ff0ec1a.yaml
blob: c64fbd05b709a08f7dc42a6028ae9fe19fc0d15b (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - Adds more ``ipmitool`` error messages to be treated as retryable by the
    ipmitool interfaces (such as power and management hardware interfaces).
    Specifically, ``Node busy``, ``Timeout``, ``Out of space`` and
    ``BMC initialization in progress`` reporting emitted by ``ipmitool``
    will cause ironic to retry IPMI command.
    This change should improve the reliability of IPMI-based communicaton
    with BMC.