[libvirt] [PATCH v2 3/3] storage: Implement iscsi_direct pool backend

Michal Privoznik mprivozn at redhat.com
Tue Jul 24 12:24:33 UTC 2018


On 07/23/2018 08:43 PM, clem at lse.epita.fr wrote:
> From: Clementine Hayat <clem at 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 at 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




More information about the libvir-list mailing list