From: "Tyler J. Wagner" <tyler@tolaris.com>
To: Sandra Escandor <sescandor@evertz.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: Resolving mdadm built RAID issue
Date: Fri, 08 Jul 2011 20:22:16 +0100 [thread overview]
Message-ID: <1310152936.3079.5.camel@baal> (raw)
In-Reply-To: <C70A636B101FD44999B82525C3E92AFAD8CB1E@otis.burlington.evertz.tv>
On Fri, 2011-07-08 at 14:07 -0400, Sandra Escandor wrote:
> I am trying to help someone out in the field with some RAID issues, and
> I'm a bit stuck. The situation is that our server has an ftp server
> storing data onto a RAID10. There was an Ethernet connection loss (looks
> like it was during an ftp transfer) and then the RAID experienced a
> failure. From the looks of the dmesg output below, I suspect that it
> could be a member disk failure (perhaps they need to get a new member
> disk?). But, even still, this shouldn't cause the RAID to become
> completely unusable, since RAID10 should provide redundancy - a resync
> would start automatically once a new disk is inserted, correct?
It does appear that you've had a disk failure on /dev/sde. However, I
can't tell from the dmesg output alone what is the current state of
array. Please give us the output of:
cat /proc/mdstat
mdadm --detail /dev/md126
Simply inserting a new disk will not resync the array. You must add the
remove the old disk from the array, and add the new one using:
mdadm --fail /dev/sde --remove /dev/sde
(insert new disk
mdadm --add /dev/sde
However, I'm guessing as to your layout. /dev/sde may not be correct if
you've partitioned the drives. Then it would may be /dev/sde1, or sde2,
etc.
Regards,
Tyler
--
"It is an interesting and demonstrable fact, that all children are atheists
and were religion not inculcated into their minds, they would remain so."
-- Ernestine Rose
next prev parent reply other threads:[~2011-07-08 19:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-08 18:07 Resolving mdadm built RAID issue Sandra Escandor
2011-07-08 19:22 ` Tyler J. Wagner [this message]
2011-07-11 15:04 ` Sandra Escandor
2011-07-11 16:43 ` Tyler J. Wagner
2011-07-11 17:37 ` Sandra Escandor
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=1310152936.3079.5.camel@baal \
--to=tyler@tolaris.com \
--cc=linux-raid@vger.kernel.org \
--cc=sescandor@evertz.com \
/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