The IBM Storage Driver for OpenStack is a Block Storage driver that supports IBM XIV and IBM DS8000 storage systems over Fiber channel and iSCSI.
Set the following in your cinder.conf, and
use the following options to configure it.
volume_driver = cinder.volume.drivers.xiv_ds8k.XIVDS8KDriver
| Configuration option = Default value | Description |
|---|---|
| [DEFAULT] | |
san_clustername = |
(StrOpt) Cluster name to use for creating volumes |
san_ip = |
(StrOpt) IP address of SAN controller |
san_login = admin |
(StrOpt) Username for SAN controller |
san_password = |
(StrOpt) Password for SAN controller |
xiv_chap = disabled |
(StrOpt) CHAP authentication mode, effective only for iscsi (disabled|enabled) |
xiv_ds8k_connection_type = iscsi |
(StrOpt) Connection type to the IBM Storage Array |
xiv_ds8k_proxy = xiv_ds8k_openstack.nova_proxy.XIVDS8KNovaProxy |
(StrOpt) Proxy driver that connects to the IBM Storage Array |
![]() | Note |
|---|---|
To use the IBM Storage Driver for OpenStack you must download and install the package available at: http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=Enterprise%2BStorage%2BServers&product=ibm/Storage_Disk/XIV+Storage+System+%282810,+2812%29&release=All&platform=All&function=all |
For full documentation refer to IBM's online documentation available at http://pic.dhe.ibm.com/infocenter/strhosts/ic/topic/com.ibm.help.strghosts.doc/nova-homepage.html.

![[Note]](../common/images/admon/note.png)
