Fabien Hermenier
2006-Dec-07 10:31 UTC
[Xen-devel] Xend HTTP protocol: reboot/shutdown problem
Hi I manage my hypervisor with HTTP protocol. The command : - POST /xend/node?op=shutdown HTTP/1.0 and - POST /xend/node?op=reboot HTTP/1.0 doesn''t seems to be active. Xend replies me a status code 200 (ok) but no reboot nor shutdown. Regards. Fabien Hermenier _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Dec-07 11:38 UTC
Re: [Xen-devel] Xend HTTP protocol: reboot/shutdown problem
On Thu, Dec 07, 2006 at 11:31:52AM +0100, Fabien Hermenier wrote:> > Hi > I manage my hypervisor with HTTP protocol. The command : > - POST /xend/node?op=shutdown HTTP/1.0 and > - POST /xend/node?op=reboot HTTP/1.0 > > doesn''t seems to be active. Xend replies me a status code 200 (ok) but > no reboot nor shutdown.Has this ever worked? XendNode.py has def shutdown(self): return 0 def reboot(self): return 0 and it''s looked like that since 2004, AFAICT. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel