ironic/releasenotes/notes/add-parallel-power-syncs-b099d66e80aab616.yaml
Ilya Etingof 821d5fef73 Parallelize periodic power sync calls follow up
Fixes quite a few assorted nits. Follows up Change-Id
I80297c877d9a87d3bd8fc30d0ed65cd443f200b3

Change-Id: I92faffb4fac349a77e3597f3668c75bbc2c2397d
2019-01-23 16:06:30 +01:00

9 lines
373 B
YAML

---
features:
- |
Parallelizes periodic power sync calls by running up to ironic
configuration ``[conductor]/sync_power_state_workers`` simultaneously.
The default is to run up to ``8`` workers. This change should let
larger-scale setups running power syncs more frequently and make the whole
power sync procedure more resilient to slow or dead BMCs.