all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* applied: [PATCH manager] pvestatd: fix typo for auto ballooning function
@ 2026-02-24 15:54 Fiona Ebner
  0 siblings, 0 replies; only message in thread
From: Fiona Ebner @ 2026-02-24 15:54 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 PVE/Service/pvestatd.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PVE/Service/pvestatd.pm b/PVE/Service/pvestatd.pm
index 98d421f4..d0719446 100755
--- a/PVE/Service/pvestatd.pm
+++ b/PVE/Service/pvestatd.pm
@@ -284,7 +284,7 @@ sub update_node_status {
     broadcast_static_node_info($maxcpu, $meminfo->{memtotal});
 }
 
-sub auto_balloning {
+sub auto_ballooning {
     my ($vmstatus) = @_;
 
     my $log = sub { $opt_debug and printf @_ };
@@ -322,7 +322,7 @@ sub update_qemu_status {
     my $ctime = time();
     my $vmstatus = PVE::QemuServer::vmstatus(undef, 1);
 
-    eval { auto_balloning($vmstatus); };
+    eval { auto_ballooning($vmstatus); };
     syslog('err', "auto ballooning error: $@") if $@;
 
     my $transactions = PVE::ExtMetric::transactions_start($status_cfg);
-- 
2.47.3





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-24 15:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-24 15:54 applied: [PATCH manager] pvestatd: fix typo for auto ballooning function Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal