From: Phil Turmel <philip@turmel.org>
To: Paul Roland <paulrolandw@gmail.com>, linux-raid@vger.kernel.org
Subject: Re: RAID 10 / 2 Devices Layout question
Date: Sun, 26 Jun 2016 13:34:05 -0400 [thread overview]
Message-ID: <5770120D.9050809@turmel.org> (raw)
In-Reply-To: <CA+3OdkMoF7jZNwsNR282Hvq4qwsKUuPtXaXrKXNUPq_4YD6BDw@mail.gmail.com>
On 06/26/2016 01:20 PM, Paul Roland wrote:
> I have two SSDs, and I would like to use md/raid10 (2devices) for
> performance reasons.
Ok, that's reasonable.
> Is using near instead of N2 somehow less secure than F2?
{ First, "near" == "near2" == "n2". Linux raid10 defaults to two copies
of each data block. "near3" == "n3" would be three copies of each data
block. Et cetera. }
No. The far layouts have exactly the same redundancy as the
corresponding near or offset layout. The far layouts are intended to
provide a slight performance boost based on the difference in linear
head velocity on spinning disks between the outer edge and the hub. It
has no advantage on SSDs.
The near layouts are equivalent to mirrors when using the same number of
disks as number of copies. The near layouts are equivalent to mirrors
of raid0 stripes when the number of disks is a multiple of the number of
copies.
HTH,
Phil
next prev parent reply other threads:[~2016-06-26 17:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-26 17:20 RAID 10 / 2 Devices Layout question Paul Roland
2016-06-26 17:34 ` Phil Turmel [this message]
2016-06-28 9:25 ` Roman Mamedov
2016-06-28 12:40 ` keld
2016-06-28 18:16 ` Phil Turmel
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=5770120D.9050809@turmel.org \
--to=philip@turmel.org \
--cc=linux-raid@vger.kernel.org \
--cc=paulrolandw@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.