Difference between Pause and hibernate

jsterr

Famous Member
Jul 24, 2020
872
257
108
34
1728925102956.png

Cant find any details in the documentation, can someone tell the difference between pause and hibernate and when to use those options?
 
So on Pause Memory is not written to disk, so if the host fails, the paused vm would loose its memory?
 
If you look at the Task information:
hybernate = qmsuspend
pause = qmpause

API docs state:
suspend: You need 'VM.PowerMgmt' on /vms/{vmid}, and if you have set 'todisk', you need also 'VM.Config.Disk' on /vms/{vmid} and 'Datastore.AllocateSpace' on the storage for the vmstate.

The same /suspend API call is used, the difference is in the parameters specified


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: jsterr