]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add qos_specs support to solidfire driver
authorJohn Griffith <john.griffith@solidfire.com>
Sat, 21 Dec 2013 00:33:23 +0000 (17:33 -0700)
committerjohn-griffith <john.griffith@solidfire.com>
Sun, 22 Dec 2013 17:17:37 +0000 (10:17 -0700)
commitf14dcb79c8767a4a17c19db4adbab44bb55f2218
tree080fc0417cabe1abeaf05b861ad91703e532af7c
parent47768b3f6aed85c0d7bca40793e04fe971b591d4
Add qos_specs support to solidfire driver

We've added a new qos_specs object to Cinder that allows creation
and management of qos settings separate from volume-types.
Now instead of embedding the qos info in the extra-specs of the
volume-type we associate the desired qos-spec to a volume-type.

This change implements the capability of the SolidFire driver to
take advantage of that feature.

Change-Id: I215bd0cff0c0a91c106de27eea9ec2b91689a46e
Implements: blueprint add-qosspecs-support-to-solidfire-driver
cinder/tests/test_solidfire.py
cinder/volume/drivers/solidfire.py