[libvirt] [PATCH 0/8] storage: separate storage volume creation from building

Peter Krempa pkrempa at redhat.com
Mon Jan 6 16:44:49 UTC 2014


This series splits the internal storage volume metadata creation from actual
volume building and adds support for deletion of guster volumes.

Peter Krempa (8):
  storage: fs: Fix comment for virStorageBackendFileSystemDelete
  storage: Support deletion of volumes on gluster pools
  storage: lvm: Avoid forward decl of virStorageBackendLogicalDeleteVol
  storage: lvm: Separate creating of the volume from building
  storage: disk: Separate creating of the volume from building
  storage: RBD: Separate creating of the volume from building
  storage: Sheepdog: Separate creating of the volume from building
  storage: Improve error message when a storage backend is missing

 src/storage/storage_backend.c          |   3 +-
 src/storage/storage_backend_disk.c     |  44 ++++++++----
 src/storage/storage_backend_fs.c       |   6 +-
 src/storage/storage_backend_gluster.c  |  64 +++++++++++++++++
 src/storage/storage_backend_logical.c  | 127 ++++++++++++++++++---------------
 src/storage/storage_backend_rbd.c      |  41 +++++++++--
 src/storage/storage_backend_sheepdog.c |  29 +++++++-
 7 files changed, 226 insertions(+), 88 deletions(-)

-- 
1.8.5.2




More information about the libvir-list mailing list