atom feed47 messages in org.freebsd.freebsd-stableWhat is a good choice of sata-ii raid...
FromSent OnAttachments
Artem KuchinFeb 8, 2007 9:42 am 
Stefan LambrevFeb 8, 2007 9:57 am 
Clayton MilosFeb 8, 2007 10:08 am 
Rink SpringerFeb 8, 2007 10:08 am 
Patrick M. HausenFeb 8, 2007 10:44 am 
Clayton MilosFeb 8, 2007 10:47 am 
Jeremy ChadwickFeb 8, 2007 4:52 pm 
Alexey KaragodovFeb 8, 2007 5:51 pm 
Freddie CashFeb 8, 2007 6:31 pm 
Mike TancsaFeb 8, 2007 7:01 pm 
Jeremy ChadwickFeb 8, 2007 7:53 pm 
Charles SprickmanFeb 8, 2007 9:20 pm 
Charles SprickmanFeb 8, 2007 9:34 pm 
Jaime BozzaFeb 8, 2007 9:50 pm 
Jaime BozzaFeb 8, 2007 9:55 pm 
Mike AndrewsFeb 8, 2007 10:12 pm 
Freddie CashFeb 8, 2007 10:51 pm 
Erik TrulssonFeb 8, 2007 11:37 pm 
Geoffrey GiesemannFeb 8, 2007 11:39 pm 
Jaime BozzaFeb 8, 2007 11:51 pm 
Charles SprickmanFeb 8, 2007 11:55 pm 
Artem KuchinFeb 9, 2007 10:06 am 
Alexander SabourenkovFeb 9, 2007 1:36 pm 
Jaime BozzaFeb 9, 2007 2:06 pm 
Alexander SabourenkovFeb 9, 2007 3:10 pm 
Artem KuchinFeb 9, 2007 3:15 pm 
Artem KuchinFeb 9, 2007 3:15 pm 
Clayton MilosFeb 9, 2007 3:49 pm 
Alexander SabourenkovFeb 9, 2007 4:33 pm 
Jaime BozzaFeb 9, 2007 4:54 pm 
Josh PaetzelFeb 9, 2007 8:41 pm 
Mike AndrewsFeb 10, 2007 1:53 am 
Patrick M. HausenFeb 11, 2007 2:04 pm 
Wilko BulteFeb 11, 2007 2:29 pm 
hg...@cally.queue.toFeb 11, 2007 10:31 pm 
Daniel O'ConnorFeb 11, 2007 11:10 pm 
Patrick M. HausenFeb 11, 2007 11:51 pm 
Daniel O'ConnorFeb 12, 2007 5:36 am 
Peter JeremyFeb 12, 2007 8:37 am 
Artem KuchinFeb 12, 2007 9:42 am 
Daniel O'ConnorFeb 12, 2007 10:59 am 
Jeremy ChadwickFeb 12, 2007 5:11 pm 
Jaime BozzaFeb 12, 2007 5:26 pm 
Geoffrey GiesemannFeb 12, 2007 11:15 pm 
Alexander SabourenkovFeb 13, 2007 3:49 pm 
Jaime BozzaFeb 13, 2007 4:16 pm 
Zaphod BeeblebroxFeb 13, 2007 10:25 pm 
Subject:What is a good choice of sata-ii raid controller for freebsd?
From:Artem Kuchin (mat@itlegion.ru)
Date:Feb 9, 2007 3:15:50 pm
List:org.freebsd.freebsd-stable

Alexander Sabourenkov wrote:

Artem Kuchin wrote:

hi!

I am the original poster of this thread. I have read many interesting reply during these two days. However, as i said in the original message due to certification issues i am pretty limited to INTEL controllers and i have not seen a single relevant reply about them. This is interesting. Nobody uses Intel controllers on FreeBSD or they just suck that much?

If you have enough SATA ports and no need for fancy RAID levels, then my advice is to use gmirror.

Hardware RAID1 buys you nothing in perfomance and reliability for a prolonged headache with drivers, bios insanity and monitoring+control tools.

Hm... two points here. I, somehow, do not really believe that software raid (gmirror for example) is as reliable as hardware. I, deeply inside, believe that i might screw things very badly under some heavy load and bad timing conditions. Can't explain it. it is religious i guess, but i can be very wrong about this.

However, two perfomance point: Under gmirror OS must issue two commands to write to disks and some commands to check/set mark that mirrored data is intact. Under hardware RAID OS issue sonly one command to write and no checking command, since raid controller handles this async.

So, software OS raid must be slower than controller based raid anyway.

Am i right here? Any benchmark data on this?

As for reliability of gmirror. I just need to know how it works to see for myself that if power turned off in some racing condition gmirror will know
that disk are out of sync. If it is done than gmirror must check sync of disks every
read, and that mean two command for reading too, which must slow down things. Is it true?