[libvirt] [PATCH 0/7] Introduce storage pool status XML

Erik Skultety eskultet at redhat.com
Tue Mar 24 10:06:48 UTC 2015


All of the commits resolve BZ https://bugzilla.redhat.com/show_bug.cgi?id=1177733

Erik Skultety (7):
  storage: Remove unused attribute conn from 'checkPool' callback
  conf: Add support for storage state directory
  conf: Add/modify storage formatting functions
  storage: Modify stateInitialize to support storage state XML
  conf: Introduce virStoragePoolLoadAllState && virStoragePoolLoadState
  storage: Introduce storagePoolUpdateAllState function
  storage: Create/Delete pool status XML

 src/conf/storage_conf.c               | 229 ++++++++++++++++++++++++++++------
 src/conf/storage_conf.h               |  14 ++-
 src/libvirt_private.syms              |   2 +
 src/storage/storage_backend.h         |   3 +-
 src/storage/storage_backend_fs.c      |   3 +-
 src/storage/storage_backend_iscsi.c   |   3 +-
 src/storage/storage_backend_logical.c |   3 +-
 src/storage/storage_backend_mpath.c   |   3 +-
 src/storage/storage_backend_scsi.c    |   3 +-
 src/storage/storage_backend_zfs.c     |   3 +-
 src/storage/storage_driver.c          | 166 +++++++++++++++++++-----
 11 files changed, 348 insertions(+), 84 deletions(-)

-- 
1.9.3




More information about the libvir-list mailing list