[pve-devel] [PATCH ha-manager 0/1] prevent adding possibly non-existent nodes
Daniel Kral
d.kral at proxmox.com
Thu Jan 22 10:19:34 CET 2026
A small patch that removes the possibility to add possibly non-existent
nodes through get_node_state(...), node_is_online(...),
node_is_operational(...) and node_is_offline_delayed(...), which makes
the output of list_nodes() incorrect.
Most call sites will output an "node is not online" error to the
relevant log, but there is no output to the user, which is a possible
improvement for another patch series.
Daniel Kral (1):
nodestate: do not write unknown node status in get_node_state
src/PVE/HA/NodeStatus.pm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--
2.47.3
More information about the pve-devel
mailing list