only last value is needed for balancing algorithm Signed-off-by: Alexandre Derumier <aderum...@odiso.com> --- PVE/Service/pvestatd.pm | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/PVE/Service/pvestatd.pm b/PVE/Service/pvestatd.pm index a33b21cd..dfaef7ce 100755 --- a/PVE/Service/pvestatd.pm +++ b/PVE/Service/pvestatd.pm @@ -184,6 +184,8 @@ sub update_node_status { }; compute_avg_metrics($ctime, $avg_metrics, 'node', $nodename); + PVE::Cluster::broadcast_node_kv("ksm", $meminfo->{memshared}); + my $transactions = PVE::ExtMetric::transactions_start($status_cfg); PVE::ExtMetric::update_all($transactions, 'node', $nodename, $node_metric, $ctime); PVE::ExtMetric::transactions_finish($transactions); -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel