ironic/releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml
Dmitry Tantsur 219bf0c373 Prepare release 16.1
Change-Id: Ia37075d4aa2f39ca0862b03ca02c85bac17400e5
2020-12-14 13:29:36 +01:00

11 lines
400 B
YAML

---
fixes:
- |
Calculating the ipmitool ``-N`` and ``-R`` arguments from the configuration
options ``[ipmi]command_retry_timeout`` and ``[ipmi]min_command_interval``
now takes into account the 1 second interval increment that ipmitool adds
on each retry event.
Failure-path ipmitool run duration will now be just less than
``command_retry_timeout`` instead of much longer.