[Kimchi-devel] [PATCHv8 0/8] storage server and target support

lvroyce0210 at gmail.com lvroyce0210 at gmail.com
Sun Jan 19 15:28:42 UTC 2014


From: Royce Lv <lvroyce at linux.vnet.ibm.com>

v7>v8, address model break, change xml construction to libxml
v6>v7, adopt lxml to parse xml, move parse params to get() to avoid duplicate code,
       fix bugs when one server support multiple target type.
v5>v6, change GET param support to cover more scenario of filter collected results.
v4>v5, remove storage server list reload function,
       merge storage server and targets
v3>v4, fix inconsistency between doc and json schema
v1>v3, fix racing problem, fix style.

Royce Lv (8):
  Support params for GET method
  Add testcase for GET param
  Storage server: Update API.md
  storage server: update controller.py
  storage server: Update model and mockmodel
  storage target: Update API.md
  storage target: Update controller and json schema
  storage target: Add model support

 docs/API.md                          | 22 +++++++++++
 src/kimchi/API.json                  | 20 ++++++++++
 src/kimchi/control/base.py           | 24 ++++++++----
 src/kimchi/control/storagepools.py   |  4 +-
 src/kimchi/control/storageserver.py  | 61 +++++++++++++++++++++++++++++
 src/kimchi/control/storagevolumes.py |  2 +-
 src/kimchi/control/utils.py          |  7 ++++
 src/kimchi/mockmodel.py              | 30 +++++++++++++++
 src/kimchi/model.py                  | 75 ++++++++++++++++++++++++++++++++++++
 src/kimchi/root.py                   |  2 +
 tests/test_rest.py                   | 36 +++++++++++++++++
 11 files changed, 272 insertions(+), 11 deletions(-)
 create mode 100644 src/kimchi/control/storageserver.py

-- 
1.8.1.2




More information about the Kimchi-devel mailing list