[Kimchi-devel] [PATCH 0/2] Live Migration UI

Daniel Henrique Barboza dhbarboza82 at gmail.com
Fri Nov 27 21:05:21 UTC 2015


As soon as I am able to test the live migration (testing environment is 
offline
ATM) I'll test this patch set.


Daniel

On 11/27/2015 05:06 PM, sguimaraes943 at gmail.com wrote:
> From: samhenri <samuel.guimaraes at eldorado.org.br>
>
> This patch addes Live Migration functionality to the new-ui.
>
> I'm attaching Socorro initial commit because I had to merge and resolve conflicts with the current new-ui version of Guests tab.
> The "Delete this VM when the migration is completed" checkbox is currently disabled because it wasn't working properly (trying to delete VM before migration was complete).
>
> Socorro Stoppler (1):
>    Initial checkin for live migration UI support
>
> samhenri (1):
>    Fixing Live Migration for the new-ui Guests tab
>
>   src/wok/plugins/ginger                             |   2 +-
>   src/wok/plugins/kimchi/ui/js/src/kimchi.api.js     |   3 +-
>   .../kimchi/ui/js/src/kimchi.guest_livemigration.js | 109 +++++++++++++++++++++
>   .../plugins/kimchi/ui/js/src/kimchi.guest_main.js  |  41 +++++++-
>   .../kimchi/ui/pages/guest-migration.html.tmpl      |  67 +++++++++++++
>   src/wok/plugins/kimchi/ui/pages/guest.html.tmpl    |   3 +-
>   src/wok/plugins/kimchi/ui/pages/i18n.json.tmpl     |   2 +
>   src/wok/plugins/kimchi/ui/pages/network.html.tmpl  |   1 -
>   8 files changed, 219 insertions(+), 9 deletions(-)
>   create mode 100644 src/wok/plugins/kimchi/ui/js/src/kimchi.guest_livemigration.js
>   create mode 100644 src/wok/plugins/kimchi/ui/pages/guest-migration.html.tmpl
>




More information about the Kimchi-devel mailing list