初めに
proxmoxを利用しているとたまーにこのエラーが出るので対処法を紹介します。
解決法
これはクラスターが組んであって二つのノードのうち一つが起きてるとログインできなくなるみたいです。
なので下のコマンドを打ってクラスターを破棄すれば正常にログインすることができます。
systemctl stop pve-cluster corosync
pmxcfs -l
rm /etc/corosync/*
rm /etc/pve/corosync.conf
killall pmxcfs
systemctl start pve-cluster