]> xenbits.xensource.com Git - libvirt.git/commit
Implement support for multi IQN
authorDavid Allan <dallan@redhat.com>
Thu, 21 Jan 2010 11:50:52 +0000 (12:50 +0100)
committerDaniel Veillard <veillard@redhat.com>
Thu, 21 Jan 2010 11:50:52 +0000 (12:50 +0100)
commit6aabcb5bd8cbfe717ffd8a85aaf7866b5d433e8f
tree7c45338dbd0dae59476fa7428d3af113720b50fc
parent39d883bb3db1dee6733f7efb9a313382f2ffeb04
Implement support for multi IQN

Allows the initiator to use a variety of IQNs rather than just the
system IQN when creating iSCSI pools.
* docs/schemas/storagepool.rng: extends the syntax with <iqn name="..."/>
* src/conf/storage_conf.[ch]: read and stores the iqn name
* src/storage/storage_backend_iscsi.[ch]: implement the IQN selection
  when detected
docs/schemas/storagepool.rng
src/conf/storage_conf.c
src/conf/storage_conf.h
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_iscsi.h