]> git.proxmox.com Git - pve-ha-manager.git/commit
env: add get_static_node_stats() method
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 17 Nov 2022 14:00:02 +0000 (15:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Nov 2022 12:25:21 +0000 (13:25 +0100)
commit5db695c3f3c9890642904c62b78bd7df473c8796
tree0deb784deb4075415711c86247596899b360d3b8
parent0869c306ba5b01c47af464d8506ed439641d9559
env: add get_static_node_stats() method

to be used for static resource scheduling. In the simulation
environment, the information can be added in hardware_status.

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