Comment 2 for bug 1256044

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

Reviewed: https://review.openstack.org/59079
Committed: http://github.com/openstack/glance/commit/bb2d5709ecb69b6d375637018021bc7a70b32894
Submitter: Jenkins
Branch: master

commit bb2d5709ecb69b6d375637018021bc7a70b32894
Author: Edward Hope-Morley <email address hidden>
Date: Thu Nov 28 17:11:41 2013 +0000

    RBD add() now returns correct size if given zero

    If the RBD store add() is provided with image_size of zero, it
    will calculate based on data provided and return the new size.

    Change-Id: I06375bcfef7808905b466432e5ca100c942297eb
    Closes-bug: 1256044