ha: add warning against using 'static' mode with many services

In HA manager, the function recompute_online_node_usage() is called
very often currently and the 'static' mode needs to read the guest
configs which adds a bit of overhead.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2022-11-17 15:00:18 +01:00 committed by Thomas Lamprecht
parent 7210615d9b
commit 6d085cd52a

View File

@ -966,6 +966,9 @@ The number of active HA serivces on each node is used to choose a recovery node.
Static
^^^^^^
WARNING: The static mode is still a technology preview. It is not recommended to
use it if you have thousands of HA managed services.
Static usage information from HA serivces on each node is used to choose a
recovery node.