On Monday, June 21, 2010, aragonx@xxxxxxxxxx wrote: > Thank you all for your many suggestions. > > After performing all the tweaks suggested, I was able to write a 5GB file > from my workstation to my server at 100MB/sec!!! Reads (from the server) > are equally as fast and are mainly limited by my workstation now. The > server has dual bonded gigabit NICs so it can throw the data pretty fast. > > Here is what I did: > > echo 16384 > /sys/block/md0/md/stripe_cache_size > Added to /etc/fstab for md0: barrier=1,journal_checksum,stripe=5 Uh, be careful with journal_checksum. I have a nice Lustre bug, where journal checksums actually caused filesystem corruption. If you really want to use it, you should first ask on the ext4 list what it the state of that. CC me and I will jump in. I'm not sure if my issue already was fixed, but last time I looked at the code, the replay procedure in case of a failure was not optimal. Unfortunately, it has a low priority on my long Lustre bug list... (Lustre uses a patched ext3/ext4, so such issues just come through to Lustre). Cheers, Bernd -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html