all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: applied: [PATCH manager] pvestatd: fix typo for auto ballooning function
Date: Tue, 24 Feb 2026 16:54:34 +0100	[thread overview]
Message-ID: <20260224155443.193336-1-f.ebner@proxmox.com> (raw)

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





                 reply	other threads:[~2026-02-24 15:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260224155443.193336-1-f.ebner@proxmox.com \
    --to=f.ebner@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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