[libvirt] [PATCH 0/3] storage: Fix operations working with local storage only

Peter Krempa pkrempa at redhat.com
Thu Jul 10 14:30:28 UTC 2014


Peter Krempa (3):
  conf: storage: Add helper to determine whether storage vol is local
  storage: wipe: Don't attempt to wipe remote storage
  storage: Split out volume upload/download as separate backend function

 src/conf/storage_conf.c               | 19 +++++++++++++
 src/conf/storage_conf.h               |  2 ++
 src/libvirt_private.syms              |  1 +
 src/storage/storage_backend.c         | 31 ++++++++++++++++++++
 src/storage/storage_backend.h         | 30 ++++++++++++++++++++
 src/storage/storage_backend_disk.c    |  2 ++
 src/storage/storage_backend_fs.c      |  7 +++++
 src/storage/storage_backend_iscsi.c   |  2 ++
 src/storage/storage_backend_logical.c |  2 ++
 src/storage/storage_backend_mpath.c   |  2 ++
 src/storage/storage_backend_scsi.c    |  2 ++
 src/storage/storage_driver.c          | 53 ++++++++++++++---------------------
 12 files changed, 121 insertions(+), 32 deletions(-)

-- 
2.0.0




More information about the libvir-list mailing list