I am getting really slow write speeds on my setup and can't figure out why.
FreeNAS-11.1-U3
hardware 2xIntel(R) Xeon(R) CPU E5-2665 0 @ 2.40GHz
128GB ecc ram
3x LSI 8211-8i flashed to IT mode
24x2tb seagate constellation ES SAS drives
system drives are 128GBSSD i a mirrored vdev (sata)
1 drive is set up as a stripe of 5 mirrored vdevs (RAID10 with 10 disks) /mnt/data
1 drive is a stripe of 12 disks /mnt/data2
2x 10GB network
I have also tried zfs set sync=standard | always | disabled on these volumes, and disabled and standard seem to be about the same where always is really slow (6MB/sec) and sync =disabled are the numbers I get below
I'm getting max 35MB/s writes across the network using NFS or rsync with SSH, locally copying from one desk to another I only get 85MB/s, it doesn't matter if I'm using the striped vdevds, strpied, or mirrored system drive, my drives barley go above 15% usage using gstat, and top shows a load of less then 2
Using DD I get decent numbers, I understand LZ4 compression makes them look a little faster but still these numbers are way out there
Any help would be appreciated.
Thanks,
FreeNAS-11.1-U3
hardware 2xIntel(R) Xeon(R) CPU E5-2665 0 @ 2.40GHz
128GB ecc ram
3x LSI 8211-8i flashed to IT mode
24x2tb seagate constellation ES SAS drives
system drives are 128GBSSD i a mirrored vdev (sata)
1 drive is set up as a stripe of 5 mirrored vdevs (RAID10 with 10 disks) /mnt/data
1 drive is a stripe of 12 disks /mnt/data2
2x 10GB network
I have also tried zfs set sync=standard | always | disabled on these volumes, and disabled and standard seem to be about the same where always is really slow (6MB/sec) and sync =disabled are the numbers I get below
I'm getting max 35MB/s writes across the network using NFS or rsync with SSH, locally copying from one desk to another I only get 85MB/s, it doesn't matter if I'm using the striped vdevds, strpied, or mirrored system drive, my drives barley go above 15% usage using gstat, and top shows a load of less then 2
Using DD I get decent numbers, I understand LZ4 compression makes them look a little faster but still these numbers are way out there
Code:
root@nas-05:/mnt/data # dd if=/dev/zero of=/mnt/data/test100G.dat bs=2048k count=50k 51200+0 records in 51200+0 records out 107374182400 bytes transferred in 33.548577 secs (3200558449 bytes/sec) root@nas-05:/mnt/data # dd of=/dev/null if=/mnt/data/test100G.dat bs=2048k 51200+0 records in 51200+0 records out 107374182400 bytes transferred in 20.021183 secs (5363028950 bytes/sec) root@nas-05:/mnt/data # dd if=/dev/zero of=/mnt/data2/test100G.dat bs=2048k count=50k 51200+0 records in 51200+0 records out 107374182400 bytes transferred in 33.858946 secs (3171220471 bytes/sec) root@nas-05:/mnt/data # dd of=/dev/null if=/mnt/data2/test100G.dat bs=2048k 51200+0 records in 51200+0 records out 107374182400 bytes transferred in 20.017338 secs (5364059042 bytes/sec)
Any help would be appreciated.
Thanks,
Last edited by a moderator: