Re: Promise FastTrak RAID 5 support ?

2005-11-27 Thread Christian Brueffer
On Sun, Nov 27, 2005 at 08:44:25AM +0100, Thierry Herbelot wrote:
> Le Friday 25 November 2005 18:42, Christian Brueffer a écrit :
> >
> [SNIP quote from a commit message]
> 
> indeed : Promise is not an option ; after a quick google, it seems that a 
> 9500 
> board from 3ware is both supported under FreeBSD and not absurdly expensive 
> (i.e. in fact cheaper than the 4 disks hooked on the board)
> 

Yes, the twa(4) driver supports that card.  Forgot to mention it, sorry.

- Christian

-- 
Christian Brueffer  [EMAIL PROTECTED]   [EMAIL PROTECTED]
GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D


pgpM4Xv9qhDvM.pgp
Description: PGP signature


Re: Promise FastTrak RAID 5 support ?

2005-11-26 Thread Charles Sprickman

On Fri, 25 Nov 2005, Thierry Herbelot wrote:


Has any one a hint on a cost-effective, FreeBSD-supported  RAID-5 SATA disk
controller ?


I've got a handful of various low-end 3Ware cards scattered about in a few 
production boxes and I'm very happy with them.  These are not 
"quasi-hardware-raid" like the onboard controllers.  There is a cli 
management tool in the ports tree as well.


You can probably still get the two port model for about $100.

Charles


TfH
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Promise FastTrak RAID 5 support ?

2005-11-25 Thread Christian Brueffer
On Fri, Nov 25, 2005 at 05:34:36PM +0100, Thierry Herbelot wrote:
> Hello,
> 
> I've been googling for some time and I can't seem to find out whether the ata 
> subsystem of FreeBSD supports the RAID5 feature of the Promise boards.
> 
> Two boards seem interesting : (by Promise)   FastTrak S150 SX4-M and   
> FastTrak SX4100 (I haven't exactly seen the differences, though)
> 
> from the ATA mkIII update commit log, it seems that the RAID support for 
> Promises is fairly good, but even after a glimpse at the ata-raid src in 
> cvsweb, I'm not sure of anything.
> 
> Has any one a hint on a cost-effective, FreeBSD-supported  RAID-5 SATA disk 
> controller ?
> 

To quote from the commit log of src/sys/deb/ata/ata-raid.c, rev. 1.98.2.4:

===
Disable RAID5 for the release.

The RAID5 code is not complete, it does not use nor maintain the parity,
so it does actually only do RAID0. This is not wanted for a production
release.
===

Take a look at e.g. the amr(4), aac(4) or arcmsr(4) manpages for a list
of hardware that's closer to what you're looking for.

(I'll add something about RAID5 to ataraid(4) the next couple of days)

- Christian

-- 
Christian Brueffer  [EMAIL PROTECTED]   [EMAIL PROTECTED]
GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc
GPG Fingerprint: A5C8 2099 19FF AACA F41B  B29B 6C76 178C A0ED 982D


pgpMc7SblAC2l.pgp
Description: PGP signature


Promise FastTrak RAID 5 support ?

2005-11-25 Thread Thierry Herbelot
Hello,

I've been googling for some time and I can't seem to find out whether the ata 
subsystem of FreeBSD supports the RAID5 feature of the Promise boards.

Two boards seem interesting : (by Promise)   FastTrak S150 SX4-M and   
FastTrak SX4100 (I haven't exactly seen the differences, though)

from the ATA mkIII update commit log, it seems that the RAID support for 
Promises is fairly good, but even after a glimpse at the ata-raid src in 
cvsweb, I'm not sure of anything.

Has any one a hint on a cost-effective, FreeBSD-supported  RAID-5 SATA disk 
controller ?

TfH
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"