linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: lists@yazzy.org
Cc: linux-raid@vger.kernel.org
Subject: Re: Recovery of failed RAID 6 and LVM
Date: Mon, 26 Sep 2011 07:40:02 +1000	[thread overview]
Message-ID: <20110926074002.6399de56@notabene.brown> (raw)
In-Reply-To: <4E7EDE58.3000804@yazzy.org>

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

On Sun, 25 Sep 2011 09:55:04 +0200 "Marcin M. Jessa" <lists@yazzy.org> wrote:

> Hi guys.
> 
> 
> I have a RAID 6 setup with 5 2TB drives on Debian Wheezy [1] & [2].
> Yesterday 3 of the drives failed working leaving the RAID setup broken.
> Following [5] I managed to start the array and make it resync.

As has been noted, you seem to be quite lucky. [5] contains fairly bad advice
but it isn't obvious yet that you have lost everything.


> The problem I'm facing now is I cannot access any of the LVM partitions 
> [3] I have on top of my md0. Fdisk says the disk doesn't contain a valid 
> partition table [4].

You wouldn't expect an LV to contain a partition table.  You would expect it
to contain a filesystem.
What does
   fsck -f -n /dev/fridge/storage

show??

NeilBrown


> I tried to run fsck on the lvm devices without luck.
> Has any of you a suggestion, a method I could use to access my data please?
> 
> 
> 
> [1]:
> # mdadm -QD /dev/md0
> /dev/md0:
>          Version : 1.2
>    Creation Time : Sat Sep 24 23:59:02 2011
>       Raid Level : raid6
>       Array Size : 5860531200 (5589.04 GiB 6001.18 GB)
>    Used Dev Size : 1953510400 (1863.01 GiB 2000.39 GB)
>     Raid Devices : 5
>    Total Devices : 5
>      Persistence : Superblock is persistent
> 
>      Update Time : Sun Sep 25 09:40:20 2011
>            State : clean, degraded, recovering
>   Active Devices : 3
> Working Devices : 5
>   Failed Devices : 0
>    Spare Devices : 2
> 
>           Layout : left-symmetric
>       Chunk Size : 512K
> 
>   Rebuild Status : 63% complete
> 
>             Name : odin:0  (local to host odin)
>             UUID : be51de24:ebcc6eef:8fc41158:fc728448
>           Events : 10314
> 
>      Number   Major   Minor   RaidDevice State
>         0       8       65        0      active sync   /dev/sde1
>         1       8       81        1      active sync   /dev/sdf1
>         2       8       97        2      active sync   /dev/sdg1
>         5       8      129        3      spare rebuilding   /dev/sdi1
>         4       0        0        4      removed
> 
>         6       8      113        -      spare   /dev/sdh1
> 
> 
> [2]:
> # cat /proc/mdstat
> 
> Personalities : [raid1] [raid6] [raid5] [raid4]
> md0 : active raid6 sdh1[6](S) sdi1[5] sdg1[2] sdf1[1] sde1[0]
>        5860531200 blocks super 1.2 level 6, 512k chunk, algorithm 2 
> [5/3] [UUU__]
>        [=======>.............]  recovery = 36.8% (720185308/1953510400) 
> finish=441.4min speed=46564K/sec
> 
> 
> [3]:
> # lvdisplay
>      Logging initialised at Sun Sep 25 09:49:11 2011
>      Set umask from 0022 to 0077
>      Finding all logical volumes
>    --- Logical volume ---
>    LV Name                /dev/fridge/storage
>    VG Name                fridge
>    LV UUID                kIhbSq-hePX-UIVv-uuiP-iK6w-djcz-iQ3cEI
>    LV Write Access        read/write
>    LV Status              available
>    # open                 0
>    LV Size                4.88 TiB
>    Current LE             1280000
>    Segments               1
>    Allocation             inherit
>    Read ahead sectors     auto
>    - currently set to     6144
>    Block device           253:0
> 
> 
> [4]:
> 
> # fdisk  -l /dev/fridge/storage
> 
> Disk /dev/fridge/storage: 5368.7 GB, 5368709120000 bytes
> 255 heads, 63 sectors/track, 652708 cylinders, total 10485760000 sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 524288 bytes / 1572864 bytes
> Disk identifier: 0x00000000
> 
> Disk /dev/fridge/storage doesn't contain a valid partition table
> 
> 
> 
> [5]: 
> http://en.wikipedia.org/wiki/Mdadm#Recovering_from_a_loss_of_raid_superblock
> 
> 
> 


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

  parent reply	other threads:[~2011-09-25 21:40 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-25  7:55 Recovery of failed RAID 6 and LVM Marcin M. Jessa
2011-09-25  8:39 ` Stan Hoeppner
2011-09-25 10:07   ` Marcin M. Jessa
2011-09-25 13:15 ` Phil Turmel
2011-09-25 14:16   ` Marcin M. Jessa
2011-09-25 16:43     ` Phil Turmel
2011-09-25 14:41   ` Marcin M. Jessa
2011-09-25 16:19     ` Phil Turmel
2011-09-25 21:40 ` NeilBrown [this message]
2011-09-25 21:58   ` Marcin M. Jessa
2011-09-25 22:18     ` NeilBrown
2011-09-25 22:21       ` Marcin M. Jessa
     [not found]       ` <4E804062.3020700@yazzy.org>
2011-09-26  9:31         ` NeilBrown
2011-09-26 10:53           ` Marcin M. Jessa
2011-09-26 11:10             ` NeilBrown
2011-09-27 19:12           ` Marcin M. Jessa
2011-09-27 23:13             ` NeilBrown
2011-09-28  2:50               ` Stan Hoeppner
2011-09-28  7:10                 ` Marcin M. Jessa
2011-09-28  7:51                   ` David Brown
2011-09-28 16:12                   ` Stan Hoeppner
2011-09-28 16:30                     ` Marcin M. Jessa
2011-09-28 18:56                       ` Thomas Fjellstrom
2011-09-28 19:26                         ` Marcin M. Jessa
2011-09-28 19:42                           ` Thomas Fjellstrom
2011-09-28 23:49                     ` NeilBrown
2011-09-29  9:03                       ` David Brown
2011-09-29 15:21                         ` Stan Hoeppner
2011-09-29 17:14                           ` David Brown
2011-09-29 18:28                       ` Dan Williams
2011-09-29 23:07                         ` NeilBrown
2011-09-30  0:18                           ` Williams, Dan J
2011-10-05  2:15                             ` NeilBrown
2011-09-28 10:38                 ` Michal Soltys
2011-09-28 13:20                   ` Brad Campbell
2011-09-28 19:02                     ` Thomas Fjellstrom
2011-09-28 16:31                   ` Stan Hoeppner
2011-09-28 16:37                     ` Marcin M. Jessa
2011-09-28 19:03                       ` Thomas Fjellstrom
2011-09-28 19:29                         ` Marcin M. Jessa
2011-09-28 19:43                           ` Thomas Fjellstrom
2011-09-30 20:01               ` Marcin M. Jessa
2011-09-30 21:47                 ` Thomas Fjellstrom
2011-09-30 22:30                   ` Marcin M. Jessa

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=20110926074002.6399de56@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=lists@yazzy.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).