linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
From: "Stuart D. Gathman" <stuart@bmsi.com>
To: LVM general discussion and development <linux-lvm@redhat.com>
Subject: Re: [linux-lvm] Raid 10 and LVM stripe
Date: Fri, 22 Oct 2010 14:46:56 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.1010221440560.11125@bmsred.bmsi.com> (raw)
In-Reply-To: <AANLkTinB4J+NkZHt1buQsFeZU7ErrvkR+wKMMssJrHQx@mail.gmail.com>

On Thu, 21 Oct 2010, Fabricio Archanjo wrote:

> This box has 24x 1,5T SATA II disks, 3 controllers 3ware
> PCI-Express,6G ram memory DDR3 1333Mhz. This disks are distributed for
> each controller, 8 disks for each one.  I've done at each controller
> Raid 10 with 256k stripe size, then I've created one volume group with
> all disks and I've created one logical volume with 10G, 3 stripes and
> 256k of stripe size. I've gotten a great result with it, but i'd like
> to know what all think about it.

I didn't know that "raid 10" was shorthand for "raid 1+0".  While looking 
it up on Wikipedia, I learned about some cool features of the linux md
driver - it can stripe sequential blocks across drives, while still keeping 2 
copies on different drives, even with only 2 drives (what this poor man
usually has).  There is a "near" configuration, where copies of a block are
near each other, and a "far" configuration, where copies of a block are
on the second half (or third...) of each leg.

http://en.wikipedia.org/wiki/Non-standard_RAID_levels#Linux_MD_RAID_10

This gives many benefits of raid 10 with far fewer drives.

-- 
	      Stuart D. Gathman <stuart@bmsi.com>
    Business Management Systems Inc.  Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flammis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.

  parent reply	other threads:[~2010-10-22 18:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-21  5:27 [linux-lvm] Raid 10 and LVM stripe Fabricio Archanjo
2010-10-21 22:51 ` Christopher Cox
2010-10-22 18:46 ` Stuart D. Gathman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-21  5:18 Fabricio Archanjo

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.4.64.1010221440560.11125@bmsred.bmsi.com \
    --to=stuart@bmsi.com \
    --cc=linux-lvm@redhat.com \
    /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).