DRDB error
What a job! However, I'm now running into an error. I believe I suffered a split brain(user error?) which is giving me the following:
Failed actions:
fs_mysql_start_0 (node=ha2, call=26, rc=1, status=complete): unknown error
fs_mysql_start_0 (node=ha1, call=10, rc=1, status=complete): unknown error
My logs are not revealing a whole lot and my familiarity with this config is making it hard to troubleshoot. Any guidance/direction would be greatly appreciated.
Details:
Ubuntu 10.04
2 nodes - ha1/ha2
Everything worked earlier but then I performed a mysql import and things shit themselves…
So, as I said, any guidance will be greatly appreciated. Thank you.
EDIT: A little more output from crm_mon:
============
Last updated: Sun Dec 5 01:29:00 2010
Stack: Heartbeat
Current DC: ha2 (20404475-1605-412a-ae63-53af7da99f4e) - partition with quorum
Version: 1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd
2 Nodes configured, 1 expected votes
4 Resources configured.
============
Online: [ ha1 ha2 ]
Master/Slave Set: ms_drbd_mysql
Masters: [ ha1 ]
Slaves: [ ha2 ]
Master/Slave Set: ms_drbd_webfs
Masters: [ ha1 ]
Slaves: [ ha2 ]
Everything works fine when I take down ha1. ha2 takes over master. But when I bring ha1 back up, ha1 takes over msdrbdwebfs but not msdrbdmysql
What a mess, right?!