Re: Assembly problems with kernel 2.6.30?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thursday June 11, jim@xxxxxxxx wrote:
> Hi,
> 
> I am running Debian with my root filesystem on /dev/md1.
> At boot, hook scripts in initramfs-tools run:
> 
> mdadm --assemble --scan --run --auto=yes /dev/md1
> 
> with the following /etc/mdadm/mdadm.conf:
> 
> DEVICE partitions
> ARRAY /dev/md0 level=raid1 num-devices=6 UUID=dece84f3:a8f8be71:ea9d9fee:21fd5f90
> ARRAY /dev/md1 level=raid1 num-devices=2 UUID=0598d2ea:f6c0185f:614fa502:109d1a5d
> ARRAY /dev/md2 level=raid5 num-devices=4 UUID=eed65e3878:f4e6e055:198bdcfe:77de48
> 
> For the record:
> /dev/md0 uses /dev/sd[abcdef]1
> /dev/md1 uses /dev/sd[ab]2
> /dev/md2 uses /dev/sd[cdef]2
> 
> On kernel 2.6.27.3, this worked fine.  After upgrading to 2.6.30, the
> initrams failed with the error:
> 
>   mdadm: superblock on /dev/sdc2 doesn't match others - assembly aborted
> 
> The solution was to change the /etc/mdadm/mdadm.conf to specifically
> list the metadata format:
> 
> DEVICE partitions
> ARRAY /dev/md0 level=raid1 num-devices=6 UUID=dece84f3:a8f8be71:ea9d9fee:21fd5f90
> ARRAY /dev/md1 level=raid1 num-devices=2 UUID=0598d2ea:f6c0185f:614fa502:109d1a5d
> ARRAY /dev/md2 level=raid5 metadata=1.0 num-devices=4 UUID=eed65e3878:f4e6e055:198bdcfe:77de48
> 
> This was tested with Debian mdadm packages 2.6.7.2-1 and 2.6.9-3 -- no
> difference.
> 
> So, is this a bug?  Kernel or mdadm?  If user error, why did it work
> before?  Also, why does the metadata on /dev/md2 matter for assembling
> /dev/md1?

It looks at first like it might be an mdadm problem - I cannot imagine
a kernel bug doing that.  But you say it only happened with an update
to 2.6.30, which I cannot explain.
Can you:
 
 for m in 0.90 1.0 1.1 1.2
 do mdadm -E -e $m /dev/sd[cdef]2
 done

and report the result?

Thanks,
NeilBrown
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux