]> git.proxmox.com Git - pve-ha-manager.git/commit
Add timeout parameter for shutdown
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 10 Oct 2019 10:25:06 +0000 (12:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Oct 2019 10:25:53 +0000 (12:25 +0200)
commite4ef317d1f5622991252bd50e7bce48d756b0585
tree709b806089fb15769c32254cac97d33c019b395f
parent76b83c7207537f126faafad59f65dd7368943774
Add timeout parameter for shutdown

Introduces a timeout parameter for shutting a resource down.
If the parameter is 0, we perform a hard stop instead of a shutdown.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/HA/LRM.pm
src/PVE/HA/Resources.pm
src/PVE/HA/Resources/PVECT.pm
src/PVE/HA/Resources/PVEVM.pm