pve4 cluster nod shows as offiline, but connected and vm`s are running.

blowfish

New Member
Jul 12, 2013
15
0
1
What should i do? what service i need to restart to fix this situation? what logs should i watch?
123.png
 
Please check if pvestatd service is running, or try to restart the service with

# systemctl restart pvestatd.service

Also make sure all storages are online - check with

# pvesm status

(run on pve4-node3)
 
For me it helped to install a ntp deamon as in my version 4.0-48 there is nothing like that installed.
 
You can enable the systemd ntp client with:

# timedatectl set-ntp true

But this should be enable anyways with newer 4.1 installations.