/opt/MegaCli -CfgDsply -a0 | less RAID Level : Primary-1, Secondary-3, RAID Level Qualifier-0
Almost positive this is not running a RAID3, my guess is a RAID 10, where "Primary" means what is being done in the "spans" (span being Mega Cli term for the first RAID operation blocks) and then the "RAID Level Qualifier" is the RAID level operation being done on top of the spans, and finally, "Secondary-3" means that there are 3 spans being RAID0'd across. This interpretation matches the disk space sanity checks, indeed the total capacity of the array is that of three physical drives. However, this interpretation and output syntax is convoluted to the point where a clarification is definitely needed.
Take a look: http://globalroot.wordpress.com/2013/06/18/megacli-raid-levels/
And match:
Your answer appears to start at page 13 of this SNIA specification http://www.snia.org/sites/default/files/SNIA_DDF_Technical_Position_v2.0.pdf
Since MegaCli is not terribly well documented we can at least compare outputs
My disks are in raid 10 (I checked in the bios)
from MegaCLI:
You should combine with the
Span Depth
info to determine what raid is it. for example,RAID Level : Primary-1, Secondary-3, RAID Level Qualifier-0
withSpan Depth: 1
means RAID 1, whileRAID Level : Primary-1, Secondary-3, RAID Level Qualifier-0
withSpan Depth: 2
means RAID 13.