15.4. 가상 장치 보류
virsh를 사용하여 도메인을 보류시킬 수 있습니다:
virsh suspend [domain-id | domain-name |domain-uuid]
When a domain is in a suspended state, it still consumes system RAM. There will also be no disk or network I/O when suspended. This operation is immediate and the virtual machine must be restarted with the
resume
option.