|
|
|
|
|
|
|
|
|
|
xen-devel
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|