VM Pause state

YOsip

New Member
Feb 21, 2023
9
0
1
I saw that a VM can enter the "pause" state during "suspend mode backup job" and when the disk is full, how about running out of RAM? I'm implementing an API wrapper to Proxmox, specifically the reset function, and if the pause state could be an indication of RAM running low (which a reboot could solve at least temporarily) I will add it to the logic :)
(pausing when disk is full:
https://forum.proxmox.com/threads/vms-go-into-pause-state-and-cant-be-continued.3622/)
 
Last edited:
@Matthias. thank you for the replay, but I think you misunderstood my question. I wanted to know in what cases can a VM spontaneously enter a Paused state. Can it happen if a VM runs out of RAM? are there other cases?
 
Right, sorry, I did misunderstand you. No, not that I'm aware. If the VM runs out of RAM, the VM will deal with it, if the host runs out of RAM, the host will deal with it. Usually the OOM killer will do some killing, but that depends on your configuration.