Comment 11 for bug 1546049

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

Reviewed: https://review.openstack.org/286139
Committed: https://git.openstack.org/cgit/openstack/fuel-nailgun-agent/commit/?id=d1d17f253c8c837da10cc50239dca5e2ac9af095
Submitter: Jenkins
Branch: master

commit d1d17f253c8c837da10cc50239dca5e2ac9af095
Author: Dmitry Guryanov <email address hidden>
Date: Mon Mar 28 20:15:56 2016 +0300

    report optimal io size for block devices

    LVM aligns devices data area to io hints, reported for
    block devices. Optimal io size can be big for some devices
    (16M, as reported in bug). So nailgun's volume manager
    should take it into account while doing partitioning.
    So nailgun-agent should send this information to nailgun.

    Change-Id: Idd9b778f7f21d4fe9d3fd029038664de41f93447
    Partial-Bug: #1546049