[Pacemaker] Issue with controlling which nodes a resource runs from.

Luke Bigum lbigum at iseek.com.au
Sun Nov 8 18:35:47 EST 2009


Hi Judd,

I also have asymmetric clusters and think I've run into the same problem you are having. Your location constraints are fine but Pacemaker will still try use your mysqld RA on your NFS node. I think this is the PE trying to determine what resources are already running on a node before it even looks at any constraints. If the RAs are written right this shouldn't be a problem, other than the spam annoyance.

You should see something like this in your logs:

Nov  9 09:18:58 somenode pengine: [3567]: info: unpack_rsc_op: resource_monitor_0 on somenode returned
 5 (not installed) instead of the expected value: 7 (not running)
Nov  9 09:18:58 somenode pengine: [3567]: ERROR: unpack_rsc_op: Hard error - resource_monitor_0 failed with rc=5: Preventing resource from re-starting on somenode

If the RA is returning something other than OCF_ERR_INSTALLED (5) then that'll cause a lot of problems. What are the symptoms? Is your mysqld / drbd resource going unmanaged? Try pin it down to a specific resource then go reading in /usr/lib/ocf/resource.d/<provider>/<RA>. If it's the issue I think it is you might need to modify the RA yourself.

Luke Bigum
Systems Administrator
 (p) 1300 661 668
 (f)  1300 661 540
(e)  lbigum at iseek.com.au<mailto:lbigum at iseek.com.au>
http://www.iseek.com.au<http://www.iseek.com.au/>
Level 1, 100 Ipswich Road Woolloongabba QLD 4102

[cid:image001.jpg at 01CA6119.36FE69C0]

This e-mail and any files transmitted with it may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorised to receive for the recipient), please contact the sender by reply e-mail and delete all copies of this message.


From: Judd Tracy [mailto:judd at thetracys.net]
Sent: Saturday 7 November 2009 2:27 AM
To: pacemaker at oss.clusterlabs.org
Subject: [Pacemaker] Issue with controlling which nodes a resource runs from.

I am attempting to create a cluster of nodes for running mysql, nfs, web in a redundant fashion and am having problems getting the configuration to work correctly.  I started out first with setting up a mysql cluster of mysql nodes.  I have two nodes running on a drbd disk and everything works out just fine.

Then when I try and other nodes into the cluster for nfs it causes problems.  When I bring in one of the nfs nodes I have the problem that the mysql daemon tries to run on that node.  I have the cluster setup to not be symmetric and have location rules that state my mysql_drbd and mysql group should only run on the mysql nodes.  For the life of me I cannot figure out why it tries to run on that node.  Any help with this would be appreciated.

Thanks

Judd


CIB:

<cib validate-with="pacemaker-1.0" crm_feature_set="3.0.1" have-quorum="1" dc-uuid="mysql2" admin_epoch="0" epoch="103" num_updates="18">
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.0.5-462f1569a43740667daf7b0f6b521742e9eb8fa7"/>
        <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="openais"/>
        <nvpair id="cib-bootstrap-options-expected-quorum-votes" name="expected-quorum-votes" value="3"/>
        <nvpair id="cib-bootstrap-options-symmetric-cluster" name="symmetric-cluster" value="false"/>
        <nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="false"/>
        <nvpair name="last-lrm-refresh" id="cib-bootstrap-options-last-lrm-refresh" value="1257523651"/>
      </cluster_property_set>
    </crm_config>
    <nodes>
      <node id="mysql1" uname="mysql1" type="normal"/>
      <node id="mysql2" uname="mysql2" type="normal"/>
      <node id="filer1" uname="filer1" type="normal"/>
    </nodes>
    <resources>
      <group id="mysql">
        <primitive class="ocf" provider="heartbeat" type="Filesystem" id="mysql_fs">
          <instance_attributes id="mysql_fs-instance_attributes">
            <nvpair id="mysql_fs-instance_attributes-device" name="device" value="/dev/drbd/by-res/mysql"/>
            <nvpair name="directory" id="mysql_fs-instance_attributes-directory" value="/var/lib/mysql"/>
            <nvpair id="mysql_fs-instance_attributes-fstype" name="fstype" value="ext3"/>
          </instance_attributes>
        </primitive>
        <primitive class="ocf" id="mysql_ip" provider="heartbeat" type="IPaddr2">
          <instance_attributes id="mysql_ip-instance_attributes">
            <nvpair id="mysql_ip-instance_attributes-ip" name="ip" value="172.16.151.220"/>
            <nvpair id="mysql_ip-instance_attributes-nic" name="nic" value="eth0:0"/>
          </instance_attributes>
        </primitive>
        <primitive class="lsb" id="mysql_daemon" type="mysqld">
        </primitive>
      </group>
      <master id="ms_drbd_mysql">
        <meta_attributes id="ms_drbd_mysql-meta_attributes">
          <nvpair id="ms_drbd_mysql-meta_attributes-master-max" name="master-max" value="1"/>
          <nvpair id="ms_drbd_mysql-meta_attributes-master-node-max" name="master-node-max" value="1"/>
          <nvpair id="ms_drbd_mysql-meta_attributes-clone-max" name="clone-max" value="2"/>
          <nvpair id="ms_drbd_mysql-meta_attributes-clone-node-max" name="clone-node-max" value="1"/>
          <nvpair id="ms_drbd_mysql-meta_attributes-notify" name="notify" value="true"/>
          <nvpair id="ms_drbd_mysql-meta_attributes-globally-unique" name="globally-unique" value="false"/>
        </meta_attributes>
        <primitive class="ocf" id="drbd_mysql" provider="linbit" type="drbd">
          <instance_attributes id="drbd_mysql-instance_attributes">
            <nvpair id="drbd_mysql-instance_attributes-drbd_resource" name="drbd_resource" value="mysql"/>
          </instance_attributes>
          <operations>
            <op id="drbd_mysql-monitor-15s" interval="15s" name="monitor"/>
          </operations>
        </primitive>
      </master>
    </resources>
    <constraints>
      <rsc_location id="drbd_mysql_on_mysql1" rsc="ms_drbd_mysql" node="mysql1" score="100000"/>
      <rsc_location id="drbd_mysql_on_mysql2" node="mysql2" rsc="ms_drbd_mysql" score="100000"/>
      <rsc_location id="mysql_on_mysql1" rsc="mysql" node="mysql1" score="100000"/>
      <rsc_location id="mysql_on_mysql2" node="mysql2" rsc="mysql" score="100000"/>
      <rsc_colocation id="mysql_on_drbd_mysql" rsc="mysql" score="INFINITY" with-rsc="ms_drbd_mysql" with-rsc-role="Master"/>
      <rsc_order first="ms_drbd_mysql" first-action="promote" id="mysql_after_drbd_mysql" score="INFINITY" then="mysql" then-action="start"/>
    </constraints>
    <rsc_defaults/>
    <op_defaults/>
  </configuration>
  <status>
    <node_state uname="mysql1" ha="active" in_ccm="true" crmd="online" expected="member" shutdown="0" join="member" id="mysql1" crm-debug-origin="do_update_resource">
      <transient_attributes id="mysql1">
        <instance_attributes id="status-mysql1">
          <nvpair id="status-mysql1-master-drbd_mysql:1" name="master-drbd_mysql:1" value="10000"/>
          <nvpair id="status-mysql1-probe_complete" name="probe_complete" value="true"/>
        </instance_attributes>
      </transient_attributes>
      <lrm id="mysql1">
        <lrm_resources>
          <lrm_resource id="mysql_fs" type="Filesystem" class="ocf" provider="heartbeat">
            <lrm_rsc_op id="mysql_fs_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="5:7:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:7;5:7:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="9" rc-code="7" op-status="0" interval="0" last-run="1257523643" last-rc-change="1257523643" exec-time="160" queue-time="0" op-digest="8309d5189976fd4d69a4b12fd40dac3e"/>
            <lrm_rsc_op id="mysql_fs_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="7:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;7:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="26" rc-code="0" op-status="0" interval="0" last-run="1257523981" last-rc-change="1257523981" exec-time="270" queue-time="0" op-digest="8309d5189976fd4d69a4b12fd40dac3e"/>
          </lrm_resource>
          <lrm_resource id="mysql_ip" type="IPaddr2" class="ocf" provider="heartbeat">
            <lrm_rsc_op id="mysql_ip_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="5:10:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:0;5:10:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="10" rc-code="0" op-status="0" interval="0" last-run="1257523646" last-rc-change="1257523646" exec-time="160" queue-time="0" op-digest="b04f3a95f90cb6ed53c180fcac6e663a"/>
            <lrm_rsc_op id="mysql_ip_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="6:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;6:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="14" rc-code="0" op-status="0" interval="0" last-run="1257523924" last-rc-change="1257523924" exec-time="240" queue-time="0" op-digest="b04f3a95f90cb6ed53c180fcac6e663a"/>
            <lrm_rsc_op id="mysql_ip_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="9:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;9:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="27" rc-code="0" op-status="0" interval="0" last-run="1257523982" last-rc-change="1257523982" exec-time="260" queue-time="0" op-digest="b04f3a95f90cb6ed53c180fcac6e663a"/>
          </lrm_resource>
          <lrm_resource id="drbd_mysql:1" type="drbd" class="ocf" provider="linbit">
            <lrm_rsc_op id="drbd_mysql:1_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="7:5:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:0;7:5:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="5" rc-code="0" op-status="0" interval="0" last-run="1257523596" last-rc-change="1257523596" exec-time="290" queue-time="10" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
            <lrm_rsc_op id="drbd_mysql:1_demote_0" operation="demote" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="19:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;19:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="16" rc-code="0" op-status="0" interval="0" last-run="1257523924" last-rc-change="1257523924" exec-time="200" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
            <lrm_rsc_op id="drbd_mysql:1_promote_0" operation="promote" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="23:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;23:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="24" rc-code="0" op-status="0" interval="0" last-run="1257523981" last-rc-change="1257523981" exec-time="200" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
            <lrm_rsc_op id="drbd_mysql:1_post_notify_promote_0" operation="notify" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="62:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;62:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="25" rc-code="0" op-status="0" interval="0" last-run="1257523981" last-rc-change="1257523981" exec-time="210" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
          </lrm_resource>
          <lrm_resource id="mysql_daemon" type="mysqld" class="lsb">
            <lrm_rsc_op id="mysql_daemon_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="5:14:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:7;5:14:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="11" rc-code="7" op-status="0" interval="0" last-run="1257523649" last-rc-change="1257523649" exec-time="130" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
            <lrm_rsc_op id="mysql_daemon_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="11:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;11:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="28" rc-code="0" op-status="0" interval="0" last-run="1257523982" last-rc-change="1257523982" exec-time="1350" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
            <lrm_rsc_op id="mysql_daemon_stop_0" operation="stop" crm-debug-origin="do_update_resource" crm_feature_set="3.0.1" transition-key="12:7:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;12:7:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="29" rc-code="0" op-status="0" interval="0" last-run="1257524426" last-rc-change="1257524426" exec-time="1150" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
          </lrm_resource>
        </lrm_resources>
      </lrm>
    </node_state>
    <node_state uname="mysql2" ha="active" in_ccm="true" crmd="online" join="member" expected="member" shutdown="0" id="mysql2" crm-debug-origin="do_state_transition">
      <transient_attributes id="mysql2">
        <instance_attributes id="status-mysql2">
          <nvpair id="status-mysql2-master-drbd_mysql:0" name="master-drbd_mysql:0" value="10000"/>
          <nvpair id="status-mysql2-probe_complete" name="probe_complete" value="true"/>
        </instance_attributes>
      </transient_attributes>
      <lrm id="mysql2">
        <lrm_resources>
          <lrm_resource id="mysql_fs" type="Filesystem" class="ocf" provider="heartbeat">
            <lrm_rsc_op id="mysql_fs_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="6:8:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:7;6:8:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="10" rc-code="7" op-status="0" interval="0" last-run="1257524020" last-rc-change="1257524020" exec-time="160" queue-time="0" op-digest="8309d5189976fd4d69a4b12fd40dac3e"/>
            <lrm_rsc_op id="mysql_fs_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="5:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;5:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="20" rc-code="0" op-status="0" interval="0" last-run="1257524302" last-rc-change="1257524302" exec-time="300" queue-time="0" op-digest="8309d5189976fd4d69a4b12fd40dac3e"/>
            <lrm_rsc_op id="mysql_fs_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="6:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;6:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="26" rc-code="0" op-status="0" interval="0" last-run="1257524357" last-rc-change="1257524357" exec-time="330" queue-time="0" op-digest="8309d5189976fd4d69a4b12fd40dac3e"/>
          </lrm_resource>
          <lrm_resource id="mysql_ip" type="IPaddr2" class="ocf" provider="heartbeat">
            <lrm_rsc_op id="mysql_ip_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="6:12:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:7;6:12:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="11" rc-code="7" op-status="0" interval="0" last-run="1257524023" last-rc-change="1257524023" exec-time="150" queue-time="0" op-digest="b04f3a95f90cb6ed53c180fcac6e663a"/>
            <lrm_rsc_op id="mysql_ip_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="7:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;7:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="21" rc-code="0" op-status="0" interval="0" last-run="1257524303" last-rc-change="1257524303" exec-time="260" queue-time="0" op-digest="b04f3a95f90cb6ed53c180fcac6e663a"/>
            <lrm_rsc_op id="mysql_ip_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="8:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;8:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="25" rc-code="0" op-status="0" interval="0" last-run="1257524356" last-rc-change="1257524356" exec-time="220" queue-time="0" op-digest="b04f3a95f90cb6ed53c180fcac6e663a"/>
          </lrm_resource>
          <lrm_resource id="drbd_mysql:0" type="drbd" class="ocf" provider="linbit">
            <lrm_rsc_op id="drbd_mysql:0_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="7:4:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:0;7:4:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="5" rc-code="0" op-status="0" interval="0" last-run="1257523970" last-rc-change="1257523970" exec-time="320" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
            <lrm_rsc_op id="drbd_mysql:0_promote_0" operation="promote" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="16:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;16:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="18" rc-code="0" op-status="0" interval="0" last-run="1257524302" last-rc-change="1257524302" exec-time="200" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
            <lrm_rsc_op id="drbd_mysql:0_demote_0" operation="demote" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="18:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;18:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="27" rc-code="0" op-status="0" interval="0" last-run="1257524357" last-rc-change="1257524357" exec-time="200" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
            <lrm_rsc_op id="drbd_mysql:0_post_notify_promote_0" operation="notify" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="60:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;60:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="30" rc-code="0" op-status="0" interval="0" last-run="1257524358" last-rc-change="1257524358" exec-time="220" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
            <lrm_rsc_op id="drbd_mysql:0_monitor_15000" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="19:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;19:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="31" rc-code="0" op-status="0" interval="15000" last-run="1257524799" last-rc-change="1257524358" exec-time="220" queue-time="0" op-digest="6a918d87aa5c30252a3e70d8f4bbfa15"/>
          </lrm_resource>
          <lrm_resource id="mysql_daemon" type="mysqld" class="lsb">
            <lrm_rsc_op id="mysql_daemon_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="6:15:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" transition-magic="0:7;6:15:7:28858cf0-8013-46d3-bc0a-7a8de643efdf" call-id="12" rc-code="7" op-status="0" interval="0" last-run="1257524026" last-rc-change="1257524026" exec-time="130" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
            <lrm_rsc_op id="mysql_daemon_start_0" operation="start" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="8:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;8:0:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="22" rc-code="0" op-status="0" interval="0" last-run="1257524303" last-rc-change="1257524303" exec-time="1390" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
            <lrm_rsc_op id="mysql_daemon_stop_0" operation="stop" crm-debug-origin="build_active_RAs" crm_feature_set="3.0.1" transition-key="10:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:0;10:2:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="23" rc-code="0" op-status="0" interval="0" last-run="1257524355" last-rc-change="1257524355" exec-time="1150" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
          </lrm_resource>
        </lrm_resources>
      </lrm>
    </node_state>
    <node_state uname="filer1" ha="active" crmd="online" join="member" expected="member" shutdown="0" in_ccm="true" id="filer1" crm-debug-origin="do_update_resource">
      <lrm id="filer1">
        <lrm_resources>
          <lrm_resource id="mysql_daemon" type="mysqld" class="lsb">
            <lrm_rsc_op id="mysql_daemon_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" crm_feature_set="3.0.1" transition-key="9:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:254;9:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="4" rc-code="254" op-status="0" interval="0" last-run="1257524426" last-rc-change="1257524426" exec-time="10" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
            <lrm_rsc_op id="mysql_daemon_stop_0" operation="stop" crm-debug-origin="do_update_resource" crm_feature_set="3.0.1" transition-key="2:7:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:254;2:7:0:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="6" rc-code="254" op-status="0" interval="0" last-run="1257524426" last-rc-change="1257524426" exec-time="10" queue-time="0" op-digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
          </lrm_resource>
          <lrm_resource id="mysql_ip" type="IPaddr2" class="ocf" provider="heartbeat">
            <lrm_rsc_op id="mysql_ip_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" crm_feature_set="3.0.1" transition-key="8:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:7;8:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="3" rc-code="7" op-status="0" interval="0" last-run="1257524426" last-rc-change="1257524426" exec-time="210" queue-time="0" op-digest="b04f3a95f90cb6ed53c180fcac6e663a"/>
          </lrm_resource>
          <lrm_resource id="drbd_mysql:0" type="drbd" class="ocf" provider="linbit">
            <lrm_rsc_op id="drbd_mysql:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" crm_feature_set="3.0.1" transition-key="10:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:7;10:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="5" rc-code="7" op-status="0" interval="0" last-run="1257524426" last-rc-change="1257524426" exec-time="160" queue-time="0" op-digest="cda1836a05a8188b9dfd7ded69520b15"/>
          </lrm_resource>
          <lrm_resource id="mysql_fs" type="Filesystem" class="ocf" provider="heartbeat">
            <lrm_rsc_op id="mysql_fs_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" crm_feature_set="3.0.1" transition-key="7:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" transition-magic="0:7;7:5:7:28a71fc6-8bd4-4ccd-962c-a638ef827048" call-id="2" rc-code="7" op-status="0" interval="0" last-run="1257524426" last-rc-change="1257524426" exec-time="240" queue-time="0" op-digest="8309d5189976fd4d69a4b12fd40dac3e"/>
          </lrm_resource>
        </lrm_resources>
      </lrm>
      <transient_attributes id="filer1">
        <instance_attributes id="status-filer1">
          <nvpair id="status-filer1-probe_complete" name="probe_complete" value="true"/>
          <nvpair id="status-filer1-fail-count-mysql_daemon" name="fail-count-mysql_daemon" value="INFINITY"/>
          <nvpair id="status-filer1-last-failure-mysql_daemon" name="last-failure-mysql_daemon" value="1257524804"/>
        </instance_attributes>
      </transient_attributes>
    </node_state>
  </status>
</cib>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20091109/e970320e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 3245 bytes
Desc: image001.jpg
URL: <https://lists.clusterlabs.org/pipermail/pacemaker/attachments/20091109/e970320e/attachment-0003.jpg>


More information about the Pacemaker mailing list