Bug 505719

Summary: virt-manager fails to reboot guests
Product: [Fedora] Fedora Reporter: bodhi.zazen <bodhi.zazen>
Component: virt-managerAssignee: Daniel Berrangé <berrange>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: berrange, bodhi.zazen, crobinso, hbrock, quintela, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-15 10:27:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description bodhi.zazen 2009-06-13 05:25:58 UTC
Description of problem: Virtmanager fails to reboot guest.


Version-Release number of selected component (if applicable):

From your wiki page 

rpm -q kvm python-virtinst virt-viewer virt-manager
package kvm is not installed
python-virtinst-0.400.3-8.fc11.noarch
virt-viewer-0.0.3-4.fc11.x86_64
virt-manager-0.7.0-5.fc11.x86_64

I suspect you want this (perhaps update wiki ;) )

rpm -q qemu-kvm
qemu-kvm-0.10.4-4.fc11.x86_64

How reproducible: Always


Steps to Reproduce:
1. In the guest Virtual Machine -> Shutdown -> Reboot
2. In virt-manager Right click guest name -> shutdown -> reboot
  
Actual results:

Error message :
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/engine.py", line 523, in reboot_domain
    vm.reboot()
  File "/usr/share/virt-manager/virtManager/domain.py", line 569, in reboot
    self.vm.reboot(0)
  File "/usr/lib64/python2.6/site-packages/libvirt.py", line 392, in reboot
    if ret == -1: raise libvirtError ('virDomainReboot() failed', dom=self)
libvirtError: this function is not supported by the hypervisor: virDomainReboot



Expected results: Reboot guest


Additional info:

1. Error persists even if selinux is disabled.

2. Error message in log :

tail -F /var/log/messages

libvirtd: 23:19:34.302: error : this function is not supported by the hypervisor: virDomainReboot

tail -F /var/log/libvirt/qemu/guest.log

Nothing.

2. Shutdown does nothing , guest still running, no error message.

3. Force off -> error message / warning -> restart guest is only option.

Comment 1 Daniel Berrangé 2009-06-15 10:27:44 UTC

*** This bug has been marked as a duplicate of bug 496537 ***