commit 5128535954a7aa1c456fc3ae31396141660f0383
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.
Reviewed: https:/ /review. openstack. org/92849 /git.openstack. org/cgit/ stackforge/ fuel-library/ commit/ ?id=5128535954a 7aa1c456fc3ae31 396141660f0383
Committed: https:/
Submitter: Jenkins
Branch: master
commit 5128535954a7aa1 c456fc3ae313961 41660f0383
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: I4b38ef148c16ba acfba12ed07534a 3761b3cecf1
Related-Bug: #1316266