linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unbelievably _good_ write performance: RHEL5.4 mirror
@ 2009-11-02 18:28 Chris Worley
  2009-11-03 12:37 ` Sujit K M
  0 siblings, 1 reply; 11+ messages in thread
From: Chris Worley @ 2009-11-02 18:28 UTC (permalink / raw)
  To: linuxraid

I expect RAID1 write performance to be, at best, the performance of
the slowest drive.

I'm seeing twice the performance, as if it were a RAID0.  The read
performance is 2x also, which is what I would expect.

I'm using the incantation:

mdadm --create /dev/md0 --chunk=256 --level=1 --assume-clean
--raid-devices=2 /dev/sd[bc]

I use "assume clean" on the fresh create, as there is no reason to
sync the new drives.

My "fio" test uses O_DIRECT with 64 threads, each with a queue depth
of 64, running for 10 minutes.  All caching is disabled, and the NOOP
scheduler is being used.  I run this test all the time, and can't
imagine why it's getting such repeatably good write performance.

Any ideas?

Thanks,

Chris

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-11-04 12:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-02 18:28 Unbelievably _good_ write performance: RHEL5.4 mirror Chris Worley
2009-11-03 12:37 ` Sujit K M
2009-11-03 16:31   ` Michael Evans
2009-11-03 19:29     ` Chris Worley
2009-11-04  0:11       ` Michael Evans
2009-11-04  0:21         ` Chris Worley
2009-11-04  0:29           ` Michael Evans
2009-11-04  0:37             ` Chris Worley
2009-11-04  0:41               ` Michael Evans
2009-11-04  3:45                 ` NeilBrown
2009-11-04 12:40             ` Michael Tokarev

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).