From: Andreas Klauer <Andreas.Klauer@metamorpher.de>
To: Robert LeBlanc <robert@leblancnet.us>
Cc: linux-raid@vger.kernel.org
Subject: Re: Issue with growing RAID10
Date: Wed, 2 Nov 2016 22:00:22 +0100 [thread overview]
Message-ID: <20161102210022.GA19707@metamorpher.de> (raw)
In-Reply-To: <CAANLjFpQ-s4E3dKmaEEp0DcWaSQx21-Leafukir6idET++zMsg@mail.gmail.com>
On Wed, Nov 02, 2016 at 01:56:02PM -0600, Robert LeBlanc wrote:
> Yes, we can have any number of disks in a RAID1 (we currently have
> three), but reads only ever come from the first drive.
Only if there's only one reader. So it depends on what activity
there is on the machine.
> We just need the option to grow a RAID10 like we can with RAID1.
Patches welcome, I'm sure? ;-)
> Basically, we want to be super paranoid with several identical copies
> of the data and get extra read performance.
You could put RAID on RAID and thus achieve other modes but not sure
if it's worth the overhead or even applies in any way to your use case
and using non standard setups always comes with its own pitfalls.
RAID 1, with RAID0 on top, three disks ABC, two partitions ab,
different disk order.
A B C
a 1 2 3
b 3 1 2
Three RAID 1 md1, md2, md3, (and md0 a RAID-0 on top).
You can grow it.
A B C D
a 1 2 3 ?
b 3 1 2 ?
A B C D
a 1 2 3 ?
b 3 1 2 3
md3 has 3 disks temporarily here.
A B C D
a 1 2 3 4
b 4 1 2 3
md4 is new, to be added to md0.
Three copies? Same thing with three partitions.
Will it help any or make things worse? I dunno.
Have to be careful to make md0 assemble last.
Could also be RAID5 on top instead of RAID1.
That's even stranger though.
Regards
Andreas Klauer
next prev parent reply other threads:[~2016-11-02 21:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-02 17:59 Issue with growing RAID10 Robert LeBlanc
2016-11-02 18:09 ` Wols Lists
2016-11-02 18:13 ` Robert LeBlanc
2016-11-02 18:19 ` keld
2016-11-02 19:02 ` Robert LeBlanc
2016-11-02 19:48 ` keld
2016-11-02 19:56 ` Robert LeBlanc
2016-11-02 20:16 ` keld
2016-11-02 20:27 ` Robert LeBlanc
2016-11-02 20:41 ` Robin Hill
2016-11-02 20:59 ` Robert LeBlanc
2016-11-02 21:11 ` Robert LeBlanc
2016-11-02 21:00 ` Andreas Klauer [this message]
2016-11-02 21:27 ` Robert LeBlanc
2016-11-02 22:07 ` Robert LeBlanc
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=20161102210022.GA19707@metamorpher.de \
--to=andreas.klauer@metamorpher.de \
--cc=linux-raid@vger.kernel.org \
--cc=robert@leblancnet.us \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.