We have a 3-node cluster and it workes perfect with proxmox 8 since the last updates periods 2-3 months. The webUi and ssh is unreachable after a non-determistic time. A reboot of the affected machine solves the problem. So I give Proxmox 9 (9.0.6) a chance. But ends in the same result.
if I do a:
this fix the problem. We checked overcommitment of available CPUs (264 vCores available in Cluster) and memory (available 1.10 TB), also storage (available 36 TB). So we do not have a overcommitment on the resources.
here is the firewall configuration:

In journactl I do not see any issues. The rules are working before. I can access from ipmi the machines and connect to each proxmox node via ssh ip/fqdn.
So any ideas where to start?
if I do a:
Code:
systemctl stop pvestatd
systemctl start pvestatd
systemctl restart pveproxy
this fix the problem. We checked overcommitment of available CPUs (264 vCores available in Cluster) and memory (available 1.10 TB), also storage (available 36 TB). So we do not have a overcommitment on the resources.
here is the firewall configuration:

In journactl I do not see any issues. The rules are working before. I can access from ipmi the machines and connect to each proxmox node via ssh ip/fqdn.
So any ideas where to start?