From: Sander <sander@humilis.net>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, neilb@suse.de, linux-raid@vger.kernel.org
Subject: RAID5 grow success (was: Re: 2.6.16-rc6-mm2)
Date: Mon, 20 Mar 2006 14:02:32 +0100 [thread overview]
Message-ID: <20060320130232.GA32762@favonius> (raw)
In-Reply-To: <20060318044056.350a2931.akpm@osdl.org>
Andrew Morton wrote (ao):
> - Lots of MD and DM updates
I would like to report that growing an online raid5 device works like a
charm:
mdadm --version
mdadm - v2.4-pre1 - Not For Production Use - 20 March 2006
mdadm -C -l5 -n3 /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1
While performing:
for i in `seq 4`
do dd if=/dev/zero of=bigfile.$i bs=1024k count=10000
done
md5sum bigfile.*
I do:
mdadm /dev/md0 -a /dev/sdd1
mdadm --grow /dev/md0 --raid-disks=4
When the dd and md5sum finishes, I umount and:
e2fsck -f /dev/md0
resize2fs -p /dev/md0
After mounting again the disk indeed is bigger, and the md5sum still
matches.
FWIW, I now try to add four more spares at once, and grow the raid5
again. It seems to work:
# mdadm /dev/md0 -a /dev/sde1 /dev/sdf1 /dev/sdg1 /dev/sdh1
mdadm: added /dev/sde1
mdadm: added /dev/sdf1
mdadm: added /dev/sdg1
mdadm: added /dev/sdh1
# mdadm --grow /dev/md0 --raid-disks=8
mdadm: Need to backup 448K of critical section..
mdadm: ... critical section passed.
#
It is still reshapeing ATM.
Thanks!
Sander
--
Humilis IT Services and Solutions
http://www.humilis.net
parent reply other threads:[~2006-03-20 13:02 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20060318044056.350a2931.akpm@osdl.org>]
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=20060320130232.GA32762@favonius \
--to=sander@humilis.net \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
/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).