Files
ironic/releasenotes/notes/larger-power-sync-interval-43e290a6ee48d8be.yaml
Jay Faulkner aa6059eb5a Increase default sync_power_state_interval
60s as a default is reasonable with perfect hardware, but very small
amounts of hardware we deal with are perfect. A 2 minute default is
unlikely to have negative operator side effects and will decrease
conductor and node BMC load.

Signed-off-by: Jay Faulkner <jay@jvf.cc>
Change-Id: I921171b14a61cded4ba728dfd044746965a02e74
2025-09-24 19:54:14 +00:00

8 lines
322 B
YAML

---
fixes:
- |
Our prior default for [conductor]/sync_power_state_interval was too
aggressive for many hardware devices. Instead of checking power state
every minute, we'll now check it by default every other minute. This will
significantly lessen the overall load on Node BMCs and the Ironic conductor.