]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Implement retype in SolidFire driver
authorJohn Griffith <john.griffith@solidfire.com>
Thu, 6 Feb 2014 06:33:58 +0000 (23:33 -0700)
committerjohn-griffith <john.griffith@solidfire.com>
Fri, 7 Feb 2014 04:09:03 +0000 (21:09 -0700)
commit2d04764756c25c47f20c6ea8f2c94a0c6673786b
tree32c771a3bb6d7686699d88b526d843fa282240bd
parentb4493aa0049136e9837f9b527b57737e5c492191
Implement retype in SolidFire driver

This just adds the ability to modify the
type of an existing SolidFire volume to
another type suppported on the same backend.

Main use case for this is changing QoS settings
for a volume on-demand.

Also updates the internal attributes to store the
deltas between the old-type and new-type.

Change-Id: I65a4c34cbec17d0f3987c1d964e6ad1bafea3601
Implements: blueprint retype-support-for-solidfire-driver
cinder/tests/test_solidfire.py
cinder/volume/drivers/solidfire.py