[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

Jacob van der Meulen 1185756 at bugs.launchpad.net
Wed Jul 30 07:44:26 UTC 2014


@Stefan, thanks for the reply. It seems my information was not that
clear. Here some more so it is more clear what my problem was.

The problem is with the pacemaker drbd agent:
/usr/lib/ocf/resource.d/linbit/drbd

Here a snippet of this agent:
-----------------
drbd_start() {
        local rc
        local status
        local first_try=true

        rc=$OCF_ERR_GENERIC

        if ! is_drbd_enabled; then
                do_cmd modprobe -s drbd `$DRBDADM sh-mod-parms` || {
                        ocf_log err "Cannot load the drbd module.";
                        return $OCF_ERR_INSTALLED
                }
                drbd_validate_all
                ocf_log debug "$DRBD_RESOURCE start: Module loaded."
        fi
------------------

The line with "drbd_validate_all" is the one I added. Without this line, drbd will not work after reboot.
I hope this clearify a bit more.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions



More information about the Ubuntu-server-bugs mailing list