]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Implement Clone CG in Pure Volume Drivers
authorPatrick East <patrick.east@purestorage.com>
Tue, 11 Aug 2015 21:08:29 +0000 (14:08 -0700)
committerPatrick East <patrick.east@purestorage.com>
Fri, 14 Aug 2015 23:12:42 +0000 (16:12 -0700)
commit27c2689a22d61d868d10d9b77638acd9ff745903
treef20bd8dfbe02e99d18261ac29e7e9c6f6e023d96
parentedd25e46880df017d17822d01d9d0463b0654ac5
Implement Clone CG in Pure Volume Drivers

This adds support for the consisgroup-create-from-src method specifying
a source consistency group.

The driver will create a new Purity Protection Group, take a temporary
snapshot of the source Protection Group, create new volumes from the
consistent snapshot, and then add these new volumes into the newly
created protection group.

Implements: blueprint pure-clone-cg
Change-Id: I3446c4a86027f1f50ada673ddb1f3b13b5e8f6cc
cinder/tests/unit/test_pure.py
cinder/volume/drivers/pure.py