Comment 3 for bug 1196248

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

Reviewed: https://review.openstack.org/36562
Committed: http://github.com/openstack/cinder/commit/67078ab9329b8f3d844b033b4d64cf2bdcf6bab7
Submitter: Jenkins
Branch: master

commit 67078ab9329b8f3d844b033b4d64cf2bdcf6bab7
Author: John Griffith <email address hidden>
Date: Wed Jul 10 15:34:26 2013 -0600

    Enable setting blocksize on volumes.

    Some back-ends support blocksizes other than the default 512 (like 4096),
    this change adds a provider_geometry column to the volumes table,
    format is "physical_block_size logical_block_size".

    This can then be used by libvirt to determine if it should pass in
    non-default block_size info, and there's a method for future
    geometry/disk info that might be needed.

    Fixes bug: 1196248

    Change-Id: I8d40bc56403154fbe955cd4ccf8f0c55fc9eb7c5