Comment 2 for bug 1241734

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

Reviewed: https://review.openstack.org/52684
Committed: http://github.com/openstack/nova/commit/c861232d3f13b3687222588e463d6c7223583cf7
Submitter: Jenkins
Branch: master

commit c861232d3f13b3687222588e463d6c7223583cf7
Author: John Garbutt <email address hidden>
Date: Fri Oct 18 18:28:15 2013 +0100

    xenapi: ephemeral disk partition should fill disk

    The current code looks to specify the expected start and finish values
    for the partition. A unit miss match between what nova and parted count
    as a GB seem to cause the difference.

    As we just want to fill the whole disk, we can pass "-0" as the end
    value, to tell parted to extend the partition to the end of the disk.

    Fixes bug 1241734
    Change-Id: Ie4753d9de1e20561b8f96360e879075498a5ef58