ironic/releasenotes/notes/ipmi-retries-min-command-interval-070cd7eff5eb74dd.yaml
Bob Fournier a7445d9f85 Use min_command_interval when ironic does IPMI retries
For certain BMCs the default of 1 second is too short for the ipmitool
minimum command interval (-N).  The configured
``[ipmi]min_command_interval`` should be used.

Story: 2007914
Task: 40317

Change-Id: I07f17a7321582e9829ac422efb51b571a17c5ca8
2020-07-10 09:36:57 -04:00

7 lines
194 B
YAML

---
fixes:
- |
When Ironic is doing IPMI retries the configured ``min_command_interval``
should be used instead of a default value of ``1``, which may be too short
for some BMCs.