Comment 4 for bug 1792869

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

Reviewed: https://review.openstack.org/603023
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=ea1cad2bedabc72604d935daeb359a1e6180d8f0
Submitter: Zuul
Branch: master

commit ea1cad2bedabc72604d935daeb359a1e6180d8f0
Author: Lucian Petrut <email address hidden>
Date: Thu Sep 13 14:17:54 2018 +0300

    Filesystem driver: add chunk size config option

    At the moment, the filesystem driver uses a hardcoded 64 KB chunk
    size, used when reading/writing image files.

    This can be extremely inefficient, especially when file shares are
    used.

    For this reason, this change will make it configurable.

    DocImpact

    Change-Id: I1559c03308d36ecf9305c7a72ad658ecd1f2dc76
    Closes-Bug: #1792869