On Wed, Apr 22, 2009 at 03:11:18PM +0530, Deepti B Kalakeri wrote:
ComputerSystem - 32_start_reboot.py: XFAIL
ERROR - Got CIM error CIM_ERR_FAILED: Unable to reboot domain: this function is not
supported by the hypervisor: virDomainReboot with return code 1
ERROR - Exception: Unable reboot dom 'cs_test_domain'
InvokeMethod(RequestStateChange): CIM_ERR_FAILED: Unable to reboot domain: this function
is not supported by the hypervisor: virDomainReboot
Bug:<00005>
This is a limitation in KVM, there is no Reboot support, basically
only shutdown. The only possibility at the moment is a combination of
shutdown and restart, which is not 100% similar at the libvirt level
which is why I would rather try to get a reboot operation at the QEmu
level.
But at the CIM API level maybe "reboot" and "shutdown + restart"
are
undistinguishable, in which case it's probably a good idea to implement
it this way if the hypervisor support for reboot is not present.
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit
http://xmlsoft.org/
daniel(a)veillard.com | Rpmfind RPM search engine
http://rpmfind.net/
http://veillard.com/ | virtualization library
http://libvirt.org/