]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add support for volume groups and netapp_raid_type
authorBob Callaway <bob.callaway@netapp.com>
Mon, 20 Apr 2015 04:22:37 +0000 (21:22 -0700)
committerMichael Price <michael.price@netapp.com>
Thu, 27 Aug 2015 18:57:59 +0000 (18:57 +0000)
commitd61a98d545d74068ae90c931466ac9d89f77bb46
tree5daa948780d01dc6c14bb3e47fc5ba1136246061
parentd8137f3b9178420184830fff6e90a805c0a51fad
Add support for volume groups and netapp_raid_type

This patch removes a filter constraint on pool information that limited the
pools that would be returned to the scheduler based on the raid type for
the DDP feature of the E-Series platform. Now that pools may have different
RAID types, we return that as an unqualified extra-spec netapp_raid_type.

This patch also resolves a defect with the reporting of E-Series
extra-specs that was introduced with the removal of the cache functionality.

DocImpact
Partially-Implements blueprint netapp-eseries-additional-extra-specs
Change-Id: I2656c3282270a5ec5256cc12767a09138c4a5371
cinder/tests/unit/volume/drivers/netapp/eseries/fakes.py
cinder/tests/unit/volume/drivers/netapp/eseries/test_library.py
cinder/volume/drivers/netapp/eseries/library.py