[Linux-cluster] RHEL5 cluster suite - DRBD + Mysql

Néstor rotsen at gmail.com
Tue Mar 25 19:55:18 UTC 2008


I am getting this errors when running the command "drbdadm adjust mysql" on
WAHOO:
Failure: (114) Lower device is already claimed. This usually means it is
mounted.
Command 'drbdsetup /dev/drbd0 disk /dev/sda2 /dev/sda2 internal
--set-defaults --create-device --on-io-error=detach' terminated with exit
code 10

And on my second node WAHOO2, I get:
No response from the DRBD driver! Is the module loaded?
Command 'drbdsetup /dev/drbd0 disk /dev/sda2 /dev/sda2 internal
--set-defaults --create-device --on-io-error=detach' terminated with exit
code 20


This is what my /etc/drbd.conf file looks like:
resource mysql
{
  protocol C;

# incon-degr-cmd "echo '!DRBD! pri on incon-degr' | wall ; sleep 60 ; halt
-f";

  startup { wfc-timeout 0; degr-wfc-timeout 120; }
  disk { on-io-error detach; } # or panic, ...
  syncer {
    rate 6M;
  }

  on wahoo {
    device /dev/drbd0;
    disk /dev/sda2;
    address 10.100.1.170:7789;
    meta-disk internal;
  }

  on wahoo2 {
    device /dev/drbd0;
    disk /dev/sda2;
    address 10.100.1.171:7789;
    meta-disk internal;
  }
}
-------------------------

Any ideas?

thanks,

rotseN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/linux-cluster/attachments/20080325/cb98944d/attachment.htm>


More information about the Linux-cluster mailing list