I did a yum install of modules from the CentOS-csgfs repository (GFS-kernel, cman-kernel, etc). Modprobe does not find the modules.
Upon investigation, I found that modprobe is looking in: /lib/modules/2.6.9-22.0.1.ELsmp/
while the package files were installed to: /lib/modules/2.6.9-22.0.1.EL/
Can I tell modprobe to use those modules somehow?
Are modules for the smp kernel available?
Or do I need to get the source rpms and recompile for the smp kernel myself?
Bowie