On Monday June 26, [EMAIL PROTECTED] wrote:
> Anyone know why raidhotremove does not work?
>
> [root]# raidhotremove /dev/md0 /dev/sdb1
> /dev/md0: can not hot-remove disk: disk busy!
>
> This is on a boiler-plate RH 6.2 system.
>
> I _think_ I could use the "failed-disk" feature and
> run mkraid --force, but I'm not sure, so I better don't...
You can only hot-remove a disc that is failed.
The safest way to "fail" a disc is to use
raidsetfaulty /dev/md0 /dev/sdb1
If you don't have raidsetfaulty (so RedHats don't have it), grab the
latest raidtools from
http://www.{country}.kernel.org/pub/linux/daemons/raid/alpha/raidtools-19990824-0.90.tar.gz
and compile it for youself. Don't worry about the "alpha".
NeilBrown