]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
EMC VMAX Driver Juno Update
authorXing Yang <xing.yang@emc.com>
Thu, 3 Jul 2014 21:50:45 +0000 (17:50 -0400)
committerXing Yang <xing.yang@emc.com>
Sat, 23 Aug 2014 04:04:28 +0000 (00:04 -0400)
commitd4d7b536546b9aab3d7ecbaca9dd52f16c89cb0d
tree19413f53c4359e71a3e037ef0021c908c08e62a8
parent20f5102a67962b6d6b8922812ac6df72d652c8a8
EMC VMAX Driver Juno Update

This driver is an enhancement from the EMC SMI-S driver.
In Juno, VNX support will be removed from this driver.
Moving forward, this driver will support VMAX only.

The following features are added for VMAX:

* Extend volume
* Create volume from snapshot
* Dynamically creating masking views, storage groups,
  and initiator groups
* Striped volumes
* FAST policies

Tempest test results from CI system:
  https://bugs.launchpad.net/cinder/+bug/1337840

Change-Id: I01aaf1041d32351a8dc12c509f387e2d120074a3
Implements: blueprint emc-vmax-driver-juno-update
cinder/tests/test_emc_smis.py [deleted file]
cinder/tests/test_emc_vmax.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_smis_common.py [deleted file]
cinder/volume/drivers/emc/emc_vmax_common.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_vmax_fast.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_vmax_fc.py [moved from cinder/volume/drivers/emc/emc_smis_fc.py with 70% similarity]
cinder/volume/drivers/emc/emc_vmax_iscsi.py [moved from cinder/volume/drivers/emc/emc_smis_iscsi.py with 68% similarity]
cinder/volume/drivers/emc/emc_vmax_masking.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_vmax_provision.py [new file with mode: 0644]
cinder/volume/drivers/emc/emc_vmax_utils.py [new file with mode: 0644]
etc/cinder/cinder.conf.sample