<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 02/09/2012 09:36 AM, Andreas Kurz wrote:
    <blockquote>
      <pre wrap>No, this is not a correct behavior ... but for more ... not enough
information.
</pre>
    </blockquote>
    Andreas-<br>
    <br>
    Thanks for looking at this.  <br>
    <br>
    Here is the version information:<br>
    <blockquote><tt>pacemaker-libs-1.1.6-3.el6.x86_64<br>
        pacemaker-1.1.6-3.el6.x86_64<br>
        pacemaker-cluster-libs-1.1.6-3.el6.x86_64<br>
        pacemaker-cli-1.1.6-3.el6.x86_64<br>
        drbd-pacemaker-8.4.1-1.el6.x86_64<br>
        corosync-1.4.1-4.el6.x86_64<br>
        corosynclib-1.4.1-4.el6.x86_64</tt><br>
    </blockquote>
    Here is the configuration:<br>
    <blockquote><tt>node nodea \</tt><br>
      <tt>    attributes standby="off"</tt><br>
      <tt>node nodeb \</tt><br>
      <tt>    attributes standby="off"</tt><br>
      <tt>primitive ClusterIP ocf:heartbeat:IPaddr2 \</tt><br>
      <tt>    params ip="192.168.1.3" cidr_netmask="32" \</tt><br>
      <tt>    op monitor interval="30s"</tt><br>
      <tt>primitive datafs ocf:heartbeat:Filesystem \</tt><br>
      <tt>    params device="/dev/drbd0" directory="/data" fstype="ext3"
        \</tt><br>
      <tt>    meta target-role="Started"</tt><br>
      <tt>primitive drbd0 ocf:linbit:drbd \</tt><br>
      <tt>    params drbd_resource="drbd0" \</tt><br>
      <tt>    op monitor interval="60s"</tt><br>
      <tt>primitive drbd1 ocf:linbit:drbd \</tt><br>
      <tt>    params drbd_resource="drbd1" \</tt><br>
      <tt>    op monitor interval="60s"</tt><br>
      <tt>primitive httpd ocf:heartbeat:apache \</tt><br>
      <tt>    params configfile="/etc/httpd/conf/httpd.conf" \</tt><br>
      <tt>    op monitor interval="1min"</tt><br>
      <tt>primitive ipmi-fencing stonith:fence_ipmilan \</tt><br>
      <tt>    params pcmk_host_list="nodea nodeb"
        ipaddr="xxx.xxx.xxx.xxx" login="xxxxxxx" passwd="xxxxxxx"
        lanplus="1" timeout="4" auth="md5" \</tt><br>
      <tt>    op monitor interval="60s"</tt><br>
      <tt>primitive patchfs ocf:heartbeat:Filesystem \</tt><br>
      <tt>    params device="/dev/drbd1" directory="/patch"
        fstype="ext3" \</tt><br>
      <tt>    meta target-role="Started"</tt><br>
      <tt>group web datafs patchfs ClusterIP httpd</tt><br>
      <tt>ms drbd0clone drbd0 \</tt><br>
      <tt>    meta master-max="1" master-node-max="1" clone-max="2"
        clone-node-max="1" notify="true"</tt><br>
      <tt>ms drbd1clone drbd1 \</tt><br>
      <tt>    meta master-max="1" master-node-max="1" clone-max="2"
        clone-node-max="1" notify="true"</tt><br>
      <tt>clone fencing ipmi-fencing</tt><br>
      <tt>colocation datafs-with-drbd0 inf: web drbd0clone:Master</tt><br>
      <tt>colocation patchfs-with-drbd1 inf: web drbd1clone:Master</tt><br>
      <tt>order datafs-after-drbd0 inf: drbd0clone:promote web:start</tt><br>
      <tt>order patchfs-after-drbd1 inf: drbd1clone:promote web:start</tt><br>
      <tt>property $id="cib-bootstrap-options" \</tt><br>
      <tt>   
        dc-version="1.1.6-3.el6-a02c0f19a00c1eb2527ad38f146ebc0834814558"
        \</tt><br>
      <tt>    cluster-infrastructure="openais" \</tt><br>
      <tt>    expected-quorum-votes="2" \</tt><br>
      <tt>    stonith-enabled="true" \</tt><br>
      <tt>    no-quorum-policy="ignore" \</tt><br>
      <tt>    last-lrm-refresh="1328556424"</tt><br>
      <tt></tt><tt>rsc_defaults $id="rsc-options" \</tt><br>
      <tt>    resource-stickiness="100"</tt><br>
      <br>
    </blockquote>
    Attached is the log file from the time the system started up on the
    b node until the services finished coming online.<br>
    <br>
    Thanks!<br>
    Davin<br>
  </body>
</html>