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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
