linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Mestnik <cheako911@gmail.com>
To: linux-ext4@vger.kernel.org
Subject: How to use mkfs.ext4 "stride=" on RAID correctly?
Date: Wed, 13 Jan 2010 18:12:13 -0600	[thread overview]
Message-ID: <fa7b26051001131612h482845dalf3446e5fce5f3639@mail.gmail.com> (raw)

What should this value be?  From what I gather it should be the length
of data stored on a single disk for each RAID level block.  If that's
the case how is it that two given data blocks are calculated to be on
separate drives?  It seams to me that the stripe-width is also
essential in this regard, but the man page does not reflect this.

For example let's say that stride=1, then which of the following
blocks are not on the same drive as 1: 8 9 10?
The answer is dependent on the number data disks, like so.
Where x = n - 1 or n depending on the RAID type.
if x = 2 then 9
if x = 3 then 8 and 10
if x = 5 then 8 and 9

There is no way to make this calculation with out knowing x, further
more calculating x based of of both stride and stripe-width is round
about...  Why not simply ask for x, the number of data disks and have
stripe-width be the value that is calculated, as stride might not go
into stripe-width evenly leaving you with a headache.

Did I locate a bug?

Is there a better forum for this discussion?

             reply	other threads:[~2010-01-14  0:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-14  0:12 Mike Mestnik [this message]
2010-01-14  0:13 ` How to use mkfs.ext4 "stride=" on RAID correctly? Mike Mestnik
2010-01-14  0:58   ` Mike Mestnik
2010-01-15 17:51     ` Ric Wheeler
2010-01-16  2:59       ` Mike Mestnik
2010-01-16  5:38         ` Martin K. Petersen

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=fa7b26051001131612h482845dalf3446e5fce5f3639@mail.gmail.com \
    --to=cheako911@gmail.com \
    --cc=linux-ext4@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;
as well as URLs for NNTP newsgroup(s).