]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix volume copy for 'virtual' volumes in DotHill
authornikeshm <Nikesh.Mahalaka@dothill.com>
Thu, 27 Aug 2015 09:59:02 +0000 (15:29 +0530)
committernikeshm <Nikesh.Mahalaka@dothill.com>
Thu, 27 Aug 2015 13:47:41 +0000 (19:17 +0530)
commit2899d4624e2b07933bbe1237cd25ab73f27f53f6
tree8cf424214d28554d889684d4c34f814094dfae93
parent9326a630d8e6219c6f8dbf549e66155882e136b6
Fix volume copy for 'virtual' volumes in DotHill

Dot Hill volumes allocated from virtual storage pools require
different handling than volumes allocated from vdisks when
cloning volumes or snapshots.

This change ensures that the correct API calls are used based on
the dothill_backend_type property declared in the cinder.conf.

Change-Id: If2ac15d1d6426948ff439815e85411fbbb95215b
Closes-Bug: #1489303
Co-Authored-By: Chris Maio <chris.maio@dothill.com>
Co-Authored-By: Lakshman <lakshminarayanat@vedams.com>
cinder/tests/unit/test_dothill.py
cinder/volume/drivers/dothill/dothill_client.py
cinder/volume/drivers/dothill/dothill_common.py