
Opening up the source code of ibm_storage driver. The driver supports the IBM Spectrum Accelerate family (XIV, Spectrum Accelerate, A9000 and A9000R) and DS8000. Change-Id: I1abc6062dd84eeb6868ebedfc7032ff41030741f
15 lines
650 B
YAML
15 lines
650 B
YAML
---
|
|
features:
|
|
- |
|
|
The IBM_Storage driver has been open sourced. This means that there is no
|
|
more need to download the package from the IBM site. The only requirement
|
|
remaining is to install pyxcli, which is available through pypi:
|
|
'sudo pip install pyxcli'
|
|
upgrade:
|
|
- |
|
|
Previous installations of IBM Storage must be un-installed first and the
|
|
new driver should be installed on top. In addition the cinder.conf values
|
|
should be updated to reflect the new paths. For example the proxy setting
|
|
of 'storage.proxy.IBMStorageProxy' should be updated to
|
|
'cinder.volume.drivers.ibm.ibm_storage.proxy.IBMStorageProxy'.
|