Comment 2 for bug 1157417

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

Reviewed: https://review.openstack.org/24833
Committed: http://github.com/openstack/cinder/commit/8e8f200d909ff62c9286d585e658dab93bdfea67
Submitter: Jenkins
Branch: master

commit 8e8f200d909ff62c9286d585e658dab93bdfea67
Author: Christoph Kassen <email address hidden>
Date: Tue Mar 19 21:50:51 2013 +0100

    Make dd block size user configurable

    This patch introduces a new configuration option volume_dd_blocksize
    to change the bs parameter passed to the dd command when creating or
    deleting volumes. In certain scenarios changing the block size might
    result in better performance.

    The default value is still 1M, which was used before.

    Change-Id: I0398436ab3ecca51f6121e8f521af8b2dc60acd3
    Fixes: bug #1157417