|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 0 of 4] Replace VM.create_template by VM.clone and VM.c
VM.create_template is almost a duplicate of VM.clone, as VM.clone was forbidden
on snapshots;
So now, remove that call and make the VM.clone and VM.copy throw away the
memory image of snapshots, as VM.create_template did. So now,
VM.create_template is deprecated.
9 files changed, 51 insertions(+), 47 deletions(-)
ocaml/client_records/record_util.ml | 1 -
ocaml/client_records/records.ml | 8 ++++----
ocaml/idl/datamodel.ml | 32 +++++++++++++++++---------------
ocaml/xapi/cli_frontend.ml | 13 +++++++++++--
ocaml/xapi/cli_operations.ml | 13 ++++++++-----
ocaml/xapi/message_forwarding.ml | 5 -----
ocaml/xapi/xapi_vm.ml | 16 ++++++++--------
ocaml/xapi/xapi_vm.mli | 2 --
ocaml/xapi/xapi_vm_lifecycle.ml | 8 +++-----
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 0 of 4] Replace VM.create_template by VM.clone and VM.copy,
Thomas Gazagnaire <=
|
|
|
|
|