summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml
blob: 4a39991cab3558a337cf40c467f506c672d06e13 (plain)
1
2
3
4
5
6
7
8
9
10
---
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.