mirror of
git://git.proxmox.com/git/pve-ha-manager.git
synced 2025-01-06 17:18:00 +03:00
48f2144b27
for calculating node usage of services based upon static CPU and memory configuration as well as scoring the nodes with that information to decide where to start a new or recovered service. For getting the service stats, it's necessary to also consider the migration target (if present), becuase the configuration file might have already moved. It's necessary to update the cluster filesystem upon stealing the service to be able to always read the moved config right away when adding the usage. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
/usr/sbin/ha-manager
|
|
/usr/sbin/pve-ha-crm
|
|
/usr/sbin/pve-ha-lrm
|
|
/usr/sbin/watchdog-mux
|
|
/usr/share/bash-completion/completions/ha-manager
|
|
/usr/share/bash-completion/completions/pve-ha-crm
|
|
/usr/share/bash-completion/completions/pve-ha-lrm
|
|
/usr/share/zsh/vendor-completions/_ha-manager
|
|
/usr/share/zsh/vendor-completions/_pve-ha-crm
|
|
/usr/share/zsh/vendor-completions/_pve-ha-lrm
|
|
/usr/share/man
|
|
/usr/share/man/man1
|
|
/usr/share/man/man1/ha-manager.1.gz
|
|
/usr/share/man/man8
|
|
/usr/share/man/man8/pve-ha-crm.8.gz
|
|
/usr/share/man/man8/pve-ha-lrm.8.gz
|
|
/usr/share/perl5/PVE/API2/HA/Groups.pm
|
|
/usr/share/perl5/PVE/API2/HA/Resources.pm
|
|
/usr/share/perl5/PVE/API2/HA/Status.pm
|
|
/usr/share/perl5/PVE/CLI/ha_manager.pm
|
|
/usr/share/perl5/PVE/HA/CRM.pm
|
|
/usr/share/perl5/PVE/HA/Config.pm
|
|
/usr/share/perl5/PVE/HA/Config.pm
|
|
/usr/share/perl5/PVE/HA/Env.pm
|
|
/usr/share/perl5/PVE/HA/Env/PVE2.pm
|
|
/usr/share/perl5/PVE/HA/Fence.pm
|
|
/usr/share/perl5/PVE/HA/FenceConfig.pm
|
|
/usr/share/perl5/PVE/HA/Groups.pm
|
|
/usr/share/perl5/PVE/HA/LRM.pm
|
|
/usr/share/perl5/PVE/HA/Manager.pm
|
|
/usr/share/perl5/PVE/HA/NodeStatus.pm
|
|
/usr/share/perl5/PVE/HA/Resources.pm
|
|
/usr/share/perl5/PVE/HA/Resources/PVECT.pm
|
|
/usr/share/perl5/PVE/HA/Resources/PVEVM.pm
|
|
/usr/share/perl5/PVE/HA/Tools.pm
|
|
/usr/share/perl5/PVE/HA/Usage.pm
|
|
/usr/share/perl5/PVE/HA/Usage/Basic.pm
|
|
/usr/share/perl5/PVE/HA/Usage/Static.pm
|
|
/usr/share/perl5/PVE/Service/pve_ha_crm.pm
|
|
/usr/share/perl5/PVE/Service/pve_ha_lrm.pm
|