Comment 1 for bug 1151684

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

Reviewed: https://review.openstack.org/23720
Committed: http://github.com/openstack/cinder/commit/6c8d860507a66424cf47b46380478b3cc565359e
Submitter: Jenkins
Branch: master

commit 6c8d860507a66424cf47b46380478b3cc565359e
Author: Christoph Kassen <email address hidden>
Date: Wed Mar 6 19:37:42 2013 +0100

    Fix volume capacity reporting

    cinder-volume crashes when the decimal point is not represented by a dot
    but by a comma instead. This crash happens for example with the de_DE
    locale.

    This change replaces any comma appearing in the vgs command output with
    a dot.

    Test case added.

    Fixes: bug #1151684
    Change-Id: I831055fb7fd206a8560688ec4c25d766e92ee0f0