Hello,
Can someone confirm for me that this is expected behaviour? (A google search seems to indicate that it is).
SME 6.0 B3 with updates, software RAID1:
During boot I get this...
md: RAID level 1 does not need chunksize! Continuing anyway.
kmod: failed to exec /sbin/modprobe -s -k md-personality-3, errno = 2
md: personality 3 is not loaded!
...which doesn't look so good.
A little later after the root filesystem is mounted I get this...
md: RAID level 1 does not need chunksize! Continuing anyway.
md0: max total readahead window set to 124k
md0: 1 data-disks, max readahead per data-disk: 124k
raid1: device hda1 operational as mirror 0
raid1: device hdc1 operational as mirror 1
raid1: raid set md0 active with 2 out of 2 mirrors
...which looks good.
lsmod |grep raid1 produces this...
raid1 15684 3
...which also looks good.
Is the original module loading error expected?
Thanks.
Derek