[Kimchi-devel] [PATCH v3][Kimchi 0/3] Add new function to Kimchi and fix multiple clones

Aline Manera alinefm at linux.vnet.ibm.com
Wed Mar 16 00:52:08 UTC 2016


Applied to next branch. Thanks.

Regards,

Aline Manera


On 03/15/2016 02:51 PM, Rodrigo Trujillo wrote:
> v3:
>   - Add default value "1" (requested in review)
>
> v2:
> This is the v2 of patchset to fix/provide support to clone a guest
> multiple times.
> This patch:
> - Creates a new function, moved from Wok to name clones;
> - Use timestamp parameter of the function to avoid clone problems;
> - Fixes backend imports;
> - Adds UI.
>
> Rodrigo Trujillo (3):
>    Add function 'get_next_clone_name'
>    Fix issue when clone a vm multiple times
>    Add UI support to clone a guest multiple times
>
>   mockmodel.py                   |  4 +--
>   model/storagevolumes.py        |  4 +--
>   model/vms.py                   |  5 ++--
>   ui/js/src/kimchi.guest_main.js | 59 ++++++++++++++++++++++++++++++++----------
>   ui/pages/guest-clone.html.tmpl | 47 +++++++++++++++++++++++++++++++++
>   ui/pages/i18n.json.tmpl        |  3 ++-
>   utils.py                       | 50 +++++++++++++++++++++++++++++++++++
>   7 files changed, 152 insertions(+), 20 deletions(-)
>   create mode 100644 ui/pages/guest-clone.html.tmpl
>




More information about the Kimchi-devel mailing list