0

is it possible to suspend VMs in KVM

How can I suspend my running Virtual machine instead of shutting down.??

KVM Virtual-machine Add a comment
cameron
asked May 09 2017

Answer

0

Its possible using below command.

# virsh suspend (VM-id or VM-name)

This will suspend guest, it means Disk usage and Network wil be kept shutoff whereas RAM memory will be consumed as such.

To revert back use virsh resume command.

Add a comment
jagannatharumugam
asked May 09 2017
edited Oct 05 2018
Post your Answer