]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for iSCSI target auto-discovery
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 12 Nov 2010 15:41:16 +0000 (15:41 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 23 Nov 2010 15:00:29 +0000 (15:00 +0000)
commit1da8c5672fd95ddcd9a258149d4fb03e45ce4a49
tree908b44bef134a3d2eeb7685d830e0b9cc723d07d
parent3c12b6542cfc994f6b9cf3aef623767bf441c3ea
Add support for iSCSI target auto-discovery

Since the previous patch added support for parsing the output of
the 'sendtargets' command, it is now trivial to support the
storage pool discovery API.

Given a hostname and optional portnumber and initiator IQN,
the code can return a full list of storage pool source docs,
each one representing a iSCSI target.

* src/storage/storage_backend_iscsi.c: Wire up target
  auto-discovery
src/storage/storage_backend_iscsi.c