ironic/releasenotes/notes/add-more-retryable-ipmitool-errors-1c9351a89ff0ec1a.yaml
Sharpz7 949387bd80 [codespell] Fixing Spelling Mistakes
This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: Id328ff64c352e85b58181e9d9e35973a8706ab7a
2024-02-12 19:58:56 +00:00

10 lines
437 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 communication
with BMC.