proxmox gui session timeout

Если на одной из нод даже кратковременно по какой-то причине сбилось время,то будет выбрасывать из веб морды по таймауту.

Смотрим логи,там почти наверняка срань вида
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/local-lvm: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/Storage: -1
Sep 29 18:54:00 proxmox1 pmxcfs[6667]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/proxmox1/local: -1

Так можно вычислить ноду накоторой проблемы с часами
Решение
1. That the command hwclock will output the correct date/time (refer to man 5 hwclock for usage)
2. That the date/time returned by the date command is the right one and in sync with the previous command
3. Perform the commands:
# touch /etc/pve/authkey.pub
# touch /etc/pve/authkey.pub.old

Ну и чтобы починить rrd делаем
cd /var/lib/
systemctl stop rrdcached
mv rrdcached rrdcached.bck
systemctl start rrdcached
systemctl restart pve-cluster

Это скорее всего придется сделать на каждой ноде.