[pve-devel] [PATCH ha-manager v2 8/8] implement static service stats cache
    Fiona Ebner 
    f.ebner at proxmox.com
       
    Tue Oct 21 15:23:55 CEST 2025
    
    
  
Am 20.10.25 um 6:47 PM schrieb Daniel Kral:
> As the HA Manager builds the static load scheduler, it queries the
> services' static usage by reading and parsing the static guest configs
> individually, which can take significantly more time with respect to how
> many HA resources are in an actively managed state.
> 
> PVE::Cluster exposes an efficient interface to gather a set of
> properties from one or all guest configs [0]. This is used here to build
> a rather short-lived cache on every (re)initialization of the static
> load scheduler to avoid parsing guest configs individually.
> 
> [0] pve-cluster cf1b19d (add get_guest_config_property IPCC method)
> 
> Suggested-by: Fiona Ebner <f.ebner at proxmox.com>
> Signed-off-by: Daniel Kral <d.kral at proxmox.com>
Reviewed-by: Fiona Ebner <f.ebner at proxmox.com>
And with that, the whole series is :)
    
    
More information about the pve-devel
mailing list