]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add support to PureISCSIDriver for Consistency Groups
authorPatrick East <patrick.east@purestorage.com>
Fri, 5 Dec 2014 02:51:06 +0000 (18:51 -0800)
committerPatrick East <patrick.east@purestorage.com>
Thu, 25 Dec 2014 21:35:08 +0000 (13:35 -0800)
commit39c1a8e08dc854e22ada315a46c20c99df2facf8
treea2132629b8d59265dc8179dfceac4fdc221a5c88
parent7588e834b4545ca184cc67cc976426f63ec9d3bd
Add support to PureISCSIDriver for Consistency Groups

This change adds implementations for the required driver methods for
Consistency Groups to be supported with the PureISCSIDriver. There is a
nice direct mapping between Consistency Groups and Purity Protection
Groups which makes the implementation pretty straightforward.

Implements: blueprint pure-iscsi-consistency-group
Change-Id: I8b97947d4788a7a7ba2dfa1d2b07645eafba76ec
cinder/tests/test_pure.py
cinder/volume/drivers/pure.py