]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Validate VV Set exists in 3PAR drivers
authorKurt Martin <kurt.f.martin@hp.com>
Wed, 4 Sep 2013 22:08:51 +0000 (15:08 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Wed, 4 Sep 2013 22:08:51 +0000 (15:08 -0700)
commit3a2db8e03434c3132d47a7256b9bd085662c5ca2
tree27c2e3b7bc4e36c373ac3278896b1f811b56bb46
parent7647ce8c4d3878002ae9898c7449a03fbf6c74b4
Validate VV Set exists in 3PAR drivers

The 3PAR drivers must first create a volume and then add that
volume to a virtual volume set on the backend for QoS support.
If that predefined virutal volume set does not exists the
volume would not be associated with the correct QoS settings.
This patch will now look to see if the virtaul volume set
exists and if not will delete the volume and notify the user
that the VV Set does not exists.

Change-Id: I460f6dd7001362b850c49454c78673aecd4cfef0
Fixes: bug 1218554
cinder/volume/drivers/san/hp/hp_3par_common.py