Hi all, I've been wandering on the forum for some hours and read a lot of posts regarding write speed, but was not able to find something to point me in the right direction.
First my build:
HP ML110 G9
Build FreeNAS-11.0-U1 (aa82cc58d)
Platform Intel(R) Xeon(R) CPU E5-2603 v4 @ 1.70GHz
Memory 24413MB (24 GB)
1 Volume made of two 3 disks mirrors. (6 drives, 3 mirrored drives striped with 3 mirrored drives... kind of RAID 10)
1 ZIL Intel® Solid-State Drive DC S3500 Series (80GB) (I have lots of sync writes)
I'm using the onboard SATA controller set to operate as a HBA. It shows on dmesg as:
Vol status is:
As you can notice I haven't upgrade the pool since I upgraded to FreeBSD 10 just in case I had to go back, could that be affecting the performance.
Notes:
- I have (partly) discarded network issues (reading speed is fantastic, watching the port at a switch level I don't see dropped packets or collisions or anything wrong whatsoever)
- I have discarded CIFS issues, writing is also slow on a AFP share.
- I have another box which is on the same network with a different RAID config and different hardware which is performing way faster (150x faster)
- Looking at the reports I see that the ZIL device in the "Disks Operations Detail" is performing only less than 1 operation/s whereas the other box with the same drive as a ZIL is performing 100 operations/s...
I had done lots of testing prior to going into production, I tried to do everything the FreeNAS way and be respectful of every advice I saw but now I went into production I find this issue and it's worrying me...
Let me know If I missed any relevant data.
Any help would be really appreciated.
Thanks a lot
Matias
First my build:
HP ML110 G9
Build FreeNAS-11.0-U1 (aa82cc58d)
Platform Intel(R) Xeon(R) CPU E5-2603 v4 @ 1.70GHz
Memory 24413MB (24 GB)
1 Volume made of two 3 disks mirrors. (6 drives, 3 mirrored drives striped with 3 mirrored drives... kind of RAID 10)
1 ZIL Intel® Solid-State Drive DC S3500 Series (80GB) (I have lots of sync writes)
I'm using the onboard SATA controller set to operate as a HBA. It shows on dmesg as:
Code:
ahci0: <Intel Wellsburg AHCI SATA controller> port 0x20a0-0x20a7,0x20bc-0x20bf,0x2098-0x209f,0x20b8-0x20bb,0x2040-0x205f mem 0x92c04000-0x92c047ff irq 16 at device 17.4 numa-domain 0 on pci1 ahci1: <Intel Wellsburg AHCI SATA controller> port 0x2078-0x207f,0x20ac-0x20af,0x2070-0x2077,0x20a8-0x20ab,0x2020-0x203f mem 0x92c00000-0x92c007ff irq 16 at device 31.2 numa-domain 0 on pci1
Vol status is:
Code:
pool: FN1 state: ONLINE status: Some supported features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done, the pool may no longer be accessible by software that does not support the features. See zpool-features(7) for details. scan: scrub repaired 0 in 1h53m with 0 errors on Sun Jul 23 01:54:17 2017 config: NAME STATE READ WRITE CKSUM FN1 ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 gptid/cf6a3ef0-2acc-11e7-a24b-9cdc71af6490 ONLINE 0 0 0 gptid/d02daa79-2acc-11e7-a24b-9cdc71af6490 ONLINE 0 0 0 gptid/d0f9f75b-2acc-11e7-a24b-9cdc71af6490 ONLINE 0 0 0 mirror-2 ONLINE 0 0 0 gptid/2cf4bdbd-30d9-11e7-844b-9cdc71af6490 ONLINE 0 0 0 gptid/2db5bffc-30d9-11e7-844b-9cdc71af6490 ONLINE 0 0 0 gptid/2e7952d3-30d9-11e7-844b-9cdc71af6490 ONLINE 0 0 0 logs gptid/56b2f0ed-31dc-11e7-afb4-9cdc71af6490 ONLINE 0 0 0 errors: No known data errors
As you can notice I haven't upgrade the pool since I upgraded to FreeBSD 10 just in case I had to go back, could that be affecting the performance.
Notes:
- I have (partly) discarded network issues (reading speed is fantastic, watching the port at a switch level I don't see dropped packets or collisions or anything wrong whatsoever)
- I have discarded CIFS issues, writing is also slow on a AFP share.
- I have another box which is on the same network with a different RAID config and different hardware which is performing way faster (150x faster)
- Looking at the reports I see that the ZIL device in the "Disks Operations Detail" is performing only less than 1 operation/s whereas the other box with the same drive as a ZIL is performing 100 operations/s...
I had done lots of testing prior to going into production, I tried to do everything the FreeNAS way and be respectful of every advice I saw but now I went into production I find this issue and it's worrying me...
Let me know If I missed any relevant data.
Any help would be really appreciated.
Thanks a lot
Matias