From: andy liebman <andyliebman@aol.com>
To: linux-raid@vger.kernel.org
Subject: Partitioning md devices versus partitioining underlying devices
Date: Thu, 06 Apr 2006 11:25:14 -0400 [thread overview]
Message-ID: <443532DA.7090809@aol.com> (raw)
Hi,
I have a fundamental question about WHERE it is best to do partititioning.
Here's a concrete example. I have two 3ware RAID-5 arrays, each made up
of 12 500 GB drives. When presented to Linux, these are /dev/sda and
/dev/sdb -- each 5.5 TB in size.
I want to stripe the two arrays together, so that 24 drives are all
operating as one unit. However, I don't want an 11 TB filesystem. I want
to keep my filesystems down below 6 TB.
It seems I have two choices:
1) partition the 3ware devices to make /dev/sda1, /dev/sda2, /dev/sdb1
and /dev/sdb2. Then I can create TWO md RAID-0 devices -- /dev/sda1 +
/dev/sdb1 = /dev/md1, /dev/sda2 + /dev/sdb2 = /dev/md2
OR
2) create /dev/md1 from the entire 3ware devices -- /dev/sda + /dev/sdb
= /dev/md1 -- and then partition /dev/md1 into two devices.
The question is, are these essentially equivalent alternatives? Is there
any theoretical reason why one choice would be better than the other --
in terms of security, performance, memory usage, etc.
A knowledgeable answer would be appreciated. Thanks in advance.
Andy Liebman
next reply other threads:[~2006-04-06 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-06 15:25 andy liebman [this message]
2006-04-06 17:20 ` Partitioning md devices versus partitioining underlying devices Bill Davidsen
2006-04-07 13:36 ` John Stoffel
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=443532DA.7090809@aol.com \
--to=andyliebman@aol.com \
--cc=linux-raid@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 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.