]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add support for Purity Protection Groups to PureISCSIDriver
authorPatrick East <patrick.east@purestorage.com>
Fri, 5 Dec 2014 18:18:46 +0000 (10:18 -0800)
committerPatrick East <patrick.east@purestorage.com>
Wed, 17 Dec 2014 19:00:45 +0000 (11:00 -0800)
commit55857055fed82d9b599d0485cd980ee312d00269
treecc9fd950cbc952fba70dac8dbadbe7c8b6142f59
parent9ad858c9c9522eac8b653b633c04669b39bc2b5c
Add support for Purity Protection Groups to PureISCSIDriver

We will be needing access to the Protection Group features of Purity to
enable features like Replication and Consistency Groups. To do this we
need to add new helpers for the FlashArray object for the required REST
API methods.

DocImpact: To bring in pgroup support we will need to bump up the
required REST API version to 1.2+ and remove support for 1.0 and 1.1

Implements: blueprint pure-iscsi-add-pgroup-support
Change-Id: Ia446615e0c03b91fc1da75489855e77c29639efa
cinder/tests/test_pure.py
cinder/volume/drivers/pure.py