I am building fast recovery solution. And there is a stuck with the choosing of the RAID controller.
I have a chain:
- 24 SATA SSD drives each performing at 4Gbit/s. Total write throughput is 96Gbit/s.
- SAS Expander Intel RES3TV360. 2x4 SAS IN. 7x4 SAS/SATA OUT. 12/6/3/1.5 Gbit/s per port.
- RAID Controller Intel RS3P4MF088F. 1x8 SAS/SATA OUT. 12/6/3/1.5 Gbit/s per port.
In both manuals for RAID Controller and SAS Expander stated:
- Up to 12Gbit/s per SAS port
- Up to 6Gbit/s per SATA port
- STP (SATA tunneling) via SAS ports supported
Drives are organized in RAID 10 array.
The question is: Which top write speed I can expect and where is a bottle neck in this chain?
I can explain my concern:
Neither in RAID Controller nor in the SAS Expander guidelines stated at which speed RAID Controller and SAS Expander will communicate via 8x lines between each other when only SATA drives are connected to SAS Expander.
If it will be 12Gbit/s then 8 x 12Gbit/s = 96Gbit/s - and it is fine. (It results in 48Gbit/s write speed on RAID 10 - and it is acceptable)
If it will be just 6Gbit/s between RAID Controller and SAS Expander then 8 x 6Gbit/s = 48Gbit/s - and it is not enough. (It results in just 24Gbit/s write speed on RAID 10 - and it is less than expected for my solution)
Thanks in advance.