From: Phil Turmel <philip@turmel.org>
To: Vince <stuff@hagenhuegel.de>, linux-raid@vger.kernel.org
Subject: Re: Raid5 drive fail during grow and no backup
Date: Sat, 01 Nov 2014 23:22:04 -0400 [thread overview]
Message-ID: <5455A35C.2060000@turmel.org> (raw)
In-Reply-To: <loom.20141031T141939-473@post.gmane.org>
On 10/31/2014 09:34 AM, Vince wrote:
> Hi,
>
> got a drive failure (bad block) during Raid5 grow (4x3TB -> 5x3TB).
> Well... i don't have a backup file :/
> Mdadm shows 1 drive as removed.
>
> All 4 'good' drives are in the same reshape pos'n.
>
> Any idea how to finish the reshape process? Or get the array back?
mdadm --stop /dev/md0
mdadm --assemble --force --verbose /dev/md0 /dev/sd[bcdf]
If that doesn't work, please show us the output.
You haven't (yet) lost your array. It's just degraded. You should
investigate why the one drive was kicked out of the array instead of
being rewritten properly (green drives?). In the meantime, assembly
with --force should give you access to the data to grab anything
critically important.
If you share the output of "smartctl -x /dev/sdX" for at least the
kicked drive, we can offer further advice.
Regards,
Phil
next prev parent reply other threads:[~2014-11-02 3:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-31 13:34 Raid5 drive fail during grow and no backup Vince
2014-11-02 3:22 ` Phil Turmel [this message]
2014-11-03 14:45 ` Vince
2014-11-04 16:17 ` Phil Turmel
2014-11-05 19:03 ` Vince
2014-11-06 17:12 ` Vince
2014-11-07 13:36 ` Phil Turmel
2014-11-07 16:07 ` P. Gautschi
2014-11-07 16:06 ` P. Gautschi
2014-11-08 3:36 ` Phil Turmel
2014-11-10 3:20 ` Jason Keltz
2014-12-04 19:29 ` Phillip Susi
2014-12-04 20:02 ` Phil Turmel
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=5455A35C.2060000@turmel.org \
--to=philip@turmel.org \
--cc=linux-raid@vger.kernel.org \
--cc=stuff@hagenhuegel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.