[libvirt] [PATCH v2 0/5] Fix gluster pool lookup issues

Peter Krempa posted 5 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1490886728.git.pkrempa@redhat.com
There is a newer version of this series
src/storage/storage_backend_fs.c                   |   5 +-
src/storage/storage_backend_gluster.c              |   3 +-
src/storage/storage_util.c                         | 110 ++++++++++++--------
src/storage/storage_util.h                         |   6 +-
tests/Makefile.am                                  |  15 ++-
.../gluster-parse-basic-native.xml                 |   7 ++
.../gluster-parse-basic-netfs.xml                  |   7 ++
.../virstorageutildata/gluster-parse-basic-src.xml |  47 +++++++++
.../gluster-parse-multivol-native.xml              |  17 +++
.../gluster-parse-multivol-netfs.xml               |  17 +++
.../gluster-parse-multivol-src.xml                 |  32 ++++++
tests/virstorageutiltest.c                         | 114 +++++++++++++++++++++
12 files changed, 330 insertions(+), 50 deletions(-)
create mode 100644 tests/virstorageutildata/gluster-parse-basic-native.xml
create mode 100644 tests/virstorageutildata/gluster-parse-basic-netfs.xml
create mode 100644 tests/virstorageutildata/gluster-parse-basic-src.xml
create mode 100644 tests/virstorageutildata/gluster-parse-multivol-native.xml
create mode 100644 tests/virstorageutildata/gluster-parse-multivol-netfs.xml
create mode 100644 tests/virstorageutildata/gluster-parse-multivol-src.xml
create mode 100644 tests/virstorageutiltest.c
[libvirt] [PATCH v2 0/5] Fix gluster pool lookup issues
Posted by Peter Krempa 7 years ago
Peter Krempa (5):
  storage: util: Add boolean differentiating between gluster lookup type
  storage: util: Split out the gluster volume extraction code into new
    function
  test: Introduce testing of virStorageUtilGlusterExtractPoolSources
  storage: Fix XPath for looking up gluster volume name
  storage: gluster: Use volume name as "<name>" field in the XML

 src/storage/storage_backend_fs.c                   |   5 +-
 src/storage/storage_backend_gluster.c              |   3 +-
 src/storage/storage_util.c                         | 110 ++++++++++++--------
 src/storage/storage_util.h                         |   6 +-
 tests/Makefile.am                                  |  15 ++-
 .../gluster-parse-basic-native.xml                 |   7 ++
 .../gluster-parse-basic-netfs.xml                  |   7 ++
 .../virstorageutildata/gluster-parse-basic-src.xml |  47 +++++++++
 .../gluster-parse-multivol-native.xml              |  17 +++
 .../gluster-parse-multivol-netfs.xml               |  17 +++
 .../gluster-parse-multivol-src.xml                 |  32 ++++++
 tests/virstorageutiltest.c                         | 114 +++++++++++++++++++++
 12 files changed, 330 insertions(+), 50 deletions(-)
 create mode 100644 tests/virstorageutildata/gluster-parse-basic-native.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-basic-netfs.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-basic-src.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-multivol-native.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-multivol-netfs.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-multivol-src.xml
 create mode 100644 tests/virstorageutiltest.c

-- 
2.12.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list