]> git.proxmox.com Git - pve-ha-manager.git/commit
manager: avoid scoring nodes if maintenance fallback node is valid
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 17 Nov 2022 14:00:12 +0000 (15:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 12:25:21 +0000 (13:25 +0100)
commit631ba60ef220be0574017d4b4ea23a39323759a6
treefc6a9934953d36c8e818d82554308b8a3df0c1b8
parent561e7f4bfb235fcdca5b0bbb8422ce742a5da75f
manager: avoid scoring nodes if maintenance fallback node is valid

With the Usage::Static plugin, scoring is not as cheap anymore and
select_service_node() is called for each running service.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
src/PVE/HA/Manager.pm