Hi there,
I'm trying to configure Pacemaker according to
http://library.linode.com/linux-ha/ip-f ... untu-10.04
I've done things pretty much exactly as per the wiki, apart from instead of creating two separate drives for /var/lib/mysql and /srv/www, I've just created a /data drive which I intend to symlink to /var/lib/mysql, /home directories etc.
I entered my slightly modified configuration below and it accepted it, but it doesn't seem to start any services or mount the /data mountpoint.
crm_mon output is below as well.
-- snip -- updated config in lower post now
and "crm_mon" shows:
Code:
============
Last updated: Fri Oct 15 23:54:37 2010
Stack: Heartbeat
Current DC: ha1 (f691c9d9-17f1-4ae6-9b84-1405abe2957b) - partition with quorum
Version: 1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd
2 Nodes configured, 1 expected votes
3 Resources configured.
============
Online: [ ha1 ha2 ]
Master/Slave Set: ms_drbd_webfs
Masters: [ ha1 ]
Slaves: [ ha2 ]
Failed actions:
fs_mysql_start_0 (node=ha1, call=17, rc=5, status=complete): not installed
fs_mysql_start_0 (node=ha2, call=11, rc=5, status=complete): not installed
Can anyone please help!?
