Comment 12 for bug 1316266

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-library (stable/4.1)

Reviewed: https://review.openstack.org/96851
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=66825b50f279e281c4d2ef1c2cb4899a1c47a085
Submitter: Jenkins
Branch: stable/4.1

commit 66825b50f279e281c4d2ef1c2cb4899a1c47a085
Author: Vladimir Kozhukalov <email address hidden>
Date: Thu May 8 18:45:53 2014 +0400

    Set xfs sector size into 512

    By default mkfs.xfs sets sector size equal to
    physical block size which makes it impossible to have
    O_DIRECT mode. Enforcing xfs to use 512 byte size
    fixes this problem but decreases fs performance a bit.

    Change-Id: I4b38ef148c16baacfba12ed07534a3761b3cecf1
    Related-Bug: #1316266