All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon McNair <simonmcnair@gmail.com>
To: linux-raid@vger.kernel.org
Subject: Linux software RAID assistance
Date: Thu, 10 Feb 2011 16:16:44 +0000	[thread overview]
Message-ID: <4D540F6C.6050904@gmail.com> (raw)


Hi all

I use a 3ware 9500-12 port sata card (JBOD) which will not work without a
128mb sodimm.  The sodimm socket is flakey and the result is that the
machine occasionally crashes.  Yesterday I finally gave in and put 
together another
machine so that I can rsync between them.  When I turned the machine
on today to set up rync, the RAID array was not gone, but corrupted. 
  Typical...

I built the array in Aug 2010 using the following command:

mdadm --create --verbose /dev/md0 --metadata=1.1 --level=5
--raid-devices=10 /dev/sd{b,c,d,e,f,g,h,i,j,k}1 --chunk=64

Using LVM, I did the following:
pvscan
pvcreate -M2 /dev/md0
vgcreate lvm-raid /dev/md0
vgdisplay lvm-raid
vgscan
lvscan
lvcreate -v -l 100%VG -n RAID lvm-raid
lvdisplay /dev/lvm-raid/lvm0

I then formatted using:
mkfs -t ext4 -v -m .1 -b 4096 -E stride=16,stripe-width=144 
/dev/lvm-raid/RAID

This worked perfectly since I created the array.  Now mdadm is coming up 
with

proxmox:/dev/md# mdadm --assemble --scan --verbose
mdadm: looking for devices for further assembly
mdadm: no recogniseable superblock on /dev/md/ubuntu:0
mdadm: cannot open device /dev/dm-2: Device or resource busy
mdadm: cannot open device /dev/dm-1: Device or resource busy
mdadm: cannot open device /dev/dm-0: Device or resource busy
mdadm: cannot open device /dev/sdm1: Device or resource busy
mdadm: cannot open device /dev/sdm: Device or resource busy
mdadm: cannot open device /dev/sdl1: Device or resource busy
mdadm: cannot open device /dev/sdl: Device or resource busy
mdadm: cannot open device /dev/sdk1: Device or resource busy
mdadm: cannot open device /dev/sdk: Device or resource busy
mdadm: cannot open device /dev/sdj1: Device or resource busy
mdadm: cannot open device /dev/sdj: Device or resource busy
mdadm: cannot open device /dev/sdh1: Device or resource busy
mdadm: cannot open device /dev/sdh: Device or resource busy
mdadm: cannot open device /dev/sdi1: Device or resource busy
mdadm: cannot open device /dev/sdi: Device or resource busy
mdadm: cannot open device /dev/sdg1: Device or resource busy
mdadm: cannot open device /dev/sdg: Device or resource busy
mdadm: cannot open device /dev/sdf1: Device or resource busy
mdadm: cannot open device /dev/sdf: Device or resource busy
mdadm: cannot open device /dev/sde1: Device or resource busy
mdadm: cannot open device /dev/sde: Device or resource busy
mdadm: no RAID superblock on /dev/sdd
mdadm: cannot open device /dev/sda2: Device or resource busy
mdadm: cannot open device /dev/sda1: Device or resource busy
mdadm: cannot open device /dev/sda: Device or resource busy
mdadm: /dev/sdd1 is identified as a member of /dev/md/pro�lox:0, slot 0.
mdadm: no uptodate device for slot 1 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 2 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 3 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 4 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 5 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 6 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 7 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 8 of /dev/md/pro�lox:0
mdadm: no uptodate device for slot 9 of /dev/md/pro�lox:0
mdadm: failed to add /dev/sdd1 to /dev/md/pro�lox:0: Invalid argument
mdadm: /dev/md/pro�lox:0 assembled from 0 drives - not enough to start
the array.
mdadm: looking for devices for further assembly
mdadm: no recogniseable superblock on /dev/sdd
mdadm: No arrays found in config file or automatically

pvscan and vgscan show nothing.

So I tried running mdadm --create --verbose /dev/md0 --metadata=1.1
--level=5 --raid-devices=10 missing /dev/sde1 /dev/sdf1 /dev/sdg1
/dev/sdh1 /dev/sdi1 /dev/sdj1 /dev/sdk1 /dev/sdl1 /dev/sdm1 --chunk=64

as it seemed that /dev/sdd1 failed to be added to the array.  This did 
nothing.

dmesg contains:

md: invalid superblock checksum on sdd1
md: sdd1 does not have a valid v1.1 superblock, not importing!
md: md_import_device returned -22

The output of mdadm -E is as follows:

proxmox:~# mdadm -E /dev/sd[d-m]1
/dev/sdd1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : c4f62f32:4244a1db:b7746203:f10b5227
           Name : proølox:0
  Creation Time : Sat Aug 21 19:16:38 2010
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : b0ffd0a1:866676af:3ae4c03c:d219676e

    Update Time : Mon Feb  7 21:08:29 2011
       Checksum : 13aa9685 - expected 93aa9672
         Events : 60802

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 0
   Array State : AAAAAAAAAA ('A' == active, '.' == missing)
/dev/sde1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 4121fa31:7543218c:f42a937d:fddf04e8

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : 5f965c84 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 1
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdf1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : e70da8ed:c80e9533:7d8e200e:dc285255

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : c092c0e5 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 2
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdg1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 5878fdbb:d0c7c892:40c8fa6c:0c5e257b

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : 72c95353 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 3
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdh1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 7bced3d0:5ebac414:02effc8b:ac1ad69e

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : 4c4e7f67 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 4
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdi1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 56513558:a25025bb:11e8b563:ae42f8d4

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : 87ebb998 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 5
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdj1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 90621937:23cff36c:c55b1581:ed28b433

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : 94b9a346 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 6
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdk1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 72d5ce06:855aa34c:3a354abc:0ddb6e80

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : cc0e2d20 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 7
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdl1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 8792e04a:ee298ace:fec79850:ddd3167b

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : 20fd4534 - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 8
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)
/dev/sdm1:
          Magic : a92b4efc
        Version : 1.1
    Feature Map : 0x0
     Array UUID : 7d55c29e:273c35da:f6438197:0365f95f
           Name : ubuntu:0
  Creation Time : Thu Feb 10 11:59:48 2011
     Raid Level : raid5
   Raid Devices : 10

  Avail Dev Size : 1953099512 (931.31 GiB 999.99 GB)
     Array Size : 17577894528 (8381.79 GiB 8999.88 GB)
  Used Dev Size : 1953099392 (931.31 GiB 999.99 GB)
    Data Offset : 264 sectors
   Super Offset : 0 sectors
          State : clean
    Device UUID : 8916d09c:448a5791:c2923182:ab99eb92

    Update Time : Thu Feb 10 12:17:59 2011
       Checksum : 7f27ba1f - correct
         Events : 4

         Layout : left-symmetric
     Chunk Size : 64K

   Device Role : Active device 9
   Array State : .AAAAAAAAA ('A' == active, '.' == missing)

I'm confident the data is on there, I just need to get a backup of it off !

Yours desperately.

regards
Simon McNair


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

             reply	other threads:[~2011-02-10 16:16 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-10 16:16 Simon McNair [this message]
2011-02-10 18:24 ` Linux software RAID assistance Phil Turmel
2011-02-15  4:53 ` NeilBrown
2011-02-15  8:48   ` Simon McNair
2011-02-15 14:51   ` Phil Turmel
2011-02-15 19:04     ` Simon McNair
2011-02-15 19:37       ` Phil Turmel
2011-02-15 19:45         ` Roman Mamedov
2011-02-15 21:09           ` Simon McNair
2011-02-17 15:10           ` Simon Mcnair
2011-02-17 15:42             ` Roman Mamedov
2011-02-18  9:13               ` Simon McNair
2011-02-18  9:38                 ` Robin Hill
2011-02-18 10:38                   ` Simon Mcnair
2011-02-19 11:46                     ` Jan Ceuleers
2011-02-19 12:40                       ` Simon McNair
2011-02-19 17:37                         ` Jan Ceuleers
2011-02-16 13:51     ` Simon McNair
2011-02-16 14:37       ` Phil Turmel
2011-02-16 17:49         ` Simon McNair
2011-02-16 18:14           ` Phil Turmel
2011-02-16 18:18             ` Simon McNair
2011-02-16 18:22               ` Phil Turmel
2011-02-16 18:25                 ` Phil Turmel
2011-02-16 18:52                   ` Simon McNair
2011-02-16 18:57                     ` Phil Turmel
2011-02-16 19:07                       ` Simon McNair
2011-02-16 19:10                         ` Phil Turmel
2011-02-16 19:15                           ` Simon McNair
2011-02-16 19:36                             ` Phil Turmel
2011-02-16 21:28                               ` Simon McNair
2011-02-16 21:30                                 ` Phil Turmel
2011-02-16 22:44                                   ` Simon Mcnair
2011-02-16 23:39                                     ` Phil Turmel
2011-02-17 13:26                                       ` Simon Mcnair
2011-02-17 13:48                                         ` Phil Turmel
2011-02-17 13:56                                           ` Simon Mcnair
2011-02-17 14:34                                             ` Simon Mcnair
2011-02-17 16:54                                               ` Phil Turmel
2011-02-19  8:43                                                 ` Simon Mcnair
2011-02-19 15:30                                                   ` Phil Turmel
     [not found]                                                     ` <AANLkTinOXJWRw_et2U43R_T9XPBzQLnN56Kf2bOAz=_c@mail.gmail.com>
2011-02-19 16:19                                                       ` Phil Turmel
2011-02-20  9:56                                                         ` Simon Mcnair
2011-02-20 19:50                                                           ` Phil Turmel
2011-02-20 23:17                                                             ` Simon Mcnair
2011-02-20 23:39                                                               ` Phil Turmel
2011-02-22 17:12                                                                 ` Simon Mcnair
2011-02-22 17:14                                                                   ` Simon Mcnair
2011-02-22 18:23                                                                     ` Phil Turmel
2011-02-22 18:36                                                                       ` Simon McNair
2011-02-22 19:06                                                                         ` Phil Turmel
2011-02-18  9:31                               ` Simon Mcnair
2011-02-18 13:16                                 ` Phil Turmel
2011-02-18 13:21                                   ` Roberto Spadim
2011-02-18 13:26                                     ` Phil Turmel
2011-02-18 13:29                                   ` Simon Mcnair
2011-02-18 13:34                                     ` Phil Turmel
2011-02-18 14:12                                       ` Simon McNair
2011-02-18 16:10                                         ` Phil Turmel
2011-02-18 16:38                                           ` Roberto Spadim
     [not found]                               ` <AANLkTi=RmR5nVnmFLuqK5anHc3WDPxjuYjitT6+5wAqS@mail.gmail.com>
2011-02-20 18:48                                 ` Phil Turmel
2011-02-20 19:25                                   ` Simon Mcnair
2011-02-19  8:49             ` Simon Mcnair
2011-02-16 13:56     ` Simon McNair

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=4D540F6C.6050904@gmail.com \
    --to=simonmcnair@gmail.com \
    --cc=linux-raid@vger.kernel.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 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.