[Kimchi-devel] [PATCH V7 0/5] bug fix: get user and group when VM is running

shaohef at linux.vnet.ibm.com shaohef at linux.vnet.ibm.com
Thu Apr 24 05:30:56 UTC 2014


From: ShaoHe Feng <shaohef at linux.vnet.ibm.com>


V6 -> V7:
After V6 rebase, still find one error code "KCHVM0029E" does not change. 

V5 -> V6:
rebase

V4 -> V5:
it is wrong to call dom.isPersistent in V4, fix it.

V3 -> V4:
work around if libvirt do not support metadata API well.

V2 -> V3:
move the virDomain.metadata and virDomain.setMetadata to model/utils.py
add testcase

V1 -> V2:
libvirt also support virDomain.metadata and virDomain.setMetadata two api.
use virDomain.metadata to get the user and group.
use virDomain.setMetadata to set the user and group.


ShaoHe Feng (5):
  Add two function to set and get domain xml metadata
  bug fix: get user and group when vm is living.
  update test case to set/get user and group when VM is running
  write the template OS info to vm metadata
  manually manage the metadata element

 src/kimchi/i18n.py        |   1 +
 src/kimchi/model/utils.py |  73 +++++++++++++++++++++++++++++++++
 src/kimchi/model/vms.py   | 102 ++++++++++++++++++++++++++++------------------
 tests/test_model.py       |  13 ++++++
 4 files changed, 150 insertions(+), 39 deletions(-)

-- 
1.9.0




More information about the Kimchi-devel mailing list