<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
2 changes for the online documentation: (which is excellent!)<br>
<br>
<b><br>
1.</b><br>
On the page:<br>
<a
href="http://www.drbd.org/users-guide/s-heartbeat-crm.html#s-heartbeat-crm-config">http://www.drbd.org/users-guide/s-heartbeat-crm.html#s-heartbeat-crm-config</a><br>
<br>
the section:<br>
"Adding a DRBD-backed service to the cluster configuration"<br>
<br>
the configuration shown in the grey box does not validate to the DTD.
I had to add <br>
<small><font face="Courier New, Courier, monospace"><attributes> </font><br>
<font face="Courier New, Courier, monospace"></attributes></font></small><br>
tags to the configuration to make it work.<br>
<br>
example:<br>
<pre class="programlisting"><font face="Courier New, Courier, monospace"><group ordered="true" collocated="true" id="rg_mysql"></font>
<font face="Courier New, Courier, monospace"> <primitive class="heartbeat" type="drbddisk" </font><font
face="Courier New, Courier, monospace">provider="heartbeat" id="drbddisk_mysql"></font>
<font face="Courier New, Courier, monospace"> <instance_attributes></font>
<font face="Courier New, Courier, monospace"> <attributes></font>
<font face="Courier New, Courier, monospace"> <nvpair name="target_role" value="started"/></font>
<font face="Courier New, Courier, monospace"> <nvpair name="1" value="mysql"/></font>
<font face="Courier New, Courier, monospace"> </attributes></font>
<font face="Courier New, Courier, monospace"> </instance_attributes></font>
<font face="Courier New, Courier, monospace"> </primitive></font>
<font face="Courier New, Courier, monospace"> <primitive class="ocf" type="Filesystem" </font><font
face="Courier New, Courier, monospace">provider="heartbeat" id="fs_mysql"></font>
<font face="Courier New, Courier, monospace"> <instance_attributes>
</font><font color="#ff0000"><b><font><font
face="Courier New, Courier, monospace"> <attributes></font></font></b></font>
<font face="Courier New, Courier, monospace"> <nvpair name="device" value="/dev/drbd0"/></font>
<font face="Courier New, Courier, monospace"> <nvpair name="directory" value="/var/lib/mysql"/></font>
<font face="Courier New, Courier, monospace"> <nvpair name="type" value="ext3"/></font>
<font color="#ff0000"><b><font><font
face="Courier New, Courier, monospace"> </attributes></font></font></b></font>
<font face="Courier New, Courier, monospace"> </instance_attributes></font>
<font face="Courier New, Courier, monospace"> </primitive></font>
<font face="Courier New, Courier, monospace"> <primitive class="ocf" type="IPaddr" </font><font
face="Courier New, Courier, monospace">provider="heartbeat" id="ip_mysql"></font>
<font face="Courier New, Courier, monospace"> <instance_attributes>
</font><font color="#ff0000"><b><font><font
face="Courier New, Courier, monospace"> <attributes></font></font></b></font>
<font face="Courier New, Courier, monospace"> <nvpair name="ip" value="192.168.42.1"/></font>
<font color="#ff0000"><b><font><font
face="Courier New, Courier, monospace"> </attributes></font></font></b></font>
<font face="Courier New, Courier, monospace"> </instance_attributes></font>
<font face="Courier New, Courier, monospace"> </primitive></font>
<font face="Courier New, Courier, monospace"> <primitive class="lsb" type="mysql" </font><font
face="Courier New, Courier, monospace">provider="heartbeat" id="mysql"/></font>
</group>
</pre>
<br>
<br>
<br>
<b>2.<br>
</b>the /usr/lib/ocf/resource.d/heartbeat/Filesystem meta-data command
states that the <br>
<pre class="programlisting"><font><font
face="Courier New, Courier, monospace"><nvpair name="type" value="ext3"/></font></font>
should really be <font><font><font><font
face="Courier New, Courier, monospace">
<nvpair name="fstype" value="ext3"/></font></font></font></font>
<b>
</b>although it did not seem to matter in my case. I am using ext3 and it may just not care unless you are using another FSType.
</pre>
Thanks!!<br>
<br>
-Jeff Humes<br>
<br>
<br>
</body>
</html>