[parisc-linux] Corrections for RAID1 howto and Resyncing after failure
Martin K. Petersen
mkp@mkp.net
08 Jul 2003 16:11:28 -0400
>>>>> "Dub" == Dub <dub@latnet.lv> writes:
Dub> Command from FAQ: mdadm --create /dev/md0 --level 1
Dub> --raid-devices=2 missing /dev/sdb2
Dub> Command working with curreny woody release: mdadm -C /dev/md0
Dub> --level raid1 --raid-disks 2 missing /dev/sde2
Dub> There is no --raid-devices option in my release!
Odd. I'm running mdadm 1.2.0 and it says:
allegro:~# mdadm --create --help 2>&1 | grep raid-dev
Usage: mdadm --create device -chunk=X --level=Y --raid-devices=Z devices
--raid-devices= -n : number of active devices in array
Maybe Neil changed it in a later version?
Dub> I have mirrored boot, swap and root devices on pair of physical
Dub> disks. I took off one hot-plug disk and returned it back. root
Dub> device did not want to resync even after reboot.
Well. If the disk is no longer part of the metadevice, you manually
have to add it using the mdadm command.
It would be quite dangerous if the RAID code decided to add things to
an array just because a disk is inserted (fine for a storage
appliance, bad idea for a server).
CONFIG_HOTPLUG has nothing to do with it.
--
Martin K. Petersen http://mkp.net/