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

Rodrigo Trujillo rodrigo.trujillo at linux.vnet.ibm.com
Tue Mar 15 17:51:09 UTC 2016


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

-- 
2.1.0




More information about the Kimchi-devel mailing list