From: Jody McIntyre <scjody@sun.com>
To: linux-raid@vger.kernel.org
Subject: Strange RAID behaviour when faced with user error
Date: Wed, 10 Jun 2009 17:58:35 -0400 [thread overview]
Message-ID: <20090610215835.GA4936@clouds> (raw)
A user actually ran into this in the field (RHEL 5.3) and I'm able to reproduce
with:
Linux vm1 2.6.30-rc8 #1 SMP Mon Jun 8 11:32:59 EDT 2009 x86_64 GNU/Linux
mdadm - v2.6.7 - 6th June 2008
I'll investigate (i.e. read/debug code) when I have time but any insights would
be apprecated.
1. Assemble a RAID array incorrectly (forgetting the array name):
# mdadm --assemble /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4 --run
mdadm: /dev/sdb1 has been started with 3 drives (out of 4).
(The user did not require --run; I'm not sure why.)
2. An array is actually started. That's not so weird...
# cat /proc/mdstat
Personalities : [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md127 : active raid10 sdb2[1] sdb4[3] sdb3[2]
513792 blocks 64K chunks 2 near-copies [4/3] [_UUU]
unused devices: <none>
3. But:
# mdadm --examine /dev/sdb1
mdadm: No md superblock detected on /dev/sdb1.
# mdadm --stop /dev/sdb1
mdadm: stopped /dev/sdb1
# mdadm --examine /dev/sdb1
mdadm: No md superblock detected on /dev/sdb1.
# mdadm --assemble /dev/md0 /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb4
mdadm: no recogniseable superblock on /dev/sdb1
mdadm: /dev/sdb1 has no superblock - assembly aborted
The problem goes away after a reboot.
Cheers,
Jody
next reply other threads:[~2009-06-10 21:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-10 21:58 Jody McIntyre [this message]
2009-06-10 22:19 ` Strange RAID behaviour when faced with user error John Robinson
2009-06-10 22:23 ` John Robinson
2009-06-12 18:33 ` Jody McIntyre
2009-06-12 18:58 ` how to resize volume group lvm2? Michael Ole Olsen
2009-06-12 19:14 ` Michael Ole Olsen
2009-06-12 19:15 ` Tapani Tarvainen
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=20090610215835.GA4936@clouds \
--to=scjody@sun.com \
--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).