On 07/23/2018 08:43 PM, clem(a)lse.epita.fr wrote:
From: Clementine Hayat <clem(a)lse.epita.fr>
We need here libiscsi for the storgae pool backend.
For the iscsi-direct storage pool, only checkPool and refreshPool should
be necessary.
Well, they are necessary only for basic support. There is still couple
of APIs worth implementing ;-)
The pool is state-less and just need the informations within the
volume
to work.
Signed-off-by: Clementine Hayat <clem(a)lse.epita.fr>
---
m4/virt-storage-iscsi-direct.m4 | 3 +
src/storage/Makefile.inc.am | 2 +
src/storage/storage_backend_iscsi_direct.c | 408 ++++++++++++++++++++-
3 files changed, 410 insertions(+), 3 deletions(-)
ACK
Michal