From: "Joachim Otahal (privat)" <Jou@gmx.net>
To: Roman Mamedov <rm@romanrm.ru>
Cc: linux-raid@vger.kernel.org
Subject: Re: RAID5 with two drive sizes question
Date: Tue, 05 Jun 2012 21:41:39 +0200 [thread overview]
Message-ID: <4FCE60F3.4040606@gmx.net> (raw)
In-Reply-To: <20120605233953.2086cc4c@natsu>
Roman Mamedov schrieb:
> On Tue, 05 Jun 2012 19:27:53 +0200
> "Joachim Otahal (privat)"<Jou@gmx.net> wrote:
>
>> Hi,
>> Debian 6.0.4 / superblock 1.2
>> sdc1 = 1.5 TB
>> sdd1 = 1.5 TB (cannot be used during --create, contains still data)
>> sde1 = 1 TB
>> sdf1 = 1 TB
>> sdg1 = 1 TB
>>
>> Target: RADI5 with 4.5 TB capacity.
>>
>> The normal case would be:
>> mdadm -C /dev/md3 --bitmap=internal -l 5 -n 5 /dev/sdc1 /dev/sdd1
>> /dev/sde1 /dev/sdf1 /dev/sdg1
>> What I expect: since the first and the second drive are 1.5 TB size the
>> third fouth and fifth drive are treated like 2*1.5 TB, creating a 4.5 TB
>> RAID.
> Lolwhat.
Hey, there is a reason why I ask, no need to lol.
>> What would really be created: I know here are people that know and not
>> guess : ).
> 5x1TB RAID5. Lowest common device size across all RAID members is utilized in
> an array.
>
> But what you do after that, is you also create a separate 2x0.5TB RAID1 from
> the 1.5TB drives' "tails", and join both arrays into a single larger volume using LVM.
>
> The result: 4.5 TB of usable space, with one-drive-loss tolerance (provided by
> RAID5 in the first 4 TB, and by RAID1 in the 0.5TB "tail").
Thanks for clearing that up. I probably would have noticed when trying
in a few weeks, but knowing beforehand helps.
To make you lol more, following would work too:
Use only 750GB partitions, use the 3*250 GB loss at the end of each 1 TB
drive for the fourth 750 GB, and RAID6 those 8*750. Result is 4.5 TB
with a one-drive-loss tolerance and really bad performance.
I spare you the 500 GB partitions example which result in 4.5 TB with a
one-drive-loss tolerance and really bad performance.
Jou
next prev parent reply other threads:[~2012-06-05 19:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-05 17:27 RAID5 with two drive sizes question Joachim Otahal (privat)
2012-06-05 17:39 ` Roman Mamedov
2012-06-05 19:41 ` Joachim Otahal (privat) [this message]
2012-06-05 19:59 ` Roman Mamedov
2012-06-05 20:36 ` Stan Hoeppner
2012-06-05 20:48 ` Joachim Otahal (privat)
2012-06-06 4:16 ` Roman Mamedov
2012-06-07 0:39 ` Stan Hoeppner
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=4FCE60F3.4040606@gmx.net \
--to=jou@gmx.net \
--cc=linux-raid@vger.kernel.org \
--cc=rm@romanrm.ru \
/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.