* Xend HTTP protocol: reboot/shutdown problem
@ 2006-12-07 10:31 Fabien Hermenier
2006-12-07 11:38 ` Ewan Mellor
0 siblings, 1 reply; 2+ messages in thread
From: Fabien Hermenier @ 2006-12-07 10:31 UTC (permalink / raw)
To: xen-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Xend HTTP protocol: reboot/shutdown problem
2006-12-07 10:31 Xend HTTP protocol: reboot/shutdown problem Fabien Hermenier
@ 2006-12-07 11:38 ` Ewan Mellor
0 siblings, 0 replies; 2+ messages in thread
From: Ewan Mellor @ 2006-12-07 11:38 UTC (permalink / raw)
To: Fabien Hermenier; +Cc: xen-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-07 11:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 10:31 Xend HTTP protocol: reboot/shutdown problem Fabien Hermenier
2006-12-07 11:38 ` Ewan Mellor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.