]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix a problem in creating consistency group in ProphetStor driver.
authorrick.chen <rick.chen@prophetstor.com>
Wed, 12 Nov 2014 03:50:37 +0000 (11:50 +0800)
committerrick.chen <rick.chen@prophetstor.com>
Tue, 18 Nov 2014 13:37:46 +0000 (21:37 +0800)
commitbb310bf635e84ceccfb4b3c575df4998a4e360d6
treefb5457c3f265091cf5e15dfe193e6b016048507a
parent969a27c56e8c69ba7420d98a0c123dce2ad16870
Fix a problem in creating consistency group in ProphetStor driver.

a.Failed to create CG in the storage:
  Storage site cannot accept CG uuid including "-" word. Before
  sending API to back-end storage, the "-" word in the CG uuid
  needs to be removed.
b.Failed to delete volume of CG:
  Corrected api leaving group operation key.

Change-Id: I017b2f65c4da6961219f0b972edae2b1cb447878
Closes-Bug: 1391724
cinder/tests/test_prophetstor_dpl.py
cinder/volume/drivers/prophetstor/dplcommon.py