Signed-off-by: Fiona Ebner <[email protected]>
---
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