]> git.proxmox.com Git - pve-ha-manager.git/commit
do not show a service as queued if not configured
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Jan 2017 17:37:23 +0000 (18:37 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 13 Oct 2017 08:50:16 +0000 (10:50 +0200)
commitdab49a14a0da6e7af3b13f0198675fde1dd194d9
tree29a8e7803770e8ba4a3288e07a0f944de6b47cb5
parent667670b2d4d5d8cd064d9443e924910f0836b15f
do not show a service as queued if not configured

The check if a service is configured has precedence over the check if
a service is already processed by the manager.
This fixes a bug where a service could be shown as queued even if he
was meant to be ignored.

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