[pve-devel] [PATCH manager 2/3] add broadcast for new rrd format

Dietmar Maurer dietmar at proxmox.com
Tue Jun 27 12:45:14 CEST 2017


>  	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)?




More information about the pve-devel mailing list