Ross Cavanagh wrote:
hi, I was following this wiki http://wiki.centos.org/HowTos/Ha-Drbd for my CentOS 5 installation, but it appears that the kmod-drdb is not for the newest kernel. Would anyone know how long before this is updated?
kmod-drbd i686 8.0.6-1.2.6.18_8.1.14.el5 extras kernel i686 2.6.18-8.el5 installed
The newest kernel is 2.6.18-8.1.15.el5 ... it was just released yesterday ... the one you have listed is very old (it is the one off the ISOs)
BUT you can install the other version with this command:
wget http://mirror.centos.org/centos/5/updates/i386/RPMS/kernel-2.6.18-8.1.14.el5...
wget http://mirror.centos.org/centos/5/extras/i386/RPMS/kmod-drbd-8.0.6-1.2.6.18_...
rpm -ivh kernel-2.6.18-8.1.14.el5.i686.rpm kmod-drbd-8.0.6-1.2.6.18_8.1.14.el5.i686.rpm
(each command is one line if it wraps)
I never use yum to update my DRBD servers anyway.
I should have the CentOS Plus kernels and all the kmods for 2.6.18-8.1.15 done in a couple days.