I'm running the 2.0.38 kernel with the 19990824 patches and tools (0.90) and
trying to set up raid1 for a production system.
/proc/mdstat shows;
Personalities :
read_ahead 131072 sectors
unused devices: <none>
I'm running raid1 support as a module and when I do insmod raid1.o I get;
md_interrupt_thread: wrong version or undefined
kernel_version needed, but can't be found
When I try to include support for raid1 in the kernel, I can't compile cleanly
and exit with the following error;
drivers/block/block.a(md.o): In function `md_init'
md.o(.text+0x5807): undefined reference to `hsm_init'
make: *** [vmlinux] Error 1
When I do;
mkraid /dev/md0
I get;
analyzing super-block
disk 0: /dev/hda7, 226768kB, raid superblock at 226688kB
/dev/hda7 is mounted
mkraid: aborted, see the syslog and proc/mdstat for potential clues
Syslog and messages contain no new log messages, and the same with dmesg.
My raidtab file contains;
raiddev /dev/md0
raid-level 1
nr-raid-disks 2
nr-spare-disks 0
chunk-size 4
device /dev/hda7
raid-disk 0
device /dev/hdc7
raid-disk 1
I could use some suggestions on what to change/try to get this working.
TIA
Alex Vandenham