11034b9997
The 3PAR driver currently has a mismatch between the minimum version reported in the driver-requirements.txt file and cinder/volume/drivers/hpe/hpe_3par_common.py. Currently the minimum version enforced by the code is 4.2.0, but that is not correct for the iSCSI driver, since it's using the "is_primera_array" method which was first included on 4.2.10 [1]. This patch updates the driver-requirements file to match the minimum version for iSCSI, and also enforces version 4.2.10 for both drivers, iSCSI and FC, for simplicity's sake. [1]: https://github.com/hpe-storage/python-3parclient/commit/aad552214254c89d8e793a1270a94430d1ae961a Change-Id: I6698e4d6cba617413d9c53c5381ff748f64e21b4
45 lines
758 B
Plaintext
45 lines
758 B
Plaintext
# Document dependencies that are only used if using
|
|
# certain drivers. This file is not managed by
|
|
# requirements tools.
|
|
|
|
# HPE 3PAR
|
|
python-3parclient>=4.2.10 # Apache-2.0
|
|
|
|
# Kaminario
|
|
krest>=1.3.0 # Apache-2.0
|
|
|
|
# Pure Storage
|
|
purestorage>=1.6.0 # BSD
|
|
|
|
# Dell EMC VMAX, IBM DS8K
|
|
pyOpenSSL>=1.0.0 # Apache-2.0
|
|
|
|
# HPE Lefthand
|
|
python-lefthandclient>=2.0.0 # Apache-2.0
|
|
|
|
# Fujitsu Eternus DX
|
|
pywbem>=0.7.0 # LGPLv2.1+
|
|
|
|
# IBM XIV
|
|
pyxcli>=1.1.5 # Apache-2.0
|
|
|
|
# RBD
|
|
rados # LGPLv2.1
|
|
rbd # LGPLv2.1
|
|
|
|
# Dell EMC VNX and Unity
|
|
storops>=1.2.3 # Apache-2.0
|
|
|
|
# INFINIDAT
|
|
infinisdk # BSD-3
|
|
capacity # BSD
|
|
infi.dtypes.wwn # PSF
|
|
infi.dtypes.iqn # PSF
|
|
|
|
# Storpool
|
|
storpool>=4.0.0 # Apache-2.0
|
|
storpool.spopenstack>=2.2.1 # Apache-2.0
|
|
|
|
# Datera
|
|
dfs_sdk>=1.2.25 # Apache-2.0
|