ironic/releasenotes/notes/snmp_add_power_action_delay-eba6c3a9cbd6ada3.yaml
Chris Krelle 330693306a add snmp power action delay
This patch adds a new snmp configuration value for power_action_delay.
It is a pause before power on and again after power off.

some of PDU equipment fails to perform correctly if commands are sent to quickly.
This patch add a configurable delay to correct that behavior.

Change-Id: I433af25f03e5baf96c0868a28b99be290adca5eb
2021-10-06 22:02:39 +00:00

9 lines
443 B
YAML

features:
- |
Adds new configuration option: ``[snmp]power_action_delay``
This option will add a delay in seconds before a snmp power on and after
power off. Which may be needed with some PDUs as they may not honor
toggling a specific power port in rapid succession without a delay.
This option may be useful if the attached physical machine has a
substantial power supply to hold it over in the event of a brownout.