The IBM Storage Driver for OpenStack is a software component of the OpenStack cloud environment that enables utilization of storage resources provided by supported IBM storage systems.
The driver was validated on the following storage systems:
After the driver is configured on the OpenStack cinder nodes, storage volumes can be allocated by the cinder nodes to the nova nodes. Virtual machines on the nova nodes can then utilize these storage resources.
Note
Unless stated otherwise, all references to XIV storage system in this guide relate all members of the Spectrum Accelerate Family (XIV, Spectrum Accelerate and FlashSystem A9000/A9000R).
This figure illustrates how an IBM storage system is connected to the OpenStack cloud environment and provides storage resources when the IBM Storage Driver for OpenStack is configured on the OpenStack cinder nodes. The OpenStack cloud is connected to the IBM storage system over Fibre Channel or iSCSI (DS8000 systems support only Fibre Channel connections). Remote cloud users can issue requests for storage resources from the OpenStack cloud. These requests are transparently handled by the IBM Storage Driver, which communicates with the IBM storage system and controls the storage volumes on it. The IBM storage resources are then provided to the nova nodes in the OpenStack cloud.
Configure the driver manually by changing the cinder.conf
file as
follows:
volume_driver = cinder.volume.drivers.ibm.ibm_storage.IBMStorageDriver
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
ds8k_devadd_unitadd_mapping = |
(String) Mapping between IODevice address and unit address. |
ds8k_host_type = auto |
(String) Set to zLinux if your OpenStack version is prior to Liberty and you’re connecting to zLinux systems. Otherwise set to auto. Valid values for this parameter are: ‘auto’, ‘AMDLinuxRHEL’, ‘AMDLinuxSuse’, ‘AppleOSX’, ‘Fujitsu’, ‘Hp’, ‘HpTru64’, ‘HpVms’, ‘LinuxDT’, ‘LinuxRF’, ‘LinuxRHEL’, ‘LinuxSuse’, ‘Novell’, ‘SGI’, ‘SVC’, ‘SanFsAIX’, ‘SanFsLinux’, ‘Sun’, ‘VMWare’, ‘Win2000’, ‘Win2003’, ‘Win2008’, ‘Win2012’, ‘iLinux’, ‘nSeries’, ‘pLinux’, ‘pSeries’, ‘pSeriesPowerswap’, ‘zLinux’, ‘iSeries’. |
ds8k_ssid_prefix = FF |
(String) Set the first two digits of SSID |
proxy = cinder.volume.drivers.ibm.ibm_storage.proxy.IBMStorageProxy |
(String) Proxy driver that connects to the IBM Storage Array |
san_clustername = |
(String) Cluster name to use for creating volumes |
san_ip = |
(String) IP address of SAN controller |
san_login = admin |
(String) Username for SAN controller |
san_password = |
(String) Password for SAN controller |
The following information provides an overview of security for the IBM Storage Driver for OpenStack.
When using a Spectrum Accelerate Family product, you can prevent man-in-the-middle (MITM) attacks by following these rules:
Upgrade to IBM XIV storage system version 11.3 or later.
If working in a secure mode, do not work insecurely against another storage system in the same environment.
Validate the storage certificate. If you are using an XIV-provided
certificate, use the CA file that was provided with your storage system
(XIV-CA.pem
). The certificate files should be copied to one of the
following directories:
/etc/ssl/certs
/etc/ssl/certs/xiv
/etc/pki
/etc/pki/xiv
If you are using your own certificates, copy them to the same directories
with the prefix XIV
and in the .pem
format.
For example: XIV-my_cert.pem
.
To prevent the CVE-2014-3566 MITM attack, follow the OpenStack community directions.
Refer to this information to troubleshoot technical problems that you might encounter when using the IBM Storage Driver for OpenStack.
The cinder log files record operation information that might be useful for troubleshooting.
To achieve optimal and clear logging of events, activate the verbose
logging level in the cinder.conf
file, located in the /etc/cinder
folder. Add the following line in the file, save the file, and then
restart the cinder-volume
service:
verbose = True
debug = True
To turn off the verbose logging level, change True
to False
,
save the file, and then restart the cinder-volume
service.
Check the log files on a periodic basis to ensure that the IBM Storage Driver is functioning properly:
/var/log/cinder
foldercinder-volume.log
or volume.log
.
The IBM Storage Driver writes to this log file using the
[IBM DS8K STORAGE]
or [IBM XIV STORAGE]
prefix (depending on
the relevant storage system) for each event that it records in the file.This section contains the general guidance and best practices.
The XIV storage systems, running microcode version 11.5 or later, Spectrum Accelerate and FlashSystem A9000/A9000R can employ multi-tenancy.
In order to use multi-tenancy with the IBM Storage Driver for OpenStack:
CLOSED
(domain_policy: access=CLOSED
).
Otherwise, verify that the storage system domain access policy is
OPEN
(domain_policy: access=OPEN
).BASIC
(domain_policy:
host_management=BASIC
). Otherwise, verify that the storage
system domain host management policy is EXTENDED
(domain_policy: host_management=EXTENDED
).XIV storage systems running microcode version 11.6 or later, Spectrum Accelerate and FlashSystem A9000/A9000R can employ IBM Real-time Compression™.
Follow these guidelines when working with compressed storage resources using the IBM Storage Driver for OpenStack:
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.