Comment 4 for bug 1200709

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

Reviewed: https://review.openstack.org/36922
Committed: http://github.com/openstack/cinder/commit/18308807de7e7090854d6fde9ae06c7ffbf9b7ac
Submitter: Jenkins
Branch: master

commit 18308807de7e7090854d6fde9ae06c7ffbf9b7ac
Author: John Griffith <email address hidden>
Date: Fri Jul 12 17:43:27 2013 -0600

    Be sure to check deleted types on quota update.

    If a volume-type is deleted, and later a volume
    that's assigned that type is deleted the quota
    update will fail and result in a trace for
    VolumeTypeNotFound exception.

    The volume is succesfully deleted, however the
    quota information for the volume-type let alone
    the other quota items for the volume are not
    updated.

    Fixes bug: 1200709

    Change-Id: Idd687514be9d622df84aad54b1b33ddc6615851b