0

is it possible to suspend VMs in KVM

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

cameron
asked May 9, 2017
1 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.

View More
jagannatharumugam
answered May 9, 2017
Your Answer
||||
 
100:0