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 Stephan von Krawczynski:"
>
> > > But then, trying to bring the thing back online with
> > >
> > > raidhotadd /dev/md0 /dev/loop0
> > >
> > > I get:
> > >
> > > /dev/md0: can not hot-add disk: disk busy!
> >
> > Did you use the newly built md.o module?
>
> Yes. I replaced the binary in /lib/modules/2.4.30/drivers/md and loaded it
> afterwards. It was a fresh installation with no md drives before.
Does the binary contain what it is supposed to?
% nm md.o | grep notify
000057b8 T md_notify_reboot
00000b28 t notify_device
00000b7c t unnotify_device
% nm raid1.o | grep bitmap
U bitmap_destr
U bitmap_init
000013bc t raid1_create_bitmap
00001454 t raid1_remove_bitmap
000014a4 t raid1_start_bitmap
I.e. are you SURE you have compiled with CONFIG_MD_BITMAP and CONFIG_MD_FR1
defined?
Peter