Hide Forgot
Description of problem: I created kvm guest on host with this configuration (attachment). I run virsh shutdown and guest was still running. Version-Release number of selected component (if applicable): libvirt-client-0.9.4-12.el6.x86_64 redhat-release-server-6Server-6.2.0.2.el6.x86_64 (host) How reproducible: always Steps to Reproduce: 1. create virtual quest 2. virsh list (running) 3. virsh shutdown <domain> 4. virsh list (guest stil running) Expected results: libvirt debug and xml configure in attachment
Created attachment 527452 [details] libvirt debug log
Pavel, virsh shutdown sends an acpi event and thus requires cooperation of the guest OS. If the guest is linux, install acpid.
(In reply to comment #2) > Pavel, virsh shutdown sends an acpi event and thus requires cooperation of the > guest OS. If the guest is linux, install acpid. Per IRC conversation with the reporter, that was the problem, so closing as NOTABUG.