Send Linux-ha-cvs mailing list submissions to
        linux-ha-cvs@lists.linux-ha.org

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 
      (linux-ha-cvs@lists.linux-ha.org)
   2. Linux-HA CVS: crm by andrew from 
      (linux-ha-cvs@lists.linux-ha.org)


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

Message: 1
Date: Mon,  3 Jul 2006 09:27:07 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
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/cib


Modified Files:
        messages.c 


Log Message:
OSDL #1344 - when an admin replaces the nodes section we should make sure
  that all the nodes heartbeat knows about are in there.

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/cib/messages.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- messages.c  3 Jul 2006 15:15:30 -0000       1.81
+++ messages.c  3 Jul 2006 15:27:06 -0000       1.82
@@ -1,4 +1,4 @@
-/* $Id: messages.c,v 1.81 2006/07/03 15:15:30 andrew Exp $ */
+/* $Id: messages.c,v 1.82 2006/07/03 15:27:06 andrew Exp $ */
 /* 
  * Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
  * 
@@ -559,6 +559,9 @@
                        crm_debug_2("No matching object to replace");
                        result = cib_NOTEXISTS;
 
+               } else if(safe_str_eq(section, XML_CIB_TAG_NODES)) {
+                       send_notify = TRUE;
+                       
                } else if(safe_str_eq(section, XML_CIB_TAG_STATUS)) {
                        send_notify = TRUE;
                }




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

Message: 2
Date: Mon,  3 Jul 2006 11:50:57 -0600 (MDT)
From: linux-ha-cvs@lists.linux-ha.org
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


Modified Files:
        crm-1.0.dtd 


Log Message:
It appears DTDs cant handle enumerations with # in them

===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/crm-1.0.dtd,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- crm-1.0.dtd 3 Jul 2006 15:16:10 -0000       1.82
+++ crm-1.0.dtd 3 Jul 2006 17:50:56 -0000       1.83
@@ -24,7 +24,7 @@
  The description field in all elements is opaque to the CRM and is for 
administrative comments.
 
 TODO
- * Is the version element necessary in <cib>? If we flag the DTD against which 
the CIB validates, the version is implicit...
+ * Figure out a sane way to version the DTD
  * Do we need to know about ping nodes...?
  * The integer comparison type really should be number
 -->
@@ -217,7 +217,7 @@
           type              CDATA        #REQUIRED
           provider          CDATA        #IMPLIED
 
-          is_managed            (true|1|false|0|#default)        '#IMPLIED'
+          is_managed            CDATA                            #IMPLIED
           restart_type          (ignore|restart)                 'ignore'
           multiple_active       (stop_start|stop_only|block)     'stop_start'
           resource_stickiness   CDATA                             #IMPLIED>
@@ -277,7 +277,7 @@
           id            CDATA               #REQUIRED
           description   CDATA               #IMPLIED
 
-          is_managed            (true|1|false|0|#default)     #IMPLIED
+          is_managed            CDATA                         #IMPLIED
           restart_type          (ignore|restart)              'ignore'
           multiple_active       (stop_start|stop_only|block)  'stop_start'
           resource_stickiness   (0|INFINITY|-INFINITY)        #IMPLIED
@@ -319,7 +319,7 @@
           id            CDATA               #REQUIRED
           description   CDATA               #IMPLIED
 
-          is_managed            (true|1|false|0|#default)     #IMPLIED
+          is_managed            CDATA                         #IMPLIED
           restart_type          (ignore|restart)              'ignore'
           multiple_active       (stop_start|stop_only|block)  'stop_start'
           resource_stickiness   CDATA                         #IMPLIED
@@ -343,7 +343,7 @@
           id            CDATA       #REQUIRED
           description   CDATA       #IMPLIED
 
-          is_managed            (true|1|false|0|#default)     #IMPLIED
+          is_managed            CDATA                         #IMPLIED
           restart_type          (ignore|restart)              'ignore'
           multiple_active       (stop_start|stop_only|block)  'stop_start'
           resource_stickiness   CDATA                         #IMPLIED




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

_______________________________________________
Linux-ha-cvs mailing list
Linux-ha-cvs@lists.linux-ha.org
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 32, Issue 5
*******************************************

Reply via email to