Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] Corrections for RAID1 howto and Resyncing after failure
@ 2003-07-08 18:03 Dub
  2003-07-08 20:11 ` Martin K. Petersen
  0 siblings, 1 reply; 12+ messages in thread
From: Dub @ 2003-07-08 18:03 UTC (permalink / raw)
  To: parisc-linux

Hi,

1. The document on 
http://www.parisc-linux.org/faq/raidboot-howto.html
is really great. However, there is one exception

Command from FAQ:
mdadm --create /dev/md0 --level 1 --raid-devices=2 missing /dev/sdb2

Command working with curreny woody release:
mdadm -C /dev/md0 --level raid1 --raid-disks 2 missing /dev/sde2

There is no --raid-devices option in my release!

2. 

I have mirrored boot, swap and root devices on pair of physical disks. I took
off one hot-plug disk and returned it back.
root device did not want to resync even after reboot.


md0 : active raid1 sde2[1] sda2[0]
      33728 blocks [2/2] [UU]
      
md1 : active raid1 sde3[1] sda3[0]
      525248 blocks [2/2] [UU]
      
md2 : active raid1 sda5[0]
      4218752 blocks [2/1] [U_]

I fixed it by command

mdadm /dev/md2 -a /dev/sde5

What's wrong???

Kernel was compiled with CONFIG_HOTPLUG=y


Many thanks in advance for your help!

BR,
Dub

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

end of thread, other threads:[~2003-07-10 14:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-08 18:03 [parisc-linux] Corrections for RAID1 howto and Resyncing after failure Dub
2003-07-08 20:11 ` Martin K. Petersen
2003-07-09  8:29   ` Joel Soete
2003-07-09 12:27     ` Matthew Wilcox
2003-07-09 13:43       ` Joel Soete
2003-07-09 15:54       ` Grant Grundler
2003-07-09 15:58         ` Matthew Wilcox
2003-07-09 16:03           ` Grant Grundler
2003-07-09 13:04   ` Dub
2003-07-09 13:25     ` Joel Soete
2003-07-10  8:58       ` dub
2003-07-10 14:52         ` Joel Soete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox