Comment 8 for bug 1201814

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

Reviewed: https://review.openstack.org/37450
Committed: http://github.com/openstack/cinder/commit/74960fb8de3a84d0f3a5a56f15143647b4182f01
Submitter: Jenkins
Branch: master

commit 74960fb8de3a84d0f3a5a56f15143647b4182f01
Author: Avishay Traeger <email address hidden>
Date: Wed Jul 17 08:17:14 2013 +0300

    Fix extend_volume error handling.

    If the async call to the manager/driver failed, the API still updated
    the quota and volume size in the DB. Solution is to move these tasks
    down to the manager, where we know if the extend succeeded.

    Change-Id: I668fd659830bd6d410be64a1f5116377b08a9e96
    Fixes: bug 1201814