[Kimchi-devel] [PATCH v3] [Kimchi 0/5] Live migration RDMA support

dhbarboza82 at gmail.com dhbarboza82 at gmail.com
Tue Jan 10 19:34:32 UTC 2017


From: Daniel Henrique Barboza <danielhb at linux.vnet.ibm.com>

v3:
- added migrate mockmodel API and test_rest tests

v2:
- added unit test.

This patch set adds Live Migration RDMA support in Kimchi.

The backend/frontend will not verify if the network card
is RDMA capable before doing the migration. User will have
to deal with the libvirt errors in case RDMA is chosen
without proper support/setup.

Daniel Henrique Barboza (5):
  Live migration RDMA support: doc changes
  Live migration RDMA support: model changes
  Live migration RDMA support: ui changes
  Live migration RDMA support: test changes
  Live migration RDMA support: mockmodel changes

 API.json                                |  5 ++++
 control/vms.py                          |  5 ++--
 docs/API.md                             |  1 +
 i18n.py                                 |  3 +-
 mockmodel.py                            | 17 ++++++++++-
 model/vms.py                            | 18 ++++++++---
 tests/test_livemigration.py             | 53 ++++++++++++++++++++++++++++++++-
 tests/test_rest.py                      | 48 ++++++++++++++++++++++++++++-
 ui/js/src/kimchi.guest_livemigration.js |  7 +++--
 ui/pages/guest-migration.html.tmpl      |  6 +++-
 10 files changed, 149 insertions(+), 14 deletions(-)

-- 
2.7.4



More information about the Kimchi-devel mailing list