linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bill Davidsen <davidsen@tmr.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: HPT370 RAID-1 or Software RAID-1, what's "best"?
Date: Mon, 18 Mar 2002 14:56:21 -0500 (EST)	[thread overview]
Message-ID: <Pine.LNX.3.96.1020318144904.29698B-100000@gatekeeper.tmr.com> (raw)
In-Reply-To: <E16lvju-0004Bj-00@the-village.bc.nu>

On Fri, 15 Mar 2002, Alan Cox wrote:

> > Hardware RAID is indeed better, but what you get using HPT370 IDE
> > controlelr is not hardware raid at all. Just read the code of the driver.
> > You get a software raid, period.
> 
> Its not always that simple either.

> Software raid on aic7xxx totally blows away the Dell/AMI megaraid card I
> have, to the point the megaraid now resides in my testing bucket. The promise
> Supertrak 100 (now superceded by the SX6000) is also slower than the
> software IDE raid, but does use less CPU in RAID5 mode.
> 
> Some hardware raid cards do seem to be winners. The Dell Perc2/QC aacraid
> based boards (233Mhz ARM etc) really shift. When I've had the chance to
> borrow the disks to test I've seen it running over 100Mbytes/second. It
> also supports nice stuff like online reconfiguration of active volumes.
> [$$stupid from Dell $$notalot from ebay ;)]

  Another issue is that not all RAID hardware supports anything below the
drive level, while kernel RAID runs at the partition level, and allows
various things to be in partitions on drives, rather than using the whole
drive for one thing.

  I have done things like have four drives split into RAID-5 using one set
of partitions, and RAID-0+1 on another, using different stripe sizes for
the two md sets. And I got there after a lot of trying configs, it reall
worked best that way. Putting overflow swap space on drives with RAID
allows some protection against running out of memory, although you don't
usually want your main swap fighing for space on the elevator.

  There probably is a RAID controller which can do this just as well, but
I haven't used it. Versatility is the name of the game for kernel RAID.

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


  parent reply	other threads:[~2002-03-18 19:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-15 14:52 HPT370 RAID-1 or Software RAID-1, what's "best"? Thunder from the hill
2002-03-15 15:29 ` Alan Cox
2002-03-15 16:52 ` Luigi Genoni
2002-03-15 17:43   ` Alan Cox
2002-03-15 18:07     ` Luigi Genoni
2002-03-16  1:12     ` Mike Fedyk
2002-03-18 19:56     ` Bill Davidsen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-14 18:33 Thunder from the hill
2002-03-14 18:53 ` Alan Cox
2002-03-15  9:31 ` Luigi Genoni
2002-03-15 12:59   ` Martin Eriksson
2002-03-15 14:00     ` Ulrich Wiederhold
2002-03-13 21:20 Martin Eriksson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.3.96.1020318144904.29698B-100000@gatekeeper.tmr.com \
    --to=davidsen@tmr.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).