
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
9 lines
366 B
YAML
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. |