ironic/releasenotes/notes/add-more-retryable-ipmitool-errors-1c9351a89ff0ec1a.yaml
Ilya Etingof 4d020a68fb Adds more ipmitool errors as retryable
This change extends the list of `ipmitool` errors that
ironic treats as retryable on failure.

Change-Id: I5fddc95404a1725f03bd26da51932c3ece5a5a35
Story: 2001989
Task: 19611
2018-06-06 13:15:24 +02:00

10 lines
436 B
YAML

---
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.