I created a 7-drive RAID5 array with mdadm and put LVM2 on the array should I want to expand it in the future. I formatted as XFS. I basically followed this tutorial line for line:
Easy to expand Linux software RAID 5 with XFS. Best practices?
When I do
hdparm -tT /dev/md0
I see read speeds of 400MB/s+
However via the network (gigabit crossover) I only get 55-60MB/s for both read and write. It's a pretty new machine (last 2 years)
What could be some sources of the bottleneck, and how can I fix them?
Thanks.