linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mirko Benz <mirko.benz@web.de>
To: linux-raid@vger.kernel.org
Subject: RAID 0 over HW RAID
Date: Wed, 10 May 2006 15:37:26 +0200	[thread overview]
Message-ID: <4461EC96.9040704@web.de> (raw)

Hello,

We want to combine two HW RAID controllers with RAID 0 using MD and see 
some performance issues.

Setup:
- Linux 2.6.16-64 bit, Dual XEON, 1 GB RAM
- 2 RAID controllers: ARECA with 7 SATA disks each (RAID5)
- SW RAID 0 over the two HW RAID controllers
- stripe size is always 64k

Measured with IOMETER (MB/s, 64 kb block size with sequential I/O).
one HW RAID controller:    
- R: 360 W: 240
two HW RAID controllers:    
- R: 619  W: 480 (one IOMETER worker per device)
MD0 over two  HW RAID controllers:
- R 367 W: 433 (one IOMETER worker over md device)

Read throughput is similar to a single controller. Any hint how to 
improve that?
Using a larger block size does not help.

We are considering using MD to combine HW RAID controllers with battery 
backup support for better data protection. In this scenario md should do 
no write caching. Is it possible to use something like O_DIRECT  with md?

Regards,
Mirko


             reply	other threads:[~2006-05-10 13:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-10 13:37 Mirko Benz [this message]
2006-05-10 15:40 ` RAID 0 over HW RAID Mark Hahn
2006-05-11 13:20   ` Mirko Benz

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=4461EC96.9040704@web.de \
    --to=mirko.benz@web.de \
    --cc=linux-raid@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).