[Kimchi-devel] [PATCH V4] Create logical pool from existing VG

Aline Manera alinefm at linux.vnet.ibm.com
Mon Nov 23 17:07:21 UTC 2015


V3 - V4:
- Use run_command instead of subprocess.Popen (by Daniel)

Aline Manera (1):
  Create logical pool from existing VG

 src/wok/plugins/kimchi/API.json                    |   5 +
 src/wok/plugins/kimchi/control/host.py             |  22 ++++
 src/wok/plugins/kimchi/disks.py                    | 127 ++++++++++++++++++---
 src/wok/plugins/kimchi/docs/API.md                 |  25 +++-
 src/wok/plugins/kimchi/i18n.py                     |   5 +
 src/wok/plugins/kimchi/mockmodel.py                |  27 +++++
 src/wok/plugins/kimchi/model/host.py               |  27 +++++
 src/wok/plugins/kimchi/model/libvirtstoragepool.py |   9 +-
 src/wok/plugins/kimchi/model/storagepools.py       |  30 +++--
 .../plugins/kimchi/tests/test_mock_storagepool.py  |   8 +-
 10 files changed, 255 insertions(+), 30 deletions(-)

-- 
2.5.0




More information about the Kimchi-devel mailing list