summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml')
-rw-r--r--releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml b/releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml
new file mode 100644
index 000000000..b599b0b14
--- /dev/null
+++ b/releasenotes/notes/ipmi_command_retry_timeout-889a49b402e82b97.yaml
@@ -0,0 +1,9 @@
+---
+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. \ No newline at end of file