]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add support for retype in Storwize/SVC driver
authorLi Min Liu <liminliu@cn.ibm.com>
Thu, 9 Jan 2014 06:54:09 +0000 (14:54 +0800)
committerAvishay Traeger <avishay@il.ibm.com>
Thu, 23 Jan 2014 10:56:04 +0000 (12:56 +0200)
commitabb444f2d349b8f8c405a8636046fe4e910928aa
tree74c4301c6922d8f716723c73f4ed63f42b774c66
parentd6f7101f2d76aa8750c23a67ea030f8a9c32eb25
Add support for retype in Storwize/SVC driver

In Storwize/SVC, retype can be handled by a few cases:
1. The change may just require setting an option on the volume
2. The change may require moving the data in the same pool (e.g.,
   compression)
3. The scheduler may have chosen a different pool virtualized by the
   same Storwize or SVC, in which case we move the data as in #2

Implements: blueprint storwize-svc-retype

Change-Id: Ic2ed17bce56b5ea65e1596acfa85720cf4818fa8
cinder/tests/test_storwize_svc.py
cinder/volume/drivers/storwize_svc.py