[pve-devel] [PATCH cluster/qemu-server/container 1/1] integrate prune_rrd_data function to destroy with prune
Bennet Gallein
me at bennetgallein.de
Mon Nov 4 19:32:25 CET 2024
Signed-off-by: Bennet Gallein <me at bennetgallein.de>
---
PVE/API2/Qemu.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index 848001b6..b70c51e7 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -2328,6 +2328,7 @@ __PACKAGE__->register_method({
print "purging VM $vmid from related configurations..\n";
PVE::ReplicationConfig::remove_vmid_jobs($vmid);
PVE::VZDump::Plugin::remove_vmid_from_backup_jobs($vmid);
+ PVE::RRD::purge_rrd_data("pve2-vm/$vmid");
if ($ha_managed) {
PVE::HA::Config::delete_service_from_config("vm:$vmid");
--
2.39.5
More information about the pve-devel
mailing list