Comment 4 for bug 1184235

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/grizzly)

Reviewed: https://review.openstack.org/31084
Committed: http://github.com/openstack/cinder/commit/46f1e0a129b8165a21a23e8e45c9021680f2382f
Submitter: Jenkins
Branch: stable/grizzly

commit 46f1e0a129b8165a21a23e8e45c9021680f2382f
Author: John Griffith <email address hidden>
Date: Sat May 25 17:52:30 2013 -0600

    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
    (cherry picked from commit 37fa1ef51ef389ed7ac0affb1dd59ba680ca52df)