]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Prevent deleting volumes in a consistency group
authorMike Perez <thingee@gmail.com>
Thu, 22 Jan 2015 00:06:49 +0000 (16:06 -0800)
committerMike Perez <thingee@gmail.com>
Thu, 22 Jan 2015 00:44:31 +0000 (16:44 -0800)
commiteb107145173fb71314de9b10cf3ca50c74442519
tree81a3520b74dfde5caaa5034abdddefc70f37eb00
parent055ba7ab92409ac3596c7b68aa20651c5167f292
Prevent deleting volumes in a consistency group

Currently you have to destroy the consistency group if you want to
delete these volumes. In the Kilo release, we'll have the ability to
remove a volume from a consistency group, which then can be deleted.

Closes-Bug: #1413427
Change-Id: Ice8ab88a89e447a08c3ce71c7698dd5fcf02d1e9
cinder/tests/api/contrib/test_volume_unmanage.py
cinder/tests/test_volume.py
cinder/volume/api.py