]> git.proxmox.com Git - pve-manager.git/commit
pvestatd: broadcast static node information
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 10 Nov 2022 14:37:45 +0000 (15:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Nov 2022 13:07:56 +0000 (14:07 +0100)
commit955912c54ed9b0e7913616c004c7dbf7eb5aef00
tree99e1333c07061d8fcdfae411216a18cf603c4121
parent63d389bc518b6edaad0ddfced8ea7f52944fc2d1
pvestatd: broadcast static node information

Planned to be used for static resource scheduling in the HA manager.

It's enough to broadcast the values whenever they are outdated or not
set in the node's local kv store, because pmxcfs will re-broadcast the
local kv store whenever the quorate partition changes. This is already
relied upon for the 'ceph-versions' kv pair.

Suggested-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/Service/pvestatd.pm