[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-API] empty vdi-map will cause VM.migrate_send operation to fail
On 07/09/12 10:13, Mate Lakat wrote: > Hi, > > I am about to fix this bug for OpenStack: > https://bugs.launchpad.net/nova/+bug/1040332 > > I would like to know a bit more about what is the expected content for > vdi-map in this case, to create proper test doubles. So I am interested > in the specification of the VM.migrate_send command. The vdi-map should contain a dictionary of (vdi_ref, sr_ref) pairs. The vdi_ref should be an Opaque_ref to the VDI on the source pool, and the sr_ref should be an Opaque_ref to the destination SR on the destination pool. You should specify all the VDIs for which the VM has a VBD. In case you didn't know, you can look at the Xapi source code to see a list of all the XenAPI commands and the name and type of each of their parameters [1]. Here [2] is a direct link to the migrate_send function. Mike [1] https://github.com/xen-org/xen-api/blob/master/ocaml/idl/datamodel.ml [2] https://github.com/xen-org/xen-api/blob/master/ocaml/idl/datamodel.ml#L2049 _______________________________________________ Xen-api mailing list Xen-api@xxxxxxxxxxxxx http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |