Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Tue, Feb 28, 2012 at 11:14:33AM +0100, Christoph Roethlisberger wrote: > A find shows two modules - the one that got installed with the > kernel (kernel/drivers/block/drbd/drbd.ko) and the one that we have > compiled from the sources (updates/drbd.ko) > > ---------snip------------ > #find /lib/modules/`uname -r` -name "drbd.ko" > /lib/modules/3.2.0-0.bpo.1-amd64/updates/drbd.ko > /lib/modules/3.2.0-0.bpo.1-amd64/kernel/drivers/block/drbd/drbd.ko > ---------snip------------ > > but loaded seems to be the compiled 8.4.1 (checked on both nodes) > > --------------snip------------- > #modinfo drbd > filename: /lib/modules/3.2.0-0.bpo.1-amd64/updates/drbd.ko > alias: block-major-147-* > license: GPL > version: 8.4.1 Nope. That tells you that modprobe *would* likely load this, if you would do modprobe drbd *now*. It does not tell you what you currently have loaded. #cat /proc/drbd #grep . /sys/module/drbd/*version #rmmod drbd; modprobe drbd; cat /proc/drbd > I can of course manually delete the stock drbd module - just to make > sure, but I do not believe that this will change anything. Maybe you need to check your initramfs, too... -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com