
24 Jul
2018
24 Jul
'18
8:24 a.m.
On 07/23/2018 08:43 PM, clem@lse.epita.fr wrote:
From: Clementine Hayat <clem@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@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