ironic/releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml
Steve Baker 1de3db3b16 Fix ipmitool timing argument calculation
Calculating the ipmitool `-N` and `-R` arguments from ironic.conf
[ipmi] `command_retry_timeout` and `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.

Change-Id: Ia3d8d85497651290c62341ac121e2aa438b4ac50
2020-10-14 19:33:50 +00:00

9 lines
366 B
YAML

---
fixes:
- |
Calculating the ipmitool `-N` and `-R` arguments from ironic.conf [ipmi]
`command_retry_timeout` and `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.