ironic-python-agent/releasenotes/notes/check-for-ipmi-device-before-invocation-45b00d15c94edd00.yaml
cid 2d79eae382 Check for the existence of an IPMI device
Check for IPMI device files before the use of the `'ipmitool lan.*'`
command, avoiding unnecessary calls on non-IPMI systems.

Closes-Bug: #2076367
Change-Id: Ib800717701e6f2828df55a0da0e999fc014c12e1
2024-09-05 20:48:07 +01:00

7 lines
185 B
YAML

---
fixes:
- |
Adds a preliminary check for IPMI device files before the BMC detection
attempts, optimizing `ipmitool` command calls on systems without IPMI
capabilities.