stripe unit/width, inode64, misc mkfs.xfs params
Eric Sandeen
sandeen at sandeen.net
Fri Apr 30 12:33:13 CDT 2010
Peter Merelis wrote:
> Hi,
>
> Apologies in advance as I imagine this issue is raised frequently, but can someone familiar with these sorts of things sanity check my stripe unit/width settings since the underlying storage controller is not exposing the data to mkfs.xfs apparently:
>
> 12 disk raid6
> 256k stripe
>
> su=256k
> sw=10
sounds right
> …which I believe is equivalent to:
>
> sunit=512
> swidth=5120
>
> Is that correct?
probably, but FWIW su/sw might be easier since it deals in byte / multiplier units.
> Also, does the inode64 option make sense for a filesystem with only a few files, each around ~100G?
for a large filesystem, yes, if your userspace can cope.
> And finally, are 'allocsize=1GB,nobarrier,noatime,nodiratime' recommended mount options?
no mount options are recommended without more information about the load ;)
nobarrier is only recommended if the storage has a battery-backed cache (or no cache)
allocsize=1GB is probably ok if you really are only writing large files and have
fragmentation problems
noatime,nodiratime probably don't matter much at all.
-Eric
> Thanks,
> Peter
>
>
> _______________________________________________
> xfs mailing list
> xfs at oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
>
More information about the xfs
mailing list