On 07/10/2014 04:30 PM, Peter Krempa wrote:
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(-)
ACK series
Jan