> PVE::Cluster::broadcast_rrd("pve2.3-vm/$vmid", $data); > + PVE::Cluster::broadcast_rrd("pve5.0-vm/$vmid", $data50); I don't really want to duplicate cluster traffic, i.e. all information is contained in "pve5.0-vm/$vmid", so we can extract that on the receiver side. But do we really want that (what for)?