답변:
예.
virsh shutdown
명령 (또는 같이 libvirt를 사용 "종료"의 다른 구현은 virt-manager
) 완전히 종료하는 게스트 OS를 지시합니다. 매뉴얼 페이지에서 :
shutdown domain-id
Gracefully shuts down a domain. This coordinates with the domain
OS to perform graceful shutdown, so there is no guarantee that it
will succeed, and may take a variable length of time depending on
what services must be shutdown in the domain.
The exact behavior of a domain when it shuts down is set by the
on_shutdown parameter in the domain’s XML definition.
KVM을 사용하면 ACPI system_powerdown 이벤트를 보내야합니다.
Fedora 및 RHEL 6에서는 libvirt-guests
시스템 종료시 모든 게스트를 일시 중지하도록 구성된 init 스크립트가 기본 제공됩니다. 그러나 특히 마술은 아니므로 거의 수정하지 않고 이것을 CentOS 5에 복사 할 수 있습니다.
이것은 최근 Fedora 및 RHEL 6의 표준 기능입니다.