]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell SC: Enable use of Storage Profiles
authorSean McGinnis <sean_mcginnis@dell.com>
Thu, 18 Jun 2015 21:56:33 +0000 (16:56 -0500)
committerSean McGinnis <sean_mcginnis@dell.com>
Mon, 22 Jun 2015 20:49:06 +0000 (15:49 -0500)
commit5ff07f9577c7b971c86759e3797123435dbc6aec
tree90d218dab32593f40e572e2f310fda6fd89a5c97
parentbfcc27ea5c19e8aacce95cb56c10a95c5f1373b3
Dell SC: Enable use of Storage Profiles

The Storage Center array allows volumes to be associated with
different Storage Profiles. These profiles allow setting tiering
and RAID types per volume. The driver currently only uses the
default Storage Profile configured for the Cinder user account.

This patch adds the capability to use different Storage Profiles
by using extra specs to allow the creation of different volume
types for the desired profiles.

DocImpact

Change-Id: Icf76fceca5a0ae20bb08b276b0c41ef6cdb31087
cinder/tests/unit/test_dellsc.py
cinder/tests/unit/test_dellscapi.py
cinder/volume/drivers/dell/dell_storagecenter_api.py
cinder/volume/drivers/dell/dell_storagecenter_common.py
cinder/volume/drivers/dell/dell_storagecenter_fc.py
cinder/volume/drivers/dell/dell_storagecenter_iscsi.py