summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2020-10-06 13:31:47 +1300
committerIury Gregory Melo Ferreira <iurygregory@gmail.com>2021-04-09 12:52:57 +0000
commitb205a32ca801c1cc95472cc82c87a95416836a19 (patch)
treeb25e8e0afbb22f6b70e08cf91ab03076fd47bb4f /releasenotes
parent4fd099345d662dc82a978e767c0b534de4e44e7d (diff)
downloadironic-b205a32ca801c1cc95472cc82c87a95416836a19.tar.gz
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 (cherry picked from commit 1de3db3b16f3e0475e506e540ca5d5ed6edb4cbf)
Diffstat (limited to 'releasenotes')
-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