VM crashes every day after 2:00am, Shows IO error

Albi95

New Member
Mar 9, 2023
8
0
1
Need help one of the VM running debian crashes everyday at the same time between 2:00 -2:15 am
 
What is the VMs n hosts syslog showing at that time? Did you check the hosts syslog for "oom" messages? Did you check the hosts and VMs systemd timers and crontab if there is a job/schedule running at that time?
 
How can I check those messages, I am new to proxmox and i tried jornalctl command,But was unable to find any issues..
 
How can I check those messages, I am new to proxmox and i tried jornalctl command,But was unable to find any issues..
To check the PVE host for oom messages you could run cat /ver/log/syslog | grep oom. To chec the syslogd timers you could run systemctl list-timers. To check the crontab you can have a look at cat /etc/crontab as well as crontab -e.