]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update cloned volumes QoS settings.
authorJohn Griffith <john.griffith@solidfire.com>
Sat, 25 May 2013 23:52:30 +0000 (17:52 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 27 May 2013 18:04:26 +0000 (12:04 -0600)
commit37fa1ef51ef389ed7ac0affb1dd59ba680ca52df
treee6c9cde1b3b8882b07072b7d56c767961497d7b2
parente3136a37a6fc5a40c4139cc4dacd12cc6df6df07
Update cloned volumes QoS settings.

The SolidFire device inherits all settings (including QoS) from
the parent on a clone.  This meant that although we were expecting
QoS to be updated when a clone was issued with a different Volume
Type than the parent volume it was never acted upon.

This change fixes that bug by simply adding the *new* qos settings
to the ModifyVolume call after cloning.

Fixes bug: 1184235

Change-Id: I81786a07312027d543b9f06e54dfbf57e6085bc9
cinder/volume/drivers/solidfire.py