Use built-in DRBD module instead of building it manually in setup_nfs_ha.sh #153
Labels
Priority 2 (maybe one day)
Pull Requests welcome, but review will be deprioritized for other items. Best to discuss first.
Starting from the ubuntu-azure kernel version 4.15.0-1018-azure, the DRBD kernel module is now built in the default kernel modules package (linux-modules-4.15.0-1018-azure) thanks to Azure LIS team's effort, so we should stop building our own custom kernel module in
setup_nfs_ha.sh
, but just use the built-in module. Note that the built-in module's DRBD version is 8.9, whereas the custom build is with version 9.0. Thedrbd-utils
package from the Ubuntu repo will be also about version 8.x, and there seem to be some incompatibility between the two version on thedrbdadm
command (e.g., nodrbdadm status
available with thedrbd-utils
package version), so related commands should be changed accordingly as well.The text was updated successfully, but these errors were encountered: