I have an error returned to cloudstack by xen xapi.  I think the two
gists below are the main XMLRPC calls:

 - VM.create, request : https://gist.github.com/snowch/9957504

 - Async.VM.start_on, response : https://gist.github.com/snowch/9957480

The error VM_HMV_REQUIRED in the second gist seems straight forward,
xen is telling me it needs HVM but that is not available.

I'm trying to figure out why a HVM vm is being requested, cloudstack
has been configured not to required hvm, so it shouldn't be making
requests for hvm resources.  I'm trying to figure out the request
VM.create, but there are lots of parameter values that I don't
understand.

Question:

Is there a specification document available that describes the Xen API
in terms of message types and parameters? I was hoping the following
document may tell me  what I need to know, but it returns a 404:

http://www.xen.org/files/XenCloud/ocamldoc/  -> HTTP 404

I've tried looking through the ocaml source, but it looks as though it
may take a fair amount of time to learn enough ocaml syntax to read
the api.

_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

Reply via email to