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

2018-07-24 Thread Pavel Hrdina
On Mon, Jul 23, 2018 at 08:43:01PM +0200, c...@lse.epita.fr wrote: > From: Clementine Hayat > > We need here libiscsi for the storgae pool backend. > For the iscsi-direct storage pool, only checkPool and refreshPool should > be necessary. > The pool is state-less and just need the informations

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

2018-07-24 Thread Michal Privoznik
On 07/23/2018 08:43 PM, c...@lse.epita.fr wrote: > From: Clementine Hayat > > 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

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

2018-07-23 Thread clem
From: Clementine Hayat We need here libiscsi for the storgae pool backend. For the iscsi-direct storage pool, only checkPool and refreshPool should be necessary. The pool is state-less and just need the informations within the volume to work. Signed-off-by: Clementine Hayat ---