]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
More validation logic for VNX CG creation
authorJeegn Chen <jeegn.chen@emc.com>
Fri, 27 Feb 2015 06:59:48 +0000 (14:59 +0800)
committerJeegn Chen <jeegn.chen@emc.com>
Fri, 27 Feb 2015 06:59:48 +0000 (14:59 +0800)
commit3fd6af2ce490f4b1fb3bb320fcb903043de1a998
tree211700630ac672bb53922221b36a284782f1b847
parent33ccaf8efc079049b77bedeac23f3cd8f9229454
More validation logic for VNX CG creation

In VNX array, compressed LUNs cannot be added into a Consistency Group.

VNX Cinder Driver should check the volume types.
If storagetype:provisioning=compressed is specified,
VNX Cinder Driver should reject the CG creation operation.

Change-Id: I221260217f875d39a119f06ce327f7ce6b5eb1ad
Closes-Bug: #1421163
cinder/tests/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_vnx_cli.py