]> git.proxmox.com Git - pve-ha-manager.git/commit
lrm: always give up lock if node went successfully into maintenance
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Mar 2023 12:06:55 +0000 (13:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 20 Mar 2023 12:07:45 +0000 (13:07 +0100)
commit279d91c2ec110e7017d9207e84f417c944d2a973
treed90aedee32fd49363cf808bf37ea998bb0d47c1c
parent73faade51955be1775dcdd891418ab940543f7d3
lrm: always give up lock if node went successfully into maintenance

the change as of now is a no-op, as we only ever switched to
maintenance mode on shutdown-request, and there we exited immediately
if no active service and worker where around anyway.

So this is mostly preparing for a manual maintenance mode without any
pending shutdown.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/HA/LRM.pm