PowerMax Driver - Setting minimum Unisphere version to 9.1.0.5
This is the minimum Unisphere for PowerMax version of the 9.1.x series available on the Dell EMC support site. Changing minimum version to 9.1.0.5 for accuracy. Change-Id: I26c3fdea1a8b8f64ef428a888124d95c3c5b9ec9
This commit is contained in:
parent
2c6c5b8ec4
commit
250b51c8d1
@ -1034,7 +1034,7 @@ class PowerMaxData(object):
|
||||
|
||||
data_dict = {volume_id: volume_info_dict}
|
||||
platform = 'Linux-4.4.0-104-generic-x86_64-with-Ubuntu-16.04-xenial'
|
||||
unisphere_version = u'V9.1.0.1054'
|
||||
unisphere_version = u'V9.1.0.5'
|
||||
unisphere_version_90 = "V9.0.0.1"
|
||||
openstack_release = '12.0.0.0b3.dev401'
|
||||
openstack_version = '12.0.0'
|
||||
|
@ -38,7 +38,7 @@ SLOPROVISIONING = 'sloprovisioning'
|
||||
REPLICATION = 'replication'
|
||||
SYSTEM = 'system'
|
||||
U4V_VERSION = '91'
|
||||
MIN_U4P_VERSION = '9.1.0.1054'
|
||||
MIN_U4P_VERSION = '9.1.0.5'
|
||||
UCODE_5978 = '5978'
|
||||
retry_exc_tuple = (exception.VolumeBackendAPIException,)
|
||||
# HTTP constants
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
PowerMax driver - the minimum version of Unisphere for PowerMax for the
|
||||
current release is 9.1.0.5. It is however recommended to install the
|
||||
Security Releases(SR) of Unisphere for PowerMax if they become available.
|
Loading…
Reference in New Issue
Block a user