linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Recovery of failed RAID 6 and LVM
@ 2011-09-25  7:55 Marcin M. Jessa
  2011-09-25  8:39 ` Stan Hoeppner
                   ` (2 more replies)
  0 siblings, 3 replies; 44+ messages in thread
From: Marcin M. Jessa @ 2011-09-25  7:55 UTC (permalink / raw)
  To: linux-raid

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.
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].
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



-- 

Marcin M. Jessa

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2011-10-05  2:15 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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).