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

Michal Privoznik mprivozn at redhat.com
Thu Apr 5 08:09:38 UTC 2018


The saga continues.

v3:

https://www.redhat.com/archives/libvir-list/2018-April/msg00083.html

diff to v3:
- hopefully all Peter's review comments are worked in now.

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

 docs/news.xml            |  12 +++
 libvirt.spec.in          |   2 +
 src/libvirt_private.syms |   4 +
 src/qemu/qemu_cgroup.c   |  46 ++++++++++-
 src/util/Makefile.inc.am |   2 +
 src/util/virdevmapper.c  | 199 +++++++++++++++++++++++++++++++++++++++++++++++
 src/util/virdevmapper.h  |  31 ++++++++
 7 files changed, 293 insertions(+), 3 deletions(-)
 create mode 100644 src/util/virdevmapper.c
 create mode 100644 src/util/virdevmapper.h

-- 
2.16.1




More information about the libvir-list mailing list