cinder/cinder/volume/drivers/hpe
Gorka Eguileor 11034b9997 3PAR: Set the right minimum client version
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]: aad5522142

Change-Id: I6698e4d6cba617413d9c53c5381ff748f64e21b4
2020-07-29 05:27:09 -07:00
..
__init__.py Refactor HP 3PAR drivers to now be HPE 2015-11-12 12:46:35 -08:00
hpe_3par_base.py Add get_driver_options method 2019-03-07 09:18:01 -05:00
hpe_3par_common.py 3PAR: Set the right minimum client version 2020-07-29 05:27:09 -07:00
hpe_3par_fc.py HPE 3PAR: Support duplicated FQDN in network 2020-04-21 00:04:03 -07:00
hpe_3par_iscsi.py 3PAR: Fix live migration 2020-06-09 15:52:14 +02:00