<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I have a project I'm working on and I'm stuck right now.<br>
<br>
I'm building a cluster of 2 load balanced web server and I'm using
DRBD, OCFS2 and Pacemaker/Corosync.<br>
<br>
My Problem is with configuring Pacemaker, the rest is working fine.<br>
<br>
Here is the config I used to configure my resources:<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<tt>primitive p_drbd_ocfs2 ocf:linbit:drbd \</tt><tt><br>
</tt><tt> params drbd_resource="ocfs2"</tt><tt><br>
</tt><tt>ms ms_drbd_ocfs2 p_drbd_ocfs2 \</tt><tt><br>
</tt><tt> meta master-max=2 clone-max=2</tt><tt><br>
</tt><tt>primitive p_controld ocf:pacemaker:controld</tt><tt><br>
</tt><tt>primitive p_o2cb ocf:pacemaker:o2cb</tt><tt><br>
</tt><tt>group g_ocfs2mgmt p_controld p_o2cb</tt><tt><br>
</tt><tt>clone cl_ocfs2mgmt g_ocfs2mgmt \</tt><tt><br>
</tt><tt> meta interleave=true</tt><tt><br>
</tt><tt>primitive p_fs_ocfs2 ocf:heartbeat:Filesystem \</tt><tt><br>
</tt><tt> params device="/dev/drbd0" directory="/mnt/data"
fstype="ocfs2" options="rw,noatime"</tt><tt><br>
</tt><tt>clone cl_fs_ocfs2 p_fs_ocfs2</tt><tt><br>
</tt><tt>order o_ocfs2 inf: ms_drbd_ocfs2:promote cl_ocfs2mgmt:start
cl_fs_ocfs2:start</tt><tt><br>
</tt><tt>colocation c_ocfs2 inf: cl_fs_ocfs2 cl_ocfs2mgmt
ms_drbd_ocfs2:Master</tt><br>
--------------------------------------------------------------------------------<br>
<br>
<br>
But when I commit it, I get the following errors in crm_mon that I
don't understand:<br>
<br>
<br>
--------------------------------------------------------------------------------<br>
<tt>============</tt><tt><br>
</tt><tt>Last updated: Tue Jun 18 16:36:02 2013</tt><tt><br>
</tt><tt>Last change: Tue Jun 18 16:36:02 2013 via crm_shadow on
web1dev</tt><tt><br>
</tt><tt>Stack: openais</tt><tt><br>
</tt><tt>Current DC: web1dev - partition with quorum</tt><tt><br>
</tt><tt>Version: 1.1.6-9971ebba4494012a93c03b40a2c58ec0eb60f50c</tt><tt><br>
</tt><tt>2 Nodes configured, 2 expected votes</tt><tt><br>
</tt><tt>8 Resources configured.</tt><tt><br>
</tt><tt>============</tt><tt><br>
</tt><tt><br>
</tt><tt>Online: [ web2dev web1dev ]</tt><tt><br>
</tt><tt><br>
</tt><tt> Master/Slave Set: ms_drbd_ocfs2 [p_drbd_ocfs2]</tt><tt><br>
</tt><tt> p_drbd_ocfs2:0 (ocf::linbit:drbd): Slave
web1dev (unmanaged) FAILED</tt><tt><br>
</tt><tt> p_drbd_ocfs2:1 (ocf::linbit:drbd): Slave
web2dev (unmanaged) FAILED</tt><tt><br>
</tt><tt><br>
</tt><tt>Failed actions:</tt><tt><br>
</tt><tt> p_drbd_ocfs2:0_stop_0 (node=web1dev, call=10, rc=6,
status=complete): not configured</tt><tt><br>
</tt><tt> p_controld:0_monitor_0 (node=web1dev, call=6, rc=5,
status=complete): not installed</tt><tt><br>
</tt><tt> p_drbd_ocfs2:1_stop_0 (node=web2dev, call=10, rc=6,
status=complete): not configured</tt><tt><br>
</tt><tt> p_controld:0_monitor_0 (node=web2dev, call=6, rc=5,
status=complete): not installed</tt><br>
--------------------------------------------------------------------------------<br>
<br>
<br>
Any help appreciated !<br>
<br>
Thanx !<br>
<br>
<div class="moz-signature">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
<br>
<img alt="CCDMD 20 ans !"
src="cid:part1.01090705.00040806@ccdmd.qc.ca" height="75"
width="71"><br>
<br>
Jonathan-Marc Lapointe<br>
Technicien en informatique,<br>
Administrateur système,<br>
Administrateur réseau<br>
<br>
Centre collégial de développement de matériel didactique<br>
6220, rue Sherbrooke Est, bureau 404<br>
Montréal (Québec) H1N 1C1<br>
514) 864-8443<br>
<a href="http://www.ccdmd.qc.ca">www.ccdmd.qc.ca</a><br>
<a href="mailto:jmlapointe@ccdmd.qc.ca">jmlapointe@ccdmd.qc.ca</a><br>
Skype: jmlccdmd<br>
</div>
</body>
</html>