VMAX driver doc - clarify PowerMax rebrand release note

Clarify the PowerMax rebrand release note to detail the implications
of this change on the user.

Change-Id: I685f1e04ebed7116543fb1ac0bfa9d67f7dc2910
This commit is contained in:
Helen Walsh 2019-01-21 11:00:58 +00:00
parent 1c0224d901
commit 8da3ef7d4a
2 changed files with 11 additions and 3 deletions

View File

@ -1687,7 +1687,7 @@ class PowerMaxCommon(object):
return volume_dict
def _set_vmax_extra_specs(self, extra_specs, pool_record):
"""Set the PowerMax/PowerMax/VMAX extra specs.
"""Set the PowerMax/VMAX extra specs.
The pool_name extra spec must be set, otherwise a default slo/workload
will be chosen. The portgroup can either be passed as an extra spec

View File

@ -1,5 +1,13 @@
---
upgrade:
- |
PowerMax driver - 'PowerMax' is to replace 'VMAX' in release notes,
online documentation, directory structure and driver name.
Dell EMC VMAX has been rebranded to PowerMax. The drivers
``cinder.volume.drivers.dell_emc.vmax.iscsi.VMAXISCSIDriver``
and ``cinder.volume.drivers.dell_emc.vmax.fc.VMAXFCDriver``
will now be updated to ``cinder.volume.drivers.dell_emc.powermax.
iscsi.PowerMaxISCSIDriver`` and ``cinder.volume.drivers.dell_emc.
powermax.fc.PowerMaxFCDriver`` respectively in cinder.conf.
Driver configuration options that start with ``vmax`` should also
be updated to ``powermax``. Existing vmax configuration options
will continue to work but will be removed in the Train release.
Online documentation will also change to reflect these changes.