All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Sinno <sinno@sinno.net>
To: Mikael Abrahamsson <swmike@swm.pp.se>
Cc: linux-raid@vger.kernel.org, "Vaughan,
	Garrison (GSFC-606.2)[INTERNATIONAL TECHNOLOGY COALITION,
	INC]" <garrison.r.vaughan@nasa.gov>
Subject: Re: RAID6 won't reassemble after disk controller failure
Date: Wed, 25 Mar 2015 11:43:23 -0400	[thread overview]
Message-ID: <5512D79B.704@sinno.net> (raw)
In-Reply-To: <alpine.DEB.2.02.1503251628120.20507@uplift.swm.pp.se>

Mikael Abrahamsson wrote:
> Ok, next thing to recommend would be to get the latest mdadm from Niels
> git repo and try with that one. I know some who have fixed similar
> problems to yours by doing this.
> 
> "git clone git://neil.brown.name/mdadm mdadm" and compile that and see
> if --assemble --force works.
> 

That constitutes a huge step forward.  Was able to assemble the array
with all 12 drives using this binary!  Thanks so much!!!

However, after stopping and re-assembling the array, using the 'stock'
CentOS version, it yields this complaint unless '--force' is also used.
 I'm inclined to believe I should simply fail /dev/sdbt and move on, yes?



[root@dsfs01 ~/mdadm]./mdadm -A /dev/md10
mdadm: ignoring /dev/sdbk as it reports /dev/sdbt as failed
mdadm: ignoring /dev/sdbl as it reports /dev/sdbt as failed
mdadm: ignoring /dev/sdbm as it reports /dev/sdbt as failed
mdadm: /dev/md10 assembled from 9 drives - not enough to start the array.
[root@dsfs01 ~/mdadm]mdadm
[root@dsfs01 ~/mdadm]./mdadm -A --force /dev/md10
mdadm: /dev/md10 has been started with 12 drives.
[root@dsfs01 ~/mdadm]mdadm -S /dev/md10
mdadm: stopped /dev/md10
[root@dsfs01 ~/mdadm]mdadm -A /dev/md10
mdadm: ignoring /dev/sdbk as it reports /dev/sdbt as failed
mdadm: ignoring /dev/sdbl as it reports /dev/sdbt as failed
mdadm: ignoring /dev/sdbm as it reports /dev/sdbt as failed
mdadm: /dev/md10 assembled from 9 drives - not enough to start the array.
[root@dsfs01 ~/mdadm]mdadm -A --force /dev/md10
mdadm: /dev/md10 has been started with 12 drives.


  reply	other threads:[~2015-03-25 15:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-25 15:19 RAID6 won't reassemble after disk controller failure Scott Sinno
2015-03-25 15:22 ` Mikael Abrahamsson
2015-03-25 15:26   ` Scott Sinno
2015-03-25 15:29     ` Scott Sinno
2015-03-25 15:30     ` Mikael Abrahamsson
2015-03-25 15:43       ` Scott Sinno [this message]
2015-03-25 16:09         ` Mikael Abrahamsson
2015-03-25 16:16           ` Scott Sinno

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=5512D79B.704@sinno.net \
    --to=sinno@sinno.net \
    --cc=garrison.r.vaughan@nasa.gov \
    --cc=linux-raid@vger.kernel.org \
    --cc=swmike@swm.pp.se \
    /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.