]> git.proxmox.com Git - pve-cluster.git/commit
add generic data broadcast interface
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 16 May 2019 15:12:31 +0000 (17:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 May 2019 15:12:45 +0000 (17:12 +0200)
commita26b18e137f72fc2b91468bb3fc57d5af05a2fbb
tree066e3d9d27097f208f05317efefd4651204cac9b
parent71cc17bccc8d6fa659ffa0233348ce654edba8ae
add generic data broadcast interface

similar to how we handle the cluster wide tasklist and rrd data,
have an interface that can sync data across the cluster

this data is only transient and will not be written to disk

we can use this for a number of things, e.g. listing ceph services
across the cluster, etc.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
data/PVE/Cluster.pm