From: Samuel Flory <sflory@rackable.com>
To: gloverge@baldwinlib.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: x86_64 aacraid help
Date: Tue, 21 Oct 2003 17:03:48 -0700 [thread overview]
Message-ID: <3F95C964.8030200@rackable.com> (raw)
In-Reply-To: <35351.68.40.98.164.1066698173.squirrel@mail.baldwinmail.org>
George Glover wrote:
> Hello,
>
> I have a dual opteron machine, running a cross compiled test7 on a 32 bit
> distro. 2 gigs of ram, irqbalanced, everything seems to run very well -
> except for the aacraid driver.
>
> It's an Adaptec 2200S, with 5 U320 drives connected (seperate channels
> 3/2). Each drive seems to read ~70MB/s on it's own, both through the
> aacraid driver and through the onboard fusion mpt controller. Using
> hardware raid 10 with aacraid reads ~100MB/s, it seems to go no faster -
> regardless of raid levels. However with software raid, I can nearly
> double that (half on aacraid, half onboard) I am not able to test it with
> all drives using the onboard controller with software raid due to lack of
> cables and not wanting to destroy the boot drive.
>
> I am wondering if there is a magical go faster button that I'm missing?
>
Try doing reads in the same sized chunks as your raid stripe. Try
something like this:
-add to /etc/sysctl.conf:
vm.max-readahead = 256
vm.min-readahead = 128
-"sysctl -e -p /etc/sysctl"
--
Once you have their hardware. Never give it back.
(The First Rule of Hardware Acquisition)
Sam Flory <sflory@rackable.com>
prev parent reply other threads:[~2003-10-22 0:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-21 1:02 George Glover
2003-10-21 1:26 ` Tim Schmielau
2003-10-22 0:03 ` Samuel Flory [this message]
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=3F95C964.8030200@rackable.com \
--to=sflory@rackable.com \
--cc=gloverge@baldwinlib.org \
--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
Powered by JetHome