[libvirt] [PATCH 0/3] iscsi-direct: first part

clem at lse.epita.fr clem at lse.epita.fr
Fri Jul 13 22:06:12 UTC 2018


From: Clementine Hayat <clem at lse.epita.fr>

Hello,

This is the implementation of the iscsi-direct backend storage pool.
The documentation, some API calls and tests are still missing and will
be comming in a second part.

Best Regards,

-- 
Clementine Hayat


Clementine Hayat (3):
  configure: Introduce libiscsi in build system
  storage: Introduce iscsi_direct pool type
  storage: Implement iscsi_direct pool backend

 configure.ac                               |   9 +-
 m4/virt-libiscsi.m4                        |  30 ++
 m4/virt-storage-iscsi-direct.m4            |  44 ++
 src/conf/domain_conf.c                     |   1 +
 src/conf/storage_conf.c                    |  31 +-
 src/conf/storage_conf.h                    |   1 +
 src/conf/virstorageobj.c                   |   2 +
 src/storage/Makefile.inc.am                |  24 ++
 src/storage/storage_backend.c              |   6 +
 src/storage/storage_backend_iscsi_direct.c | 444 +++++++++++++++++++++
 src/storage/storage_backend_iscsi_direct.h |   6 +
 src/storage/storage_driver.c               |   1 +
 tools/virsh-pool.c                         |   3 +
 13 files changed, 597 insertions(+), 5 deletions(-)
 create mode 100644 m4/virt-libiscsi.m4
 create mode 100644 m4/virt-storage-iscsi-direct.m4
 create mode 100644 src/storage/storage_backend_iscsi_direct.c
 create mode 100644 src/storage/storage_backend_iscsi_direct.h

-- 
2.17.1




More information about the libvir-list mailing list