Linux RAID subsystem development
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Ram Ramesh <rramesh2400@gmail.com>
Cc: Linux Raid <linux-raid@vger.kernel.org>
Subject: Re: Unable to re-add a disk  after a reboot.
Date: Fri, 15 Aug 2014 10:19:24 +1000	[thread overview]
Message-ID: <20140815101924.1d09363d@notabene.brown> (raw)
In-Reply-To: <53ED416E.8010504@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3666 bytes --]

On Thu, 14 Aug 2014 18:08:30 -0500 Ram Ramesh <rramesh2400@gmail.com> wrote:

> Hi,
> 
>    I just finished converting a 3-disk raid5 to 4-disk raid6. After a 
> reboot to start clean, I noticed that one of the disk (the new one I 
> just added) was missing in /proc/partitions. This was disk 4 in my 
> /dev/md0. Assuming some cable issue, I powered off, wiggled the cables 
> and restarted and the device was found by kernel. However, md0 shows 
> device missing and array degraded
> 
>     lata [rramesh] 280 > cat /proc/mdstat
>     Personalities : [raid6] [raid5] [raid4]
>     md0 : active raid6 sdb1[0] sdd1[3] sdc1[1]
>            3906763776 blocks super 1.2 level 6, 512k chunk, algorithm 2
>     [4/3] [UUU_]
> 
>     unused devices: <none>
> 
> However my attempt to --re-add does not work.
> 
>     lata [rramesh] 277 > sudo mdadm /dev/md0 --verbose --re-add /dev/sde1
>     mdadm: --re-add for /dev/sde1 to /dev/md0 is not possible

"re-add" only makes sense when you have a write-indent bitmap which you don't
have.
So you need to "--add" which marks the device as a spare and then starts a
complete rebuild.


> I checked the SMART and it shows a lot of reallocated_sector_ct errors 
> also. So, the disk is dying, but I am not able understand why mdadm 
> would not add.

It will "add".  It just wont "re-add".

NeilBrown


> 
>     SMART Attributes Data Structure revision number: 16
>     Vendor Specific SMART Attributes with Thresholds:
>     ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE     
>     UPDATED  WHEN_FAILED RAW_VALUE
>        1 Raw_Read_Error_Rate     0x000b   091   091   016 Pre-fail 
>     Always       -       53
>        2 Throughput_Performance  0x0005   100   100   054 Pre-fail 
>     Offline      -       0
>        3 Spin_Up_Time            0x0007   135   135   024 Pre-fail 
>     Always       -       426 (Average 425)
>        4 Start_Stop_Count        0x0012   100   100   000 Old_age  
>     Always       -       59
>     *5 Reallocated_Sector_Ct   0x0033   001   001   005 Pre-fail 
>     Always   FAILING_NOW 330*
>        7 Seek_Error_Rate         0x000b   098   098   067 Pre-fail 
>     Always       -       2
>        8 Seek_Time_Performance   0x0005   100   100   020 Pre-fail 
>     Offline      -       0
>        9 Power_On_Hours          0x0012   100   100   000 Old_age  
>     Always       -       3445
>       10 Spin_Retry_Count        0x0013   100   100   060 Pre-fail 
>     Always       -       0
>       12 Power_Cycle_Count       0x0032   100   100   000 Old_age  
>     Always       -       59
>     192 Power-Off_Retract_Count 0x0032   100   100   000 Old_age  
>     Always       -       548
>     193 Load_Cycle_Count        0x0012   100   100   000 Old_age  
>     Always       -       548
>     194 Temperature_Celsius     0x0002   153   153   000 Old_age  
>     Always       -       39 (Min/Max 21/43)
>     196 Reallocated_Event_Count 0x0032   001   001   000 Old_age  
>     Always       -       17604
>     197 Current_Pending_Sector  0x0022   001   001   000 Old_age  
>     Always       -       13256
>     198 Offline_Uncorrectable   0x0008   100   100   000 Old_age  
>     Offline      -       0
>     199 UDMA_CRC_Error_Count    0x000a   200   200   000 Old_age  
>     Always       -       0
> 
> Any recommendations while I am waiting to get a replacement.
> 
> Ramesh
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

  reply	other threads:[~2014-08-15  0:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14 23:08 Unable to re-add a disk after a reboot Ram Ramesh
2014-08-15  0:19 ` NeilBrown [this message]
2014-08-15  1:33   ` Ram Ramesh
2014-08-15  4:27     ` Mikael Abrahamsson
2014-08-15  4:45       ` Ram Ramesh
2014-08-15  6:21         ` Mikael Abrahamsson

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=20140815101924.1d09363d@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=rramesh2400@gmail.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