On 29/07/2009 23:44, Mark J Hewitt wrote:
I think I have an issue here with initialization timing of a PCI SATA
card and a RAID 5 array assembly.
[...]
Jul 29 19:56:53 janus kernel: raid5: raid level 5 set md0 active with 2
out of 3 devices, algorithm 2
... later!
Jul 29 19:56:53 janus kernel: sata_sil 0000:05:09.0: PCI INT A -> GSI 18
[...]
Is there anything I can do about this?
Try adding sata_sil into your initrd? You can do this manually with
extra options to the mkinitrd command, or automatically by adding it
into your /etc/modprobe.conf; mine has these lines in it:
alias scsi_hostadapter pata_marvell
alias scsi_hostadapter1 ahci
You'll still need to run mkinitrd after editing /etc/modprobe.conf this
time, but at least when you update your kernel and a new initrd is made
for it, it will automatically include sata_sil.
Cheers,
John.
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html