gvinum with RAID capable SATA card

Matthew Seaman m.seaman at infracaninophile.co.uk
Sat Feb 17 22:13:42 UTC 2007


Garrett Cooper wrote:
> Hello,
>     Motherboards usually don't support more than 2 SATA ports, and since
> SATA is 1:1, I have to invest in a SATA RAID card to get RAID-5 support.
>     After reading the handbook a bit I came across chapter 19, which
> goes into some detail about why and how to the configure one's disks in
> a software RAID with gvinum. However, I'm not sure what mode (if one
> exists) that I could put a RAID card in to make the OS see single disks.
>     So I guess my point is, can I turn off RAID functionality on the
> card and make the disks into single, separated disks available via the
> disk controller, or is that impossible with a RAID card?
>     I think the problem lies with my (limited) knowledge of RAID.

Most RAID controllers certainly will support acting in JBOD mode. 
Check the docco before buying.  

However, if you've got a hardware RAID card, then you'll almost
certainly be better off using it for doing RAID5 than doing it in
software with gvinum.  The RAID card will have hardware to do the
parity calculations needed for RAID5 and offloading that from the
CPU is a big win.

The balance of advantage between hardware and software RAID is not so
clear cut for RAID1 or RAID10 (mirror or mirror+stripe).  Software RAID
is a lot cheaper, can be monitored by native system tools and is pretty
much as performant as hardware RAID unless you have a battery backup
unit on the RAID card [in which case you can set the card to tell the OS
the data is secure as soon as it is in battery backed RAM on the card
(which takes nanoseconds) rather than actually written to disk (which
takes milliseconds), hence decreasing IO latency enormously].

When buying a RAID card, an important consideration is that there
are FreeBSD compatible management tools available -- otherwise, for
example, you'll not get alerted to disk problems other than by the
onboard alarm buzzer on the card.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070217/77e3f903/signature.pgp


More information about the freebsd-questions mailing list