Bug 790178

Summary: Add note for brick creation that states XFS inode size should be 512
Product: [Community] Gluster-Documentation Reporter: Kyle Squizzato <ksquizza>
Component: OtherAssignee: Anjana Suparna Sriram <asriram>
Status: ON_QA --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kyle Squizzato 2012-02-13 20:36:36 UTC
Description of problem:
Gluster documentation needs a best practices section that states when the user formats new bricks with XFS they should use an inode size of 512.  A note should be added before Chapter 9. Setting Up GlusterFS Server Volumes

Additional info:
When formatting a new brick, the user can create the filesystem with a inode size of 512 using the following command: 

 # mkfs.xfs -i size=512

Comment 1 Amar Tumballi 2012-03-29 09:09:56 UTC
This is the default behavior with Red Hat Storage release. Do we still need to document it?