On 12/3/18 10:06 AM, Julien Escario wrote: > Still, I don't really understand why the kernel persist to load the 8.4 > module, even after installing drbd-dkms module and multiple restart.
Check whether different versions of the same module (drbd.ko & drbd_transport_tcp.ko, ...) is present in the modules directory (/lib/modules/<kernelversion>). Sometimes those modules end up in different directories, e.g. updates and weak-updates, and I've seen them elsewhere too in the past (not sure whether the distribution did that or someone put them there incorrectly). Anyhow, if you make sure that only the correct version of the drbd modules is present in that kernel's modules tree, the kernel will probably have a hard time trying to load the wrong one. br, Robert _______________________________________________ drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
