From: "stephan sperber" <quinte17@gmx.de>
To: linux-raid@vger.kernel.org
Subject: create a partial raid5
Date: Thu, 9 Feb 2006 12:40:44 +0100 (MET) [thread overview]
Message-ID: <15869.1139485244@www090.gmx.net> (raw)
Hello!
Is it possible to create a Radi5 with only 2 disks? (I know that Raid5
needs 3 to be really redundant)
With a Raid1 I can do things like:
mdadm -C /dev/md0 --force --raid-devices=1 /dev/hdb2
mkreiserfs /dev/md0
copy files from an older drive to the raid, get the old drive out and put
the new disk for the raid in.
then
mdadm -G /dev/md0 --raid-disks=2
mdadm -a /dev/md0 /dev/hdc2
and the raid1 is now a real raid1 (after sync)
It would be great to have something similar for raid5:
mdadm -C /dev/md0 --force --raid-devices=2 /dev/hdb2 /dev/hdc2
mdadm -G /dev/md0 --raid-disks=3
mdadm -a /dev/md0 /dev/hda2
or
mdadm -C /dev/md0 --force --fail=/dev/hda2 --raid-devices=3 /dev/hdb2 /
dev/hdc2
mdadm -a /dev/md0 /dev/hda2
i know that this is possible with raidtools and /etc/raidtab.
is this possible with the recent version of mdadm or is it a planned
feature (or not planned)?
thanks in advance
stephan
--
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
next reply other threads:[~2006-02-09 11:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-09 11:40 stephan sperber [this message]
2006-02-09 15:46 ` create a partial raid5 Troels Bang Jensen
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=15869.1139485244@www090.gmx.net \
--to=quinte17@gmx.de \
--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 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).