[libvirt] [PATCH v2 0/3] Improve handling of multipath devices

Michal Privoznik posted 3 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1522075241.git.mprivozn@redhat.com
Test syntax-check passed
There is a newer version of this series
docs/news.xml            |  10 +++
libvirt.spec.in          |   2 +
src/libvirt_private.syms |   4 ++
src/qemu/qemu_cgroup.c   |  42 ++++++++++++-
src/qemu/qemu_domain.c   |  64 +++++++++++++++++++
src/util/Makefile.inc.am |   2 +
src/util/virdevmapper.c  | 160 +++++++++++++++++++++++++++++++++++++++++++++++
src/util/virdevmapper.h  |  32 ++++++++++
8 files changed, 313 insertions(+), 3 deletions(-)
create mode 100644 src/util/virdevmapper.c
create mode 100644 src/util/virdevmapper.h
[libvirt] [PATCH v2 0/3] Improve handling of multipath devices
Posted by Michal Privoznik 6 years, 1 month ago
v2 of:

https://www.redhat.com/archives/libvir-list/2018-March/msg01541.html

diff to v1:
- Moved code to new file virdevmapper.c
- Rename to virDevMapperGetTargets because this bug is not specific just
  to multipath rather than all device mapper targets
- Reworked logging as suggested in review to v1

Michal Privoznik (3):
  util: Introduce virDevMapperGetTargets
  qemu: Handle device mapper targets properly
  news: Document device mapper fix

 docs/news.xml            |  10 +++
 libvirt.spec.in          |   2 +
 src/libvirt_private.syms |   4 ++
 src/qemu/qemu_cgroup.c   |  42 ++++++++++++-
 src/qemu/qemu_domain.c   |  64 +++++++++++++++++++
 src/util/Makefile.inc.am |   2 +
 src/util/virdevmapper.c  | 160 +++++++++++++++++++++++++++++++++++++++++++++++
 src/util/virdevmapper.h  |  32 ++++++++++
 8 files changed, 313 insertions(+), 3 deletions(-)
 create mode 100644 src/util/virdevmapper.c
 create mode 100644 src/util/virdevmapper.h

-- 
2.16.1

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