<!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.&nbsp;
I had to add <br>
<small><font face="Courier New, Courier, monospace">&lt;attributes&gt; </font><br>
<font face="Courier New, Courier, monospace">&lt;/attributes&gt;</font></small><br>
tags to the configuration to make it work.<br>
<br>
example:<br>
<pre class="programlisting"><font face="Courier New, Courier, monospace">&lt;group ordered="true" collocated="true" id="rg_mysql"&gt;</font>
<font face="Courier New, Courier, monospace">  &lt;primitive class="heartbeat" type="drbddisk" </font><font
 face="Courier New, Courier, monospace">provider="heartbeat" id="drbddisk_mysql"&gt;</font>
<font face="Courier New, Courier, monospace">    &lt;instance_attributes&gt;</font>
<font face="Courier New, Courier, monospace">      &lt;attributes&gt;</font>
<font face="Courier New, Courier, monospace">        &lt;nvpair name="target_role" value="started"/&gt;</font>
<font face="Courier New, Courier, monospace">        &lt;nvpair name="1" value="mysql"/&gt;</font>
<font face="Courier New, Courier, monospace">      &lt;/attributes&gt;</font>
<font face="Courier New, Courier, monospace">    &lt;/instance_attributes&gt;</font>
<font face="Courier New, Courier, monospace">  &lt;/primitive&gt;</font>
<font face="Courier New, Courier, monospace">  &lt;primitive class="ocf" type="Filesystem" </font><font
 face="Courier New, Courier, monospace">provider="heartbeat" id="fs_mysql"&gt;</font>
<font face="Courier New, Courier, monospace">    &lt;instance_attributes&gt;
</font><font color="#ff0000"><b><font><font
 face="Courier New, Courier, monospace">      &lt;attributes&gt;</font></font></b></font>
<font face="Courier New, Courier, monospace">      &lt;nvpair name="device" value="/dev/drbd0"/&gt;</font>
<font face="Courier New, Courier, monospace">      &lt;nvpair name="directory" value="/var/lib/mysql"/&gt;</font>
<font face="Courier New, Courier, monospace">      &lt;nvpair name="type" value="ext3"/&gt;</font>
<font color="#ff0000"><b><font><font
 face="Courier New, Courier, monospace">      &lt;/attributes&gt;</font></font></b></font>
<font face="Courier New, Courier, monospace">    &lt;/instance_attributes&gt;</font>
<font face="Courier New, Courier, monospace">  &lt;/primitive&gt;</font>
<font face="Courier New, Courier, monospace">  &lt;primitive class="ocf" type="IPaddr" </font><font
 face="Courier New, Courier, monospace">provider="heartbeat" id="ip_mysql"&gt;</font>
<font face="Courier New, Courier, monospace">    &lt;instance_attributes&gt;
</font><font color="#ff0000"><b><font><font
 face="Courier New, Courier, monospace">      &lt;attributes&gt;</font></font></b></font>
<font face="Courier New, Courier, monospace">      &lt;nvpair name="ip" value="192.168.42.1"/&gt;</font>
<font color="#ff0000"><b><font><font
 face="Courier New, Courier, monospace">      &lt;/attributes&gt;</font></font></b></font>
<font face="Courier New, Courier, monospace">    &lt;/instance_attributes&gt;</font>
<font face="Courier New, Courier, monospace">  &lt;/primitive&gt;</font>
<font face="Courier New, Courier, monospace">  &lt;primitive class="lsb" type="mysql" </font><font
 face="Courier New, Courier, monospace">provider="heartbeat" id="mysql"/&gt;</font>
&lt;/group&gt;
</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">&lt;nvpair name="type" value="ext3"/&gt;</font></font>
should really be <font><font><font><font
 face="Courier New, Courier, monospace">
&lt;nvpair name="fstype" value="ext3"/&gt;</font></font></font></font>
<b>
</b>although it did not seem to matter in my case.&nbsp; 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>