Comment 4 for bug 1160004

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

Reviewed: https://review.openstack.org/25470
Committed: http://github.com/openstack/cinder/commit/3a9fcc337cd0eaa1412a1f5fc634ce03fa6c6f0d
Submitter: Jenkins
Branch: milestone-proposed

commit 3a9fcc337cd0eaa1412a1f5fc634ce03fa6c6f0d
Author: Cory Stone <email address hidden>
Date: Mon Mar 25 15:09:37 2013 -0500

    Add the volume and snapshot gigabytes together.

    The quota sync functions were not working correctly for both
    snapshots and volumes regarding gigabytes. Each would report
    their own count as the total gigabytes.

    Now the gigabytes sync is separate from the volume and snapshot
    count syncs.

    Fixes bug #1160004

    Change-Id: Ib1200813acb6055412b3f7f6b63fa9ba2b8fa3be
    (cherry picked from commit 1fde5a4fbc73a31453f0fe288a0b4a929d7f3026)