On Friday 22 February 2008, Michael Brennen wrote:

> <rsc_location id="location_iscsi106" rsc="iscsi_fs">
>  <rule id="prefered_location_iscsi106" score="-INFINITY" boolean_op="and">
>   <expression attribute="#uname" id="location_iscsi_01" operation="ne"
>    value="lvc1.fishnet.us"/>
>   <expression attribute="#uname" id="location_iscsi_02" operation="ne"
>    value="lvc2.fishnet.us"/>
>  </rule>
> </rsc_location>
>
> ERROR: <expression operation="ne"...>: [ne] is not a legal value for
> attribute operation
>
> Is that correct?  The above is derived from this page:
> http://www.linux-ha.org/DRBD/HowTov2
>
> <rsc_location id="drbd0-placement-1" rsc="ms-drbd0">
>  <rule id="drbd0-rule-1" score="-INFINITY">
>   <expression id="exp-01" value="xen-1" attribute="#uname" operation="ne"/>
>   <expression id="exp-02" value="xen-2" attribute="#uname" operation="ne"/>
>  </rule>
> </rsc_location>

There is a mismatch between ciblint and heartbeat.  ciblint only 
acknowledges 'neq';  heartbeat only accepts 'ne'.  I ran a test of neq and 
this error was thrown in the logs.

Feb 22 15:27:38 lvc4 cib: [25389]: ERROR: Value "neq" for attribute operation 
of expression is not among the enumerated set 

Part of the perplexing problem of the cib that I sent earlier is that the 
location directives are not followed.  In particular the iscsi resource 
continually tries to run on lvc4, but per the above location 
expression "location_iscsi106", it is forbidden to run on anything except 
lvc1 or lvc2.  I have wondered if the location expressions were being 
evaluated, and now this question of 'ne' and 'neq' is another wrinkle.  I 
guess I still wonder if I don't have something fundamentally wrong.

I may try an asymmetric cluster with positively specified locations.

The latest cib is attached; the major lint complaint now is the 'ne' 
expression.

The other lint complaint is 'transition_idle_timeout' in crm_config.  This is 
the spelling documented in crm.dtd.  This originally came from 
http://wiki.linux-ha.org/AtulAthavale, where it is 
spelled 'transition-idle-timeout'.  The only place the latter spelling is 
found in the source tree are these files:

/usr/src/heartbeat-2.1.3/tools/haresources2cib.py.in:   
"transition-idle-timeout=5min",
/usr/src/heartbeat-2.1.3/tools/haresources2cib.py:      
"transition-idle-timeout=5min",

-- 

   -- Michael
 <cib generated="true" admin_epoch="0" epoch="5" num_updates="58" have_quorum="true" ignore_dtd="false" num_peers="4" ccm_transition="3" cib_feature_revision="2.0" dc_uuid="73847c14-18c1-49ec-a26f-9ef33514d43c">
   <configuration>
     <crm_config>
       <cluster_property_set id="cib-bootstrap-options">
         <attributes>
           <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="2.1.3-node: 552305612591183b1628baa5bc6e903e0f1e26a3"/>
           <nvpair id="bootstrap01" name="transition_idle_timeout" value="60"/>
           <nvpair id="bootstrap02" name="default-resource-stickiness" value="0"/>
           <nvpair id="bootstrap04" name="stonith-enabled" value="true"/>
           <nvpair id="bootstrap05" name="stonith-action" value="reboot"/>
           <nvpair id="bootstrap06" name="symmetric-cluster" value="true"/>
           <nvpair id="bootstrap07" name="no-quorum-policy" value="ignore"/>
           <nvpair id="bootstrap08" name="stop-orphan-resources" value="true"/>
           <nvpair id="bootstrap09" name="stop-orphan-actions" value="true"/>
           <nvpair id="bootstrap10" name="is-managed-default" value="true"/>
         </attributes>
       </cluster_property_set>
     </crm_config>
     <nodes>
       <node id="73847c14-18c1-49ec-a26f-9ef33514d43c" uname="lvc4.fishnet.us" type="normal"/>
       <node id="f2a8d1b1-0514-444b-a6f0-244036d27d80" uname="lvc3.fishnet.us" type="normal"/>
       <node id="a616e3d6-5b5f-45f7-b09a-97766e7ffd0d" uname="lvc2.fishnet.us" type="normal"/>
       <node id="2ea010dd-5ac7-4f87-a408-6c3b067181fa" uname="lvc1.fishnet.us" type="normal"/>
     </nodes>
     <resources>
       <clone id="lvc_stonith">
         <instance_attributes id="lvc_stonith_ia">
           <attributes>
             <nvpair name="target_role" value="stopped" id="nv_lvc_stonith_tgt"/>
             <nvpair name="clone_max" value="2" id="nv_lvc_stonith_max"/>
             <nvpair name="clone_node_max" value="1" id="nv_lvc_stonith_nmax"/>
           </attributes>
         </instance_attributes>
         <primitive id="lvc_stonith_child" class="stonith" type="apcmaster">
           <operations>
             <op name="monitor" interval="24h" timeout="60s" prereq="nothing" id="lvc_stonith_op_mon" start_delay="2m"/>
             <op name="start" timeout="5m" prereq="nothing" id="lvc_stonith_op_start"/>
           </operations>
           <instance_attributes id="lvc_stonith_prim_ia">
             <attributes>
               <nvpair name="ipaddr" value="172.16.100.110" id="lvc_stonith_prim_ipaddr"/>
               <nvpair name="login" value="*********" id="lvc_stonith_prim_login"/>
               <nvpair name="password" value="*********" id="lvc_stonith_prim_passwd"/>
             </attributes>
           </instance_attributes>
         </primitive>
         <meta_attributes id="lvc_stonith-meta-options">
           <attributes>
             <nvpair id="lvc_stonith-meta-options-target_role" name="target_role" value="stopped"/>
           </attributes>
         </meta_attributes>
       </clone>
       <group id="group_lvs">
         <meta_attributes id="group_lvs_meta_attrs">
           <attributes>
             <nvpair name="target_role" id="group_lvs_metaattr_target_role" value="started"/>
             <nvpair id="group_lvs_metaattr_ordered" name="ordered" value="true"/>
             <nvpair id="group_lvs_metaattr_collocated" name="collocated" value="true"/>
           </attributes>
         </meta_attributes>
         <primitive id="vip_ldir" class="lsb" type="ldirectord" provider="heartbeat">
           <meta_attributes id="vip_ldir_meta_attrs">
             <attributes>
               <nvpair id="vip_ldir_metaattr_resource_stickiness" name="resource_stickiness" value="1"/>
             </attributes>
           </meta_attributes>
           <operations>
             <op id="vip_ldir_op_mon" name="monitor" interval="3s" timeout="6s" start_delay="15s" disabled="false" role="Started"/>
           </operations>
         </primitive>
         <primitive id="vip_106" class="ocf" type="IPaddr" provider="heartbeat">
           <instance_attributes id="vip_106_instance_attrs">
             <attributes>
               <nvpair id="vip_106_nv_ip" name="ip" value="172.16.100.106"/>
             </attributes>
           </instance_attributes>
           <meta_attributes id="vip_106_meta_attrs">
             <attributes>
               <nvpair id="vip_106_metaattr_resource_stickiness" name="resource_stickiness" value="1"/>
             </attributes>
           </meta_attributes>
           <operations>
             <op id="vip_106_prim_op_mon" name="monitor" interval="3s" timeout="6s" start_delay="15s"/>
           </operations>
         </primitive>
       </group>
       <clone id="iscsi_fs">
         <meta_attributes id="iscsi_fs_meta_attrs">
           <attributes>
             <nvpair id="iscsi_fs_metaattr_target_role" name="target_role" value="started"/>
             <nvpair id="iscsi_fs_metaattr_clone_max" name="clone_max" value="2"/>
             <nvpair id="iscsi_fs_metaattr_clone_node_max" name="clone_node_max" value="1"/>
           </attributes>
         </meta_attributes>
         <primitive id="rip_iscsi" class="ocf" type="iscsi" provider="heartbeat">
           <instance_attributes id="rip_iscsi_instance_attrs">
             <attributes>
               <nvpair id="rip_iscsi_attr_portal" name="portal" value="172.16.100.109"/>
               <nvpair id="rip_iscsi_attr_target" name="target" value="iqn.2007-12.us.fishnet:storage.lvciscsi"/>
             </attributes>
           </instance_attributes>
           <operations>
             <op id="rip_iscsi_op_mon" name="monitor" interval="15s" timeout="30s" start_delay="2m" prereq="nothing" disabled="false" role="Started"/>
             <op id="rip_iscsi_op_start" name="start" timeout="45s"/>
           </operations>
         </primitive>
       </clone>
       <clone id="mount_fs">
         <meta_attributes id="mount_fs_meta_attrs">
           <attributes>
             <nvpair name="target_role" id="mount_fs_metaattr_target_role" value="started"/>
             <nvpair id="mount_fs_metaattr_clone_max" name="clone_max" value="2"/>
             <nvpair id="mount_fs_metaattr_clone_node_max" name="clone_node_max" value="1"/>
           </attributes>
         </meta_attributes>
         <primitive id="rip_fs_106" class="ocf" type="Filesystem" provider="heartbeat">
           <instance_attributes id="rip_fs_106_instance_attrs">
             <attributes>
               <nvpair id="rip_fs_106_dev" name="device" value="/dev/sdb1"/>
               <nvpair id="rip_fs_106_dir" name="directory" value="/var/www/html"/>
               <nvpair id="rip_fs_106_fs" name="fstype" value="ocfs2"/>
             </attributes>
           </instance_attributes>
           <operations>
             <op id="rip_fs_106_op_mon" name="monitor" interval="2s" timeout="4s" start_delay="10s"/>
           </operations>
         </primitive>
       </clone>
       <clone id="ip_lo_106">
         <meta_attributes id="ip_lo_106_meta_attrs">
           <attributes>
             <nvpair name="target_role" id="ip_lo_106_metaattr_target_role" value="started"/>
             <nvpair id="ip_lo_106_metaattr_clone_max" name="clone_max" value="2"/>
             <nvpair id="ip_lo_106_metaattr_clone_node_max" name="clone_node_max" value="1"/>
           </attributes>
         </meta_attributes>
         <primitive id="rip_106" class="ocf" type="IPaddr" provider="heartbeat">
           <instance_attributes id="rip_106_instance_attrs">
             <attributes>
               <nvpair id="rip_106_ia_ip" name="ip" value="172.16.100.106"/>
               <nvpair id="rip_106_ia_nic" name="nic" value="lo"/>
               <nvpair id="rip_106_ia_netmask" name="cidr_netmask" value="255.255.255.255"/>
             </attributes>
           </instance_attributes>
           <meta_attributes id="rip_106:0_meta_attrs">
             <attributes>
               <nvpair id="rip_106:0_metaattr_is_managed" name="is_managed" value="true"/>
             </attributes>
           </meta_attributes>
           <operations>
             <op id="rip_106_op_mon" name="monitor" interval="7s" timeout="15s" start_delay="15s"/>
           </operations>
         </primitive>
       </clone>
       <clone id="real_apache">
         <meta_attributes id="real_apache_meta_attrs">
           <attributes>
             <nvpair name="target_role" id="real_apache_metaattr_target_role" value="started"/>
             <nvpair id="real_apache_metaattr_clone_max" name="clone_max" value="2"/>
             <nvpair id="real_apache_metaattr_clone_node_max" name="clone_node_max" value="1"/>
           </attributes>
         </meta_attributes>
         <primitive id="rip_apache" class="lsb" type="httpd" provider="heartbeat">
           <operations>
             <op id="rip_apache_op_mon" name="monitor" interval="16s" timeout="15s" start_delay="15s"/>
             <op id="rip_apache_op_start" name="start" timeout="45s"/>
           </operations>
         </primitive>
       </clone>
       <clone id="real_smtp">
         <meta_attributes id="real_smtp_meta_attrs">
           <attributes>
             <nvpair name="target_role" id="real_smtp_metaattr_target_role" value="started"/>
             <nvpair id="real_smtp_metaattr_clone_max" name="clone_max" value="2"/>
             <nvpair id="real_smtp_metaattr_clone_node_max" name="clone_node_max" value="1"/>
           </attributes>
         </meta_attributes>
         <primitive id="rip_smtp" class="lsb" type="postfix" provider="heartbeat">
           <operations>
             <op id="rip_smtp_op_mon" name="monitor" interval="50s" timeout="100s" start_delay="15s"/>
             <op id="rip_smtp_op_start" name="start" timeout="45s"/>
           </operations>
         </primitive>
       </clone>
     </resources>
     <constraints>
       <rsc_location id="location_lvs" rsc="group_lvs">
         <rule id="location_lvs_rule" score="-INFINITY" boolean_op="and">
           <expression id="location_lvs_03" value="lvc3.fishnet.us" attribute="#uname" operation="ne"/>
           <expression id="location_lvs_04" value="lvc4.fishnet.us" attribute="#uname" operation="ne"/>
         </rule>
       </rsc_location>
       <rsc_location id="location_iscsi106" rsc="iscsi_fs">
         <rule id="prefered_location_iscsi106" score="-INFINITY" boolean_op="and">
           <expression id="location_iscsid_01" value="lvc1.fishnet.us" attribute="#uname" operation="ne"/>
           <expression id="location_iscsid_02" value="lvc2.fishnet.us" attribute="#uname" operation="ne"/>
         </rule>
       </rsc_location>
       <rsc_location id="location_mount106" rsc="mount_fs">
         <rule id="prefered_location_mount106" score="-INFINITY" boolean_op="and">
           <expression id="location_mount106_01" value="lvc1.fishnet.us" attribute="#uname" operation="ne"/>
           <expression id="location_mount106_02" value="lvc2.fishnet.us" attribute="#uname" operation="ne"/>
         </rule>
       </rsc_location>
       <rsc_location id="location_iplo_106" rsc="ip_lo_106">
         <rule id="prefered_location_iplo_106" score="-INFINITY" boolean_op="and">
           <expression id="location_iplo_106_01" value="lvc1.fishnet.us" attribute="#uname" operation="ne"/>
           <expression id="location_iplo_106_02" value="lvc2.fishnet.us" attribute="#uname" operation="ne"/>
         </rule>
       </rsc_location>
       <rsc_location id="location_apache_106" rsc="real_apache">
         <rule id="prefered_location_apache_106" score="-INFINITY" boolean_op="and">
           <expression id="location_apache_106_01" value="lvc1.fishnet.us" attribute="#uname" operation="ne"/>
           <expression id="location_apache_106_02" value="lvc2.fishnet.us" attribute="#uname" operation="ne"/>
         </rule>
       </rsc_location>
       <rsc_location id="location_smtp_106" rsc="real_smtp">
         <rule id="prefered_location_smtp_106" score="-INFINITY" boolean_op="and">
           <expression id="location_smtp_106_01" value="lvc1.fishnet.us" attribute="#uname" operation="ne"/>
           <expression id="location_smtp_106_02" value="lvc2.fishnet.us" attribute="#uname" operation="ne"/>
         </rule>
       </rsc_location>
       <rsc_order id="order_iscsi_106" from="mount_fs" action="start" type="after" to="iscsi_fs" to_action="start"/>
       <rsc_order id="order_mount_106" from="ip_lo_106" action="start" type="after" to="mount_fs" to_action="start"/>
       <rsc_order id="order_ip_106" from="real_apache" action="start" type="after" to="ip_lo_106" to_action="start"/>
       <rsc_order id="order_ip_apache" from="real_smtp" action="start" type="after" to="ip_lo_106" to_action="start"/>
       <rsc_order id="order_stonith" from="lvc_stonith" action="start" type="after" to="real_smtp" to_action="start"/>
       <rsc_colocation id="colocation_iscsi_mount" from="mount_fs" to="iscsi_fs" score="INFINITY"/>
       <rsc_colocation id="colocation_mount_ip" from="ip_lo_106" to="mount_fs" score="INFINITY"/>
       <rsc_colocation id="colocation_ip_smtp" from="real_smtp" to="ip_lo_106" score="INFINITY"/>
       <rsc_colocation id="colocation_ip_apache" from="real_apache" to="ip_lo_106" score="INFINITY"/>
     </constraints>
   </configuration>
   <status>
     <node_state id="73847c14-18c1-49ec-a26f-9ef33514d43c" uname="lvc4.fishnet.us" crmd="online" crm-debug-origin="do_update_resource" shutdown="0" in_ccm="true" ha="active" join="member" expected="member">
       <lrm id="73847c14-18c1-49ec-a26f-9ef33514d43c">
         <lrm_resources>
           <lrm_resource id="lvc_stonith_child:0" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="3:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;3:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="2" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="lvc_stonith_child:1" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="4:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;4:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="3" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="rip_106:1" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="12:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;12:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="11" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="vip_106" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="vip_106_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="6:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;6:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="5" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="7d3d9502767a26cef0ccd1ee4fe2f9b8"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:0" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="9:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;9:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="8" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="rip_106:0" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="11:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;11:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="10" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:1" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="10:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;10:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="9" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="vip_ldir" type="ldirectord" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="vip_ldir_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="5:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;5:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="4" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:0" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="7:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="2:-2;7:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="6" crm_feature_set="2.0" rc_code="-2" op_status="2" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
             <lrm_rsc_op id="rip_iscsi:0_stop_0" operation="stop" crm-debug-origin="do_update_resource" transition_key="1:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="2:-2;1:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="16" crm_feature_set="2.0" rc_code="-2" op_status="2" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:1" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="8:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="2:-2;8:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="7" crm_feature_set="2.0" rc_code="-2" op_status="2" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
             <lrm_rsc_op id="rip_iscsi:1_stop_0" operation="stop" crm-debug-origin="do_update_resource" transition_key="2:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="2:-2;2:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="17" crm_feature_set="2.0" rc_code="-2" op_status="2" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:1" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="8:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;8:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="13" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:0" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="9:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;9:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="14" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:1" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="10:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;10:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="15" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:0" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="7:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;7:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="12" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
         </lrm_resources>
       </lrm>
       <transient_attributes id="73847c14-18c1-49ec-a26f-9ef33514d43c">
         <instance_attributes id="status-73847c14-18c1-49ec-a26f-9ef33514d43c">
           <attributes>
             <nvpair id="status-73847c14-18c1-49ec-a26f-9ef33514d43c-probe_complete" name="probe_complete" value="true"/>
             <nvpair id="status-73847c14-18c1-49ec-a26f-9ef33514d43c-fail-count-rip_iscsi:0" name="fail-count-rip_iscsi:0" value="1"/>
             <nvpair id="status-73847c14-18c1-49ec-a26f-9ef33514d43c-fail-count-rip_iscsi:1" name="fail-count-rip_iscsi:1" value="1"/>
           </attributes>
         </instance_attributes>
       </transient_attributes>
     </node_state>
     <node_state id="a616e3d6-5b5f-45f7-b09a-97766e7ffd0d" uname="lvc2.fishnet.us" crmd="online" crm-debug-origin="do_update_resource" shutdown="0" in_ccm="true" ha="active" join="member" expected="member">
       <lrm id="a616e3d6-5b5f-45f7-b09a-97766e7ffd0d">
         <lrm_resources>
           <lrm_resource id="lvc_stonith_child:0" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="33:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;33:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="2" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="lvc_stonith_child:1" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="34:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;34:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="3" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="vip_106" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="vip_106_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="36:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;36:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="5" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="7d3d9502767a26cef0ccd1ee4fe2f9b8"/>
           </lrm_resource>
           <lrm_resource id="rip_106:0" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="41:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;41:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="10" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:1" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="38:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;38:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="7" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:0" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="37:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;37:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="6" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_106:1" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="42:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;42:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="11" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:1" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="40:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;40:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="9" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:0" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="39:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;39:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="8" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="vip_ldir" type="ldirectord" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="vip_ldir_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="35:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;35:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="4" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:0" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="19:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;19:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="14" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:0" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="17:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;17:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="12" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
             <lrm_rsc_op id="rip_apache:0_stop_0" operation="stop" crm-debug-origin="do_update_resource" transition_key="42:10:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;42:10:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="16" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:1" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="18:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;18:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="13" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:1" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="20:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;20:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="15" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
         </lrm_resources>
       </lrm>
       <transient_attributes id="a616e3d6-5b5f-45f7-b09a-97766e7ffd0d">
         <instance_attributes id="status-a616e3d6-5b5f-45f7-b09a-97766e7ffd0d">
           <attributes>
             <nvpair id="status-a616e3d6-5b5f-45f7-b09a-97766e7ffd0d-probe_complete" name="probe_complete" value="true"/>
           </attributes>
         </instance_attributes>
       </transient_attributes>
     </node_state>
     <node_state id="2ea010dd-5ac7-4f87-a408-6c3b067181fa" uname="lvc1.fishnet.us" crmd="online" crm-debug-origin="do_update_resource" shutdown="0" in_ccm="true" ha="active" join="member" expected="member">
       <lrm id="2ea010dd-5ac7-4f87-a408-6c3b067181fa">
         <lrm_resources>
           <lrm_resource id="lvc_stonith_child:0" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="48:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;48:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="2" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="lvc_stonith_child:1" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="49:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;49:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="3" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="vip_106" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="vip_106_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="51:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;51:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="5" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="7d3d9502767a26cef0ccd1ee4fe2f9b8"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:1" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="53:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;53:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="7" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:0" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="52:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;52:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="6" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_106:0" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="56:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;56:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="10" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:1" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="55:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;55:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="9" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:0" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="54:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;54:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="8" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="rip_106:1" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="57:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;57:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="11" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="vip_ldir" type="ldirectord" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="vip_ldir_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="50:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;50:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="4" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:0" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="22:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;22:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="12" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
             <lrm_rsc_op id="rip_apache:0_stop_0" operation="stop" crm-debug-origin="do_update_resource" transition_key="43:9:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;43:9:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="16" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:1" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="23:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;23:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="13" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:0" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="24:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;24:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="14" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:1" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="25:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;25:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="15" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
         </lrm_resources>
       </lrm>
       <transient_attributes id="2ea010dd-5ac7-4f87-a408-6c3b067181fa">
         <instance_attributes id="status-2ea010dd-5ac7-4f87-a408-6c3b067181fa">
           <attributes>
             <nvpair id="status-2ea010dd-5ac7-4f87-a408-6c3b067181fa-probe_complete" name="probe_complete" value="true"/>
           </attributes>
         </instance_attributes>
       </transient_attributes>
     </node_state>
     <node_state id="f2a8d1b1-0514-444b-a6f0-244036d27d80" uname="lvc3.fishnet.us" crmd="online" crm-debug-origin="do_update_resource" shutdown="0" in_ccm="true" ha="active" join="member" expected="member">
       <lrm id="f2a8d1b1-0514-444b-a6f0-244036d27d80">
         <lrm_resources>
           <lrm_resource id="lvc_stonith_child:0" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="18:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;18:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="2" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="lvc_stonith_child:1" type="apcmaster" class="stonith">
             <lrm_rsc_op id="lvc_stonith_child:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="19:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;19:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="3" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="587f9e8fdc6d9296e8729e1d6993d4fe"/>
           </lrm_resource>
           <lrm_resource id="vip_106" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="vip_106_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="21:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;21:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="5" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="7d3d9502767a26cef0ccd1ee4fe2f9b8"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:0" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="22:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;22:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="6" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_iscsi:1" type="iscsi" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_iscsi:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="23:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;23:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="7" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="66a4c310933e82dab6e72f2a3a25f855"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:0" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="24:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;24:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="8" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="rip_106:0" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="26:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="4:1;26:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="10" crm_feature_set="2.0" rc_code="1" op_status="4" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
             <lrm_rsc_op id="rip_106:0_stop_0" operation="stop" crm-debug-origin="do_update_resource" transition_key="3:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;3:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="17" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="rip_fs_106:1" type="Filesystem" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_fs_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="25:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;25:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="9" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="b2ee3f038b575748f49cd92c767b78f6"/>
           </lrm_resource>
           <lrm_resource id="rip_106:1" type="IPaddr" class="ocf" provider="heartbeat">
             <lrm_rsc_op id="rip_106:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="27:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="4:1;27:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="11" crm_feature_set="2.0" rc_code="1" op_status="4" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
             <lrm_rsc_op id="rip_106:1_stop_0" operation="stop" crm-debug-origin="do_update_resource" transition_key="4:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="4:1;4:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="18" crm_feature_set="2.0" rc_code="1" op_status="4" interval="0" op_digest="f7e5d836a39c71c9237d0d0409c6a569"/>
           </lrm_resource>
           <lrm_resource id="vip_ldir" type="ldirectord" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="vip_ldir_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="20:6:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;20:6:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="4" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
             <lrm_rsc_op id="vip_ldir_start_0" operation="start" crm-debug-origin="do_update_resource" transition_key="31:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;31:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="12" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:0" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="14:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;14:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="15" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:1" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="13:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:0;13:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="14" crm_feature_set="2.0" rc_code="0" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_apache:0" type="httpd" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_apache:0_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="12:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;12:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="13" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
           <lrm_resource id="rip_smtp:1" type="postfix" class="lsb" provider="heartbeat">
             <lrm_rsc_op id="rip_smtp:1_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="15:7:e56e5e65-b02e-4345-9c05-de71beaaec65" transition_magic="0:7;15:7:e56e5e65-b02e-4345-9c05-de71beaaec65" call_id="16" crm_feature_set="2.0" rc_code="7" op_status="0" interval="0" op_digest="f2317cad3d54cec5d7d7aa7d0bf35cf8"/>
           </lrm_resource>
         </lrm_resources>
       </lrm>
       <transient_attributes id="f2a8d1b1-0514-444b-a6f0-244036d27d80">
         <instance_attributes id="status-f2a8d1b1-0514-444b-a6f0-244036d27d80">
           <attributes>
             <nvpair id="status-f2a8d1b1-0514-444b-a6f0-244036d27d80-probe_complete" name="probe_complete" value="true"/>
             <nvpair id="status-f2a8d1b1-0514-444b-a6f0-244036d27d80-fail-count-rip_106:1" name="fail-count-rip_106:1" value="1"/>
           </attributes>
         </instance_attributes>
       </transient_attributes>
     </node_state>
   </status>
 </cib>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to