diff --git a/PVE/Status/Graphite.pm b/PVE/Status/Graphite.pm index 14180aef..28fa65fd 100644 --- a/PVE/Status/Graphite.pm +++ b/PVE/Status/Graphite.pm @@ -141,6 +141,8 @@ sub assemble { } }; $assemble_graphite_data->($data, $path); + + $assemble_graphite_data = undef; # avoid cyclic reference! } PVE::JSONSchema::register_format('graphite-path', \&pve_verify_graphite_path);