From: Bill Davidsen <davidsen@tmr.com>
To: Rainer Fuegenstein <rfu@kaneda.iguw.tuwien.ac.at>
Cc: Neil Brown <neilb@suse.de>, linux-raid@vger.kernel.org
Subject: Re: is this raid5 OK ?
Date: Fri, 30 Mar 2007 12:28:15 -0400 [thread overview]
Message-ID: <460D3A9F.7010800@tmr.com> (raw)
In-Reply-To: <460CF7EF.1000203@kaneda.iguw.tuwien.ac.at>
Rainer Fuegenstein wrote:
> hi,
>
> 1) the kernel was:
> [root@alfred ~]# uname -a
> Linux alfred 2.6.19-1.2288.fc5xen0 #1 SMP Sat Feb 10 16:57:02 EST 2007
> i686 athlon i386 GNU/Linux
>
> now upgraded to:
>
> [root@alfred ~]# uname -a
> Linux alfred 2.6.20-1.2307.fc5xen0 #1 SMP Sun Mar 18 21:59:42 EDT 2007
> i686 athlon i386 GNU/Linux
>
> OS is fedora core 6
>
> [root@alfred ~]# mdadm --version
> mdadm - v2.3.1 - 6 February 2006
>
> 2) I got the impression that the old 350W power supply was to weak, I
> replaced it by a 400W version.
>
> 3) re-created the raid:
>
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hde1
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hdf1
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hdg1
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hdh1
> [root@alfred ~]# mdadm --create --verbose /dev/md0 --level=5
> --raid-devices=4 --spare-devices=0 /dev/hde1 /dev/hdf1 /dev/hdg1
> /dev/hdh1
> mdadm: layout defaults to left-symmetric
> mdadm: chunk size defaults to 64K
> mdadm: size set to 390708736K
> mdadm: array /dev/md0 started.
> [root@alfred ~]# cat /proc/mdstat
> Personalities : [raid6] [raid5] [raid4]
> md0 : active raid5 hdh1[4] hdg1[2] hdf1[1] hde1[0]
> 1172126208 blocks level 5, 64k chunk, algorithm 2 [4/3] [UUU_]
>
> unused devices: <none>
>
> same as before.
>
> 4) did as dan suggested:
>
> [root@alfred ~]# mdadm -S /dev/md0
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hde1
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hdf1
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hdg1
> [root@alfred ~]# mdadm --misc --zero-superblock /dev/hdh1
> [root@alfred ~]# mdadm --create /dev/md0 -n 4 -l 5 /dev/hd[efg]1 missing
> mdadm: array /dev/md0 started.
> [root@alfred ~]# cat /proc/mdstat
> Personalities : [raid6] [raid5] [raid4]
> md0 : active raid5 hdg1[2] hdf1[1] hde1[0]
> 1172126208 blocks level 5, 64k chunk, algorithm 2 [4/3] [UUU_]
>
> unused devices: <none>
> [root@alfred ~]# mdadm --add /dev/md0 /dev/hdh1
> mdadm: added /dev/hdh1
> [root@alfred ~]# cat /proc/mdstat
> Personalities : [raid6] [raid5] [raid4]
> md0 : active raid5 hdh1[4] hdg1[2] hdf1[1] hde1[0]
> 1172126208 blocks level 5, 64k chunk, algorithm 2 [4/3] [UUU_]
> [>....................] recovery = 0.0% (47984/390708736)
> finish=406.9min speed=15994K/sec
>
> unused devices: <none>
>
> seems like it's working now - tnx !
This still looks odd, why should it behave like this. I have created a
lot of arrays (when I was doing the RAID5 speed testing thread), and
never had anything like this. I'd like to see dmesg to see if there was
an error reported regarding this.
I think there's more going on, the original post showed the array as up
rather than some building status, also indicates some issue, perhaps.
What is the partition type of each of these partitions? Perhaps there's
a clue there.
--
bill davidsen <davidsen@tmr.com>
CTO TMR Associates, Inc
Doing interesting things with small computers since 1979
next prev parent reply other threads:[~2007-03-30 16:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-29 17:38 is this raid5 OK ? Rainer Fuegenstein
2007-03-29 22:35 ` Justin Piszcz
2007-03-30 0:22 ` Neil Brown
2007-03-30 5:51 ` Dan Williams
2007-03-30 11:43 ` Rainer Fuegenstein
2007-03-30 16:28 ` Bill Davidsen [this message]
2007-03-30 18:23 ` Rainer Fuegenstein
2007-03-30 20:58 ` Justin Piszcz
2007-03-31 1:00 ` Bill Davidsen
2007-03-31 0:59 ` Bill Davidsen
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=460D3A9F.7010800@tmr.com \
--to=davidsen@tmr.com \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
--cc=rfu@kaneda.iguw.tuwien.ac.at \
/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).