On Mon, 26 Oct 1998, Bruno Prior wrote:

> Quite a few people who want to do root-RAID are installing first of all
> to a temporary disk, copying the filesystems across to the RAID devices
> and then removing the temporary disk to run exclusively from RAID. This
> usually causes the device names to slip, which the RAID code now
> handles. What I am wondering is - does RAID run in degraded mode in this
> situation, or does it adjust gracefully to the new device

yep it should handle this just fine, without dropping into degraded mode.
The kernel will print a warning on the next reboot and will fix up device
names automatically. You should adjust the raidtab just in case you need
it later (say for raidstart).

> names? If the former, should one do a "mkraid -f --force-resync"?

mkraid -f --force-resync is currently unsafe if you do it for an array
that is already in degraded mode. With the new code you should never need
it anyway.

-- mingo

Reply via email to