Send Linux-ha-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: crm by andrew from 
      ([email protected])
   2. Linux-HA CVS: crm by andrew from 
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Tue, 14 Feb 2006 05:08:54 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Project : linux-ha
Module  : crm

Dir     : linux-ha/crm/pengine


Modified Files:
        unpack.c 


Log Message:
Ignore notify fields when testing for changed parameters

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/unpack.c,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -3 -r1.153 -r1.154
--- unpack.c    18 Jan 2006 20:08:31 -0000      1.153
+++ unpack.c    14 Feb 2006 12:08:54 -0000      1.154
@@ -1,4 +1,4 @@
-/* $Id: unpack.c,v 1.153 2006/01/18 20:08:31 andrew Exp $ */
+/* $Id: unpack.c,v 1.154 2006/02/14 12:08:54 andrew Exp $ */
 /* 
  * Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
  * 
@@ -1153,7 +1153,25 @@
                xml_remove_prop(pnow, XML_ATTR_CRM_VERSION); 
                xml_remove_prop(params, XML_ATTR_CRM_VERSION); 
                xml_remove_prop(pnow, "is_managed"); 
-               xml_remove_prop(params, "is_managed"); 
+               xml_remove_prop(params, "is_managed");
+
+               /* ignore notify fields */
+               xml_remove_prop(params, "notify_stop_resource"); 
+               xml_remove_prop(params, "notify_stop_uname"); 
+               xml_remove_prop(params, "notify_start_resource"); 
+               xml_remove_prop(params, "notify_start_uname"); 
+               xml_remove_prop(params, "notify_active_resource"); 
+               xml_remove_prop(params, "notify_active_uname"); 
+               xml_remove_prop(params, "notify_inactive_resource"); 
+               xml_remove_prop(params, "notify_inactive_uname"); 
+               xml_remove_prop(params, "notify_promote_resource"); 
+               xml_remove_prop(params, "notify_promote_uname"); 
+               xml_remove_prop(params, "notify_demote_resource"); 
+               xml_remove_prop(params, "notify_demote_uname"); 
+               xml_remove_prop(params, "notify_master_resource"); 
+               xml_remove_prop(params, "notify_master_uname"); 
+               xml_remove_prop(params, "notify_slave_resource"); 
+               xml_remove_prop(params, "notify_slave_uname"); 
                
                pdiff = diff_xml_object(params, pnow, TRUE);
                if(pdiff != NULL) {




------------------------------

Message: 2
Date: Tue, 14 Feb 2006 05:09:23 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by andrew from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : andrew
Host    : 
Project : linux-ha
Module  : crm

Dir     : linux-ha/crm/pengine/testcases


Modified Files:
        master-2.exp notify-1.exp notify-2.exp notify-3.exp 


Log Message:
Update test cases

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/testcases/notify-1.exp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- notify-1.exp        19 Oct 2005 08:30:01 -0000      1.13
+++ notify-1.exp        14 Feb 2006 12:09:23 -0000      1.14
@@ -3,7 +3,7 @@
      <action_set>
        <rsc_op id="33" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_pre_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 " notify_active_uuid="uuid1 " 
notify_confirm="yes" notify_type="pre" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
notify_confirm="yes" notify_type="pre" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -16,7 +16,7 @@
      <action_set>
        <rsc_op id="34" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_post_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 " notify_active_uuid="uuid1 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -38,7 +38,7 @@
      <action_set>
        <rsc_op id="7" rsc_id="rsc1:child_rsc1:1" operation="start" 
operation_key="rsc1:child_rsc1:1_start_0" on_node="node1" on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes crm_feature_set="1.0.3" clone="1" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
crm_feature_set="1.0.3" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -51,7 +51,7 @@
      <action_set>
        <rsc_op id="37" rsc_id="rsc1:child_rsc1:1" operation="notify" 
operation_key="rsc1:child_rsc1:1_post_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 " notify_active_uuid="uuid1 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -147,7 +147,7 @@
      <action_set>
        <rsc_op id="20" rsc_id="rsc2:child_rsc2:0" operation="stop" 
operation_key="rsc2:child_rsc2:0_stop_0" on_node="node1" on_node_uuid="uuid1">
          <primitive id="rsc2:child_rsc2:0" class="heartbeat" type="apache"/>
-         <attributes crm_feature_set="1.0.3" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_stop_uname="node1 " 
notify_stop_resource="rsc2:child_rsc2:0 " crm_feature_set="1.0.3" clone="0" 
clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -160,7 +160,7 @@
      <action_set>
        <rsc_op id="38" rsc_id="rsc2:child_rsc2:0" operation="notify" 
operation_key="rsc2:child_rsc2:0_pre_notify_stop_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc2:child_rsc2:0" class="heartbeat" type="apache"/>
-         <attributes notify_stop_uuid="uuid1 " notify_stop_uname="node1 " 
notify_confirm="yes" notify_type="pre" notify_stop_resource="rsc2:child_rsc2:0 
" crm_feature_set="1.0.3" notify_operation="stop" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_stop_uname="node1 " notify_confirm="yes" 
notify_type="pre" notify_stop_resource="rsc2:child_rsc2:0 " 
crm_feature_set="1.0.3" notify_operation="stop" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/testcases/notify-2.exp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- notify-2.exp        19 Oct 2005 08:30:01 -0000      1.11
+++ notify-2.exp        14 Feb 2006 12:09:23 -0000      1.12
@@ -3,7 +3,7 @@
      <action_set>
        <rsc_op id="33" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_pre_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 " notify_active_uuid="uuid1 " 
notify_confirm="yes" notify_type="pre" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
notify_confirm="yes" notify_type="pre" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -16,7 +16,7 @@
      <action_set>
        <rsc_op id="34" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_post_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 " notify_active_uuid="uuid1 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -38,7 +38,7 @@
      <action_set>
        <rsc_op id="7" rsc_id="rsc1:child_rsc1:1" operation="start" 
operation_key="rsc1:child_rsc1:1_start_0" on_node="node1" on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes crm_feature_set="1.0.3" clone="1" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
crm_feature_set="1.0.3" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -51,7 +51,7 @@
      <action_set>
        <rsc_op id="37" rsc_id="rsc1:child_rsc1:1" operation="notify" 
operation_key="rsc1:child_rsc1:1_post_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 " notify_active_uuid="uuid1 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 " 
notify_confirm="yes" notify_type="post" crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -147,7 +147,7 @@
      <action_set>
        <rsc_op id="20" rsc_id="rsc2:child_rsc2:0" operation="stop" 
operation_key="rsc2:child_rsc2:0_stop_0" on_node="node1" on_node_uuid="uuid1">
          <primitive id="rsc2:child_rsc2:0" class="heartbeat" type="apache"/>
-         <attributes crm_feature_set="1.0.3" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_stop_uname="node1 " 
notify_stop_resource="rsc2:child_rsc2:0 " crm_feature_set="1.0.3" clone="0" 
clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -160,7 +160,7 @@
      <action_set>
        <rsc_op id="38" rsc_id="rsc2:child_rsc2:0" operation="notify" 
operation_key="rsc2:child_rsc2:0_pre_notify_stop_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc2:child_rsc2:0" class="heartbeat" type="apache"/>
-         <attributes notify_stop_uuid="uuid1 " notify_stop_uname="node1 " 
notify_confirm="yes" notify_type="pre" notify_stop_resource="rsc2:child_rsc2:0 
" crm_feature_set="1.0.3" notify_operation="stop" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_stop_uname="node1 " notify_confirm="yes" 
notify_type="pre" notify_stop_resource="rsc2:child_rsc2:0 " 
crm_feature_set="1.0.3" notify_operation="stop" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/testcases/notify-3.exp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- notify-3.exp        19 Oct 2005 08:30:01 -0000      1.11
+++ notify-3.exp        14 Feb 2006 12:09:23 -0000      1.12
@@ -12,7 +12,7 @@
      <action_set>
        <rsc_op id="38" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_pre_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 rsc1:child_rsc1:1 " 
notify_active_uuid="uuid1 uuid1 " notify_stop_uuid="uuid2 " 
notify_stop_uname="node2 " notify_confirm="yes" notify_type="pre" 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " notify_confirm="yes" 
notify_type="pre" notify_stop_resource="rsc1:child_rsc1:1 " 
crm_feature_set="1.0.3" notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -25,7 +25,7 @@
      <action_set>
        <rsc_op id="39" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_post_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 rsc1:child_rsc1:1 " 
notify_active_uuid="uuid1 uuid1 " notify_stop_uuid="uuid2 " 
notify_stop_uname="node2 " notify_confirm="yes" notify_type="post" 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " notify_confirm="yes" 
notify_type="post" notify_stop_resource="rsc1:child_rsc1:1 " 
crm_feature_set="1.0.3" notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -38,7 +38,7 @@
      <action_set>
        <rsc_op id="40" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_pre_notify_stop_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 rsc1:child_rsc1:1 " 
notify_active_uuid="uuid1 uuid1 " notify_stop_uuid="uuid2 " 
notify_stop_uname="node2 " notify_confirm="yes" notify_type="pre" 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_operation="stop" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " notify_confirm="yes" 
notify_type="pre" notify_stop_resource="rsc1:child_rsc1:1 " 
crm_feature_set="1.0.3" notify_operation="stop" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -51,7 +51,7 @@
      <action_set>
        <rsc_op id="41" rsc_id="rsc1:child_rsc1:0" operation="notify" 
operation_key="rsc1:child_rsc1:0_post_notify_stop_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:0" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 rsc1:child_rsc1:1 " 
notify_active_uuid="uuid1 uuid1 " notify_stop_uuid="uuid2 " 
notify_stop_uname="node2 " notify_confirm="yes" notify_type="post" 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_operation="stop" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " notify_confirm="yes" 
notify_type="post" notify_stop_resource="rsc1:child_rsc1:1 " 
crm_feature_set="1.0.3" notify_operation="stop" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="0" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -73,7 +73,7 @@
      <action_set>
        <rsc_op id="11" rsc_id="rsc1:child_rsc1:1" operation="stop" 
operation_key="rsc1:child_rsc1:1_stop_0" on_node="node2" on_node_uuid="uuid2">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes crm_feature_set="1.0.3" clone="1" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_start_uname="node1 " notify_start_resource="rsc1:child_rsc1:1 " 
notify_active_uname="node1 node1 " clone="1" clone_max="2" notify="1" 
clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -86,7 +86,7 @@
      <action_set>
        <rsc_op id="12" rsc_id="rsc1:child_rsc1:1" operation="start" 
operation_key="rsc1:child_rsc1:1_start_0" on_node="node1" on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes crm_feature_set="1.0.3" clone="1" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_start_uname="node1 " notify_start_resource="rsc1:child_rsc1:1 " 
notify_active_uname="node1 node1 " clone="1" clone_max="2" notify="1" 
clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -102,7 +102,7 @@
      <action_set>
        <rsc_op id="42" rsc_id="rsc1:child_rsc1:1" operation="notify" 
operation_key="rsc1:child_rsc1:1_post_notify_start_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 rsc1:child_rsc1:1 " 
notify_active_uuid="uuid1 uuid1 " notify_stop_uuid="uuid2 " 
notify_stop_uname="node2 " notify_confirm="yes" notify_type="post" 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " notify_confirm="yes" 
notify_type="post" notify_stop_resource="rsc1:child_rsc1:1 " 
crm_feature_set="1.0.3" notify_operation="start" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -115,7 +115,7 @@
      <action_set>
        <rsc_op id="43" rsc_id="rsc1:child_rsc1:1" operation="notify" 
operation_key="rsc1:child_rsc1:1_pre_notify_stop_0" on_node="node2" 
on_node_uuid="uuid2">
          <primitive id="rsc1:child_rsc1:1" class="heartbeat" type="apache"/>
-         <attributes notify_start_uuid="uuid1 " 
notify_active_resource="rsc1:child_rsc1:0 rsc1:child_rsc1:1 " 
notify_active_uuid="uuid1 uuid1 " notify_stop_uuid="uuid2 " 
notify_stop_uname="node2 " notify_confirm="yes" notify_type="pre" 
notify_stop_resource="rsc1:child_rsc1:1 " crm_feature_set="1.0.3" 
notify_operation="stop" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
+         <attributes notify_active_resource="rsc1:child_rsc1:0 
rsc1:child_rsc1:1 " notify_stop_uname="node2 " notify_confirm="yes" 
notify_type="pre" notify_stop_resource="rsc1:child_rsc1:1 " 
crm_feature_set="1.0.3" notify_operation="stop" notify_start_uname="node1 " 
notify_start_resource="rsc1:child_rsc1:1 " notify_active_uname="node1 node1 " 
clone="1" clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -306,7 +306,7 @@
      <action_set>
        <rsc_op id="25" rsc_id="rsc2:child_rsc2:0" operation="stop" 
operation_key="rsc2:child_rsc2:0_stop_0" on_node="node1" on_node_uuid="uuid1">
          <primitive id="rsc2:child_rsc2:0" class="heartbeat" type="apache"/>
-         <attributes crm_feature_set="1.0.3" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_stop_uname="node1 " 
notify_stop_resource="rsc2:child_rsc2:0 " crm_feature_set="1.0.3" clone="0" 
clone_max="2" notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>
@@ -319,7 +319,7 @@
      <action_set>
        <rsc_op id="44" rsc_id="rsc2:child_rsc2:0" operation="notify" 
operation_key="rsc2:child_rsc2:0_pre_notify_stop_0" on_node="node1" 
on_node_uuid="uuid1">
          <primitive id="rsc2:child_rsc2:0" class="heartbeat" type="apache"/>
-         <attributes notify_stop_uuid="uuid1 " notify_stop_uname="node1 " 
notify_confirm="yes" notify_type="pre" notify_stop_resource="rsc2:child_rsc2:0 
" crm_feature_set="1.0.3" notify_operation="stop" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
+         <attributes notify_stop_uname="node1 " notify_confirm="yes" 
notify_type="pre" notify_stop_resource="rsc2:child_rsc2:0 " 
crm_feature_set="1.0.3" notify_operation="stop" clone="0" clone_max="2" 
notify="1" clone_node_max="2"/>
        </rsc_op>
      </action_set>
      <inputs>




------------------------------

_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 27, Issue 59
********************************************

Reply via email to