mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kyle Moffett <mrmacman_g4@mac.com>
To: govind raj <agovinda04@hotmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: RAID 5+0 support
Date: Thu, 19 Jan 2006 12:12:15 -0500	[thread overview]
Message-ID: <B40C4DF6-C8D1-4B88-AB92-6C13F0500DD8@mac.com> (raw)
In-Reply-To: <BAY109-F267E92D32B75385FDB680DD61C0@phx.gbl>

On Jan 19, 2006, at 11:52, govind raj wrote:
> Hi all,
>
> We are using EVMS 2.5.4 on Linux 2.6.12.6 kernel version.
>
> We find that kernel modules are available for RAID0, 1, 5, 1+0 as  
> part of this kernel. But however, we do not find a similar module  
> available for RAID 5+0. Can someone advise us of how we would be  
> able to get this support added into the kernel? If this is not  
> required as a kernel module, how do we create a RAID 5+0 using MD?

Raid math:
RAID(5+0) == RAID(5) + RAID(0)

Commands:

mdadm --create /dev/md0 --level=5 --raid-devices=3 /dev/sda /dev/sdb / 
dev/sdc
mdadm --create /dev/md1 --level=5 --raid-devices=3 /dev/sdd /dev/sde / 
dev/sdf
mdadm --create /dev/md3 --level=0 --raid-devices=2 /dev/md0 /dev/md1

I believe this is all amply documented on a variety of md websites.

Cheers,
Kyle Moffett

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM/CS/IT/E/U d- s++: a18 C++++>$ ULBX*++++(+++)>$ P++++(+++)>$ L++++ 
(+++)>$ !E- W+++(++) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+ PGP 
+ t+(+++) 5 X R? !tv-(--) b++++(++) DI+(++) D+++ G e>++++$ h*(+)>++$ r 
%(--)  !y?-(--)
------END GEEK CODE BLOCK------




  reply	other threads:[~2006-01-19 17:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-19 16:52 govind raj
2006-01-19 17:12 ` Kyle Moffett [this message]
2006-01-19 17:26 ` Phillip Susi
2006-01-19 18:07   ` Lars Marowsky-Bree
2006-01-19 18:36   ` Martin Drab
2006-01-19 19:06     ` Phillip Susi
2006-01-19 20:14       ` Martin Drab

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=B40C4DF6-C8D1-4B88-AB92-6C13F0500DD8@mac.com \
    --to=mrmacman_g4@mac.com \
    --cc=agovinda04@hotmail.com \
    --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

all inboxes | Powered by JetHome®