From: Sebastian Riemer <sebastian.riemer@profitbricks.com>
To: Oguz Yilmaz <oguzyilmazlist@gmail.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Raid 0+1
Date: Fri, 30 Nov 2012 15:40:30 +0100 [thread overview]
Message-ID: <50B8C55E.1050902@profitbricks.com> (raw)
In-Reply-To: <50B8C26C.7000807@profitbricks.com>
On 30.11.2012 15:27, Sebastian Riemer wrote:
> On 30.11.2012 14:25, Oguz Yilmaz wrote:
>> What is the suggested way for making Raid 0+1 (not 1+0)?
>> Is it possible to make it without LVM?
>
> Yes, it is possible but it only makes sense if you want to mirror to
> another server as most people know that the alternative DRBD is too slow
> for serious storage requirements.
>
> Create the RAID-0 first, then take your RAID-0 device and e.g. an iSCSI
> device from another storage server with the same setup and create a
> RAID-1 over them. Then, you've got your stacked MD layers.
>
> With the flag write-mostly you can even tell the read balancing that the
> remote device is slower than the local one.
>
I've forgotten to mention: You need a kernel >= 3.4.2 for this.
Earlier kernels don't support bvec merging and therefore every IO is a
slow 4 KiB IO in that RAID 0+1 setup.
Btw.: LVM also supports striping but letting LVM do striping is only
useful if you want to build RAID 1+0. The speed is the same as "RAID 1+0
+ LVM". Only that raid10 driver doesn't scale good for >= 24 HDDs.
next prev parent reply other threads:[~2012-11-30 14:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-30 13:25 Raid 0+1 Oguz Yilmaz
2012-11-30 14:27 ` Sebastian Riemer
2012-11-30 14:40 ` Sebastian Riemer [this message]
2012-12-01 13:11 ` Oguz Yilmaz
2012-12-02 2:10 ` Stan Hoeppner
2012-11-30 15:29 ` Lars Marowsky-Bree
2012-11-30 16:25 ` Sebastian Riemer
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=50B8C55E.1050902@profitbricks.com \
--to=sebastian.riemer@profitbricks.com \
--cc=linux-raid@vger.kernel.org \
--cc=oguzyilmazlist@gmail.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 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.