linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Recreating undamaged RAID5
@ 2008-05-22 21:59 Anders Johansson
  2008-05-23  0:26 ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Johansson @ 2008-05-22 21:59 UTC (permalink / raw)
  To: linux-raid

Hi,

I have a fully functioning raid5 array with 4 disks that will not start.
The following has happened:

1. I created the array with 3 disks and ran it for about two years.
2. I recently grew the array to 4 disks, no problem.
3. I upgraded to kernel 2.6.18.6 (Debian testing) mdadm v2.6.4.
4. After the upgrade, the array would not start /proc/mdstat marked
   the three original disks as removed and the recently added one as
   active.
5. I was stupid and assumed that re-add meant add without reconstruct
   and added the three missing disks.
6. The array is now still intact but will not start as the disks I
   re-added are marked as spares.

There seems to be two problems here:
The kernel upgrade did something?
How can I mark the spare disks as active without touching the data?


I did test create, but did not complete it. The output is:
mdadm --create /dev/md0 --level=5 --raid-devices=4 --layout=left-symmetric --chunk=64 --assume-clean /dev/sdc1 /dev/sda1 /dev/sdb1 /dev/sdd1
mdadm: /dev/sdc1 appears to be part of a raid array:
    level=raid5 devices=4 ctime=Fri Mar  9 12:54:19 2007
mdadm: /dev/sda1 appears to be part of a raid array:
    level=raid5 devices=4 ctime=Fri Mar  9 12:54:19 2007
mdadm: /dev/sdb1 appears to be part of a raid array:
    level=raid5 devices=4 ctime=Fri Mar  9 12:54:19 2007
mdadm: /dev/sdd1 appears to be part of a raid array:
    level=raid5 devices=4 ctime=Fri Mar  9 12:54:19 2007
Continue creating array? no
mdadm: create aborted.


Let me know if you need any additional information.

Thank you for your help,
//Anders

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

end of thread, other threads:[~2008-05-23  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 21:59 Recreating undamaged RAID5 Anders Johansson
2008-05-23  0:26 ` NeilBrown

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