* RAID5 rebuild difficulties
@ 2003-08-20 12:53 Eric BENARD / Free
2003-08-21 4:08 ` Neil Brown
0 siblings, 1 reply; 2+ messages in thread
From: Eric BENARD / Free @ 2003-08-20 12:53 UTC (permalink / raw)
To: linux-raid
Hi,
I'm having some troubles to rebuild a software RAID5 after several power
failures.
Does anyone have an idea on how I could resync superblock of 4 partitions in
order to rebuild the raid without loosing data ?
Many thanks and best regards
Eric
[root@serv root]# mdadm -Eb /dev/hde8
ARRAY /dev/md5 level=raid5 num-devices=3
UUID=adecf616:84cf5266:30d2b689:ec3729e7
devices=/dev/hde8
[root@serv root]# mdadm -Eb /dev/hdf6
ARRAY /dev/md5 level=raid5 num-devices=3
UUID=adecf616:84cf5266:30d2b689:ec3729e7
devices=/dev/hdf6
[root@serv root]# mdadm -Eb /dev/hdg8
ARRAY /dev/md5 level=raid5 num-devices=3
UUID=adecf616:84cf5266:310000c4:ec3729e7
devices=/dev/hdg8
[root@serv root]# mdadm -Eb /dev/hdh6
ARRAY /dev/md5 level=raid5 num-devices=3
UUID=adecf616:84cf5266:30d2b689:003729e7
devices=/dev/hdh6
[root@serv root]# mdadm -Af /dev/md5 /dev/hde8 /dev/hdf6 /dev/hdg8 /dev/hdh6
mdadm: superblock on /dev/hdg8 doesn't match others - assembly aborted
[root@serv root]# mdadm -V
mdadm - v1.3.0 - 29 Jul 2003
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: RAID5 rebuild difficulties
2003-08-20 12:53 RAID5 rebuild difficulties Eric BENARD / Free
@ 2003-08-21 4:08 ` Neil Brown
0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2003-08-21 4:08 UTC (permalink / raw)
To: Eric BENARD / Free; +Cc: linux-raid
On Wednesday August 20, ebenard@free.fr wrote:
> Hi,
>
> I'm having some troubles to rebuild a software RAID5 after several power
> failures.
> Does anyone have an idea on how I could resync superblock of 4 partitions in
> order to rebuild the raid without loosing data ?
>
> Many thanks and best regards
> Eric
>
> [root@serv root]# mdadm -Eb /dev/hde8
> ARRAY /dev/md5 level=raid5 num-devices=3
> UUID=adecf616:84cf5266:30d2b689:ec3729e7
> devices=/dev/hde8
> [root@serv root]# mdadm -Eb /dev/hdf6
> ARRAY /dev/md5 level=raid5 num-devices=3
> UUID=adecf616:84cf5266:30d2b689:ec3729e7
> devices=/dev/hdf6
> [root@serv root]# mdadm -Eb /dev/hdg8
> ARRAY /dev/md5 level=raid5 num-devices=3
> UUID=adecf616:84cf5266:310000c4:ec3729e7
> devices=/dev/hdg8
> [root@serv root]# mdadm -Eb /dev/hdh6
> ARRAY /dev/md5 level=raid5 num-devices=3
> UUID=adecf616:84cf5266:30d2b689:003729e7
> devices=/dev/hdh6
>
> [root@serv root]# mdadm -Af /dev/md5 /dev/hde8 /dev/hdf6 /dev/hdg8 /dev/hdh6
> mdadm: superblock on /dev/hdg8 doesn't match others - assembly
> aborted
Try leaving out /dev/hdg8:
madm -Af /dev/md5 /dev/hde8 /dev/hdf6 /dev/hdg8 /dev/hdh6
hdg8 seem to have a different UUID anyway - are you sure it is part of
the same array.
NeilBrown
>
> [root@serv root]# mdadm -V
> mdadm - v1.3.0 - 29 Jul 2003
>
> -
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-21 4:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-20 12:53 RAID5 rebuild difficulties Eric BENARD / Free
2003-08-21 4:08 ` Neil Brown
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).