]> git.proxmox.com Git - pve-ha-manager.git/commit
factor out service configured/delete helpers
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Mar 2020 11:50:04 +0000 (12:50 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 Mar 2020 11:50:07 +0000 (12:50 +0100)
commit79fcbe00edac5cd0f485be0abcd7bf625ef15fa2
treec70cdff800ab5c45e674f262013dbe2f82b78631
parent2331a744f9be0a93cb5b4db89d0f0081c7cfa65d
factor out service configured/delete helpers

those differ from the "managed" service in that that they do not
check the state at all, the just check if, or respectively delete, a
SID is in the config or not.

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