From: "Lars Täuber" <taeuber@bbaw.de>
To: linux-raid@vger.kernel.org
Subject: Re: equal size not large enough for RAID1?
Date: Thu, 6 Mar 2008 10:11:57 +0100 [thread overview]
Message-ID: <20080306101157.52d482b3.taeuber@bbaw.de> (raw)
In-Reply-To: <18383.24086.165437.659336@notabene.brown>
Hi Neil,
Neil Brown <neilb@suse.de> schrieb:
> On Wednesday March 5, taeuber@bbaw.de wrote:
> > Hallo list,
>
> Hi.
>
> >
> > monosan# cat /proc/partitions:
> > 9 4 12697912448 md4
> > 9 9 12697912312 md9
> > 152 5632 12697912448 etherd/e22.0
> >
> >
> > monosan:~ # cat /proc/mdstat
> > Personalities : [raid1] [raid0] [raid6] [raid5] [raid4]
> > md9 : active raid1 md4[0]
> > 12697912312 blocks super 1.0 [2/1] [U_]
> >
> > md4 : active raid6 dm-0[0] dm-8[14] dm-7[13] dm-6[12] dm-5[11] dm-4[10] dm-3[9] dm-2[8] dm-14[7] dm-13[6] dm-12[5] dm-11[4] dm-10[3] dm-9[2] dm-1[1]
> > 12697912448 blocks level 6, 64k chunk, algorithm 2 [15/15] [UUUUUUUUUUUUUUU]
> >
> >
> >
> > But then this:
> > monosan:~ # mdadm /dev/md9 -a /dev/etherd/e22.0
> > mdadm: /dev/etherd/e22.0 not large enough to join array
>
> This would be because mdadm is reserving a bit of space in case you
> want to add an internal bitmap one day. And the version of mdadm you
> are now using is reserving more space than the version that was used
> to create the array does.
we are using SuSE 10.3 here. And I don't remember if mdadm was updated due to an online update. But I think it should be consistent/compatible with the version shipped in the original distribution.
What is this internal bitmap good for? Is there a documentation somewhere on the net about this?
>
> I should fix that...
>
> If you want a quick fix and are happy to compile your own mdadm, then
> edit super1.c and remove the line
>
> devsize -= choose_bm_space(devsize);
>
> in avail_size1().
I could compile, but on our productive server we don't compile anything that is shipped with the distribution due to the possibility to have security updates from SuSE.
I just repeated the following:
monosan:~ # mdadm -C /dev/md9 -l1 -n2 -x0 /dev/md4 /dev/etherd/e22.0
mdadm: Defaulting to verion 1.0 metadata
mdadm: /dev/md4 appears to be part of a raid array:
level=raid1 devices=2 ctime=Thu Mar 6 09:39:37 2008
mdadm: /dev/etherd/e22.0 appears to be part of a raid array:
level=raid1 devices=2 ctime=Thu Mar 6 09:39:37 2008
Continue creating array? y
mdadm: array /dev/md9 started.
monosan:~ # mdadm -V
mdadm - v2.6.2 - 21st May 2007
monosan:~ # mdadm /dev/md9 -f /dev/etherd/e22.0
mdadm: set /dev/etherd/e22.0 faulty in /dev/md9
monosan:~ # mdadm /dev/md9 -r /dev/etherd/e22.0
mdadm: hot removed /dev/etherd/e22.0
monosan:~ # mdadm /dev/md9 -a /dev/etherd/e22.0
mdadm: /dev/etherd/e22.0 not large enough to join array
monosan:~ # cat /etc/SuSE-release
openSUSE 10.3 (X86-64)
VERSION = 10.3
How come?
Thanks
Lars
--
Informationstechnologie
Berlin-Brandenburgische Akademie der Wissenschaften
Jägerstrasse 22-23 10117 Berlin
Tel.: +49 30 20370-352 http://www.bbaw.de
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-03-06 9:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-05 9:05 equal size not large enough for RAID1? Lars Täuber
[not found] ` <18383.24086.165437.659336@notabene.brown>
2008-03-06 9:11 ` Lars Täuber [this message]
2008-03-07 3:43 ` Neil Brown
2008-03-07 11:08 ` Lars Täuber
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=20080306101157.52d482b3.taeuber@bbaw.de \
--to=taeuber@bbaw.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).