Re: Re: patch fr1-2.17 does not work with kernel 2.4.30
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach Peter T. Breuer:"
> > /dev/md0: can not hot-add disk: disk busy!
I cannot see that error message in md.c. The nearest is:
printk(KERN_WARNING "md%d: can not hot-add to full array!\n",
mdidx(mddev));
and
printk(KERN_WARNING "md: can not hot-add faulty %s disk to md%d! \n",
partition_name(dev), mdidx(mddev));
Are you sure about the message?
Peter