Bug 505719 - virt-manager fails to reboot guests
Summary: virt-manager fails to reboot guests
Keywords:
Status: CLOSED DUPLICATE of bug 496537
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 11
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Berrangé
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-13 05:25 UTC by bodhi.zazen
Modified: 2009-06-15 10:27 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-15 10:27:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.