]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
NetApp E-Series: Volumes not added to consisgroup
authorMichael Price <michael.price@netapp.com>
Thu, 10 Mar 2016 17:17:18 +0000 (11:17 -0600)
committerMichael Price <michael.price@netapp.com>
Mon, 14 Mar 2016 21:40:18 +0000 (21:40 +0000)
commitf257d77aabb92b2992ce246dd95dc9929f6800af
tree52e9d07b79a215971dbcfcd89b05a2b1fea686cf
parentb31088f0a6a566eaca2e9cba9c4ecc4a4a974692
NetApp E-Series: Volumes not added to consisgroup

Volumes were not being added to a consistency group upon creation when the
consistencygroup_id is provided during the volume creation.

This patch adds functionality to relevant methods in library.py to add the newly
created volume to a consistency group when applicable.

Closes-Bug: #1555933
Change-Id: I6d09b81571ce7b5c07d155cb4a70079fe35ed945
cinder/tests/unit/volume/drivers/netapp/eseries/test_library.py
cinder/volume/drivers/netapp/eseries/library.py