]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
HP 3PAR Fibre Channel Driver and iSCSI Updates
authorKurt Martin <kurt.f.martin@hp.com>
Wed, 13 Feb 2013 21:55:43 +0000 (13:55 -0800)
committerKurt Martin <kurt.f.martin@hp.com>
Tue, 19 Feb 2013 17:56:19 +0000 (09:56 -0800)
commit83e2053567eeb5649b0af8826b71b50517e17f47
tree8d297f988bbedf9bbe3c33c33f7bcebd11d61da3
parentaf64eac392eb8fc490df3efc3e1f217890c44897
HP 3PAR Fibre Channel Driver and iSCSI Updates

This is the initial FC driver for the HP 3PAR array, along with some
3PAR iSCSI driver cleanup and changes in the HP 3PAR common class.
Summary of changes:
* Initial FC Driver for the Grizzly release (depends on the FC base class
  and nova FC changes https://review.openstack.org/#/c/19992/ &
  https://review.openstack.org/#/c/20003/)
* Updates to iSCSI Driver include volume type and create clone volume support
  as well as general cleanup(comments, copyright, minor bug fixes).
* The tests have been updated to add FC test and the file was renamed
  to reflect both FC and iSCSI 3PAR tests.
* Volume types added for the Grizzly release include cpg, snap_cpg, persona
  and provisioning(thin vs. full)

Partially Implements: blueprint fibre-channel-block-storage

Change-Id: Ie1c2e755aa1bcd5994ea4b02674718721b958e07
cinder/tests/test_hp3par.py [moved from cinder/tests/test_hp3par_iscsi.py with 62% similarity]
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py [new file with mode: 0644]
cinder/volume/drivers/san/hp/hp_3par_iscsi.py