Closed yankay closed 2 years ago
Ubuntu kernels come with in-house drbd 8.x. Unless it is unloaded by rmmod
or disabled at boot, drbd 9.x cannot overwrite a loaded kernel module.
Will seek a graceful solution from the official dkms.deb scripts
Further investigation shows that per 'cat /proc/drbd' the loaded version is exactly 9.x, but modinfo still displays the old 8.x version.
Changing drop_location to /lib/modules/$(uname -r)/updates/dkms/drbd/
solves the issue.
Will fix in next release