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: lib by andrew from
([email protected])
3. Linux-HA CVS: cts by andrew from
([email protected])
4. Linux-HA CVS: crm by andrew from
([email protected])
5. Linux-HA CVS: lib by lars from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 19 Jun 2006 05:59:19 -0600 (MDT)
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/admin
Modified Files:
cibadmin.c
Log Message:
help text additions
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/admin/cibadmin.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- cibadmin.c 15 May 2006 10:33:22 -0000 1.53
+++ cibadmin.c 19 Jun 2006 11:59:18 -0000 1.54
@@ -1,4 +1,4 @@
-/* $Id: cibadmin.c,v 1.53 2006/05/15 10:33:22 andrew Exp $ */
+/* $Id: cibadmin.c,v 1.54 2006/06/19 11:59:18 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
@@ -383,6 +383,7 @@
crm_debug_4("Performing %s op on all nodes...", cib_action);
return the_cib->cmds->set_master(the_cib, call_options);
+
} else if(cib_action != NULL) {
crm_debug_4("Passing \"%s\" to variant_op...", cib_action);
if(input != NULL && do_id_check(input, NULL, TRUE, FALSE)) {
@@ -432,7 +433,7 @@
fprintf(stream, "Options\n");
fprintf(stream, "\t--%s (-%c) <type>\tobject type being operated on\n",
"obj_type", 'o');
- fprintf(stream, "\t\tValid values are: nodes, resources, status,
constraints\n");
+ fprintf(stream, "\t\tValid values are: nodes, resources, constraints,
crm_config, status\n");
fprintf(stream, "\t--%s (-%c)\tturn on debug info."
" additional instance increase verbosity\n", "verbose", 'V');
fprintf(stream, "\t--%s (-%c)\tthis help message\n", "help", '?');
------------------------------
Message: 2
Date: Mon, 19 Jun 2006 06:03:59 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/crm/common
Modified Files:
xml.c
Log Message:
Unnecessary logging
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/crm/common/xml.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- xml.c 16 Jun 2006 10:07:16 -0000 1.93
+++ xml.c 19 Jun 2006 12:03:58 -0000 1.94
@@ -1,4 +1,4 @@
-/* $Id: xml.c,v 1.93 2006/06/16 10:07:16 andrew Exp $ */
+/* $Id: xml.c,v 1.94 2006/06/19 12:03:58 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -1955,7 +1955,7 @@
can_update = FALSE;
} else if(can_update) {
- crm_log_xml_debug(child, "Update match found...");
+ crm_log_xml_debug_2(child, "Update match found...");
add_xml_object(NULL, child, to_update);
}
------------------------------
Message: 3
Date: Mon, 19 Jun 2006 06:06:22 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: cts by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : cts
Dir : linux-ha/cts
Modified Files:
CM_LinuxHAv2.py.in
Log Message:
Set a value (specifically off)
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cts/CM_LinuxHAv2.py.in,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -3 -r1.147 -r1.148
--- CM_LinuxHAv2.py.in 19 Apr 2006 14:53:46 -0000 1.147
+++ CM_LinuxHAv2.py.in 19 Jun 2006 12:06:22 -0000 1.148
@@ -51,6 +51,7 @@
def __init__(self, Environment, randseed=None):
HeartbeatCM.__init__(self, Environment, randseed=randseed)
+ self.clear_cache = 0
self.cib_installed = 0
self.config = None
self.cluster_monitor = 0
------------------------------
Message: 4
Date: Mon, 19 Jun 2006 07:45:52 -0600 (MDT)
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/admin
Modified Files:
crm_resource.c
Log Message:
help text changes
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/admin/crm_resource.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- crm_resource.c 16 Jun 2006 10:00:17 -0000 1.39
+++ crm_resource.c 19 Jun 2006 13:45:48 -0000 1.40
@@ -1,4 +1,4 @@
-/* $Id: crm_resource.c,v 1.39 2006/06/16 10:00:17 andrew Exp $ */
+/* $Id: crm_resource.c,v 1.40 2006/06/19 13:45:48 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
@@ -470,7 +470,7 @@
" with cibadmin\n", rsc_id, existing_node);
fprintf(stderr, "\tThis will be the case even if %s is"
" the last node in the cluster\n",
existing_node);
- fprintf(stderr, "\tThis messgae can be disabled with
-S\n");
+ fprintf(stderr, "\tThis messgae can be disabled with
-Q\n");
}
crm_xml_add(dont_run, "rsc", rsc_id);
------------------------------
Message: 5
Date: Mon, 19 Jun 2006 08:34:11 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/fencing
Modified Files:
stonithd_lib.c
Log Message:
Shouldn't dereference a NULL pointer - return now.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/fencing/stonithd_lib.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- stonithd_lib.c 19 Jun 2006 05:13:34 -0000 1.26
+++ stonithd_lib.c 19 Jun 2006 14:34:10 -0000 1.27
@@ -890,6 +890,7 @@
if ( msg == NULL ) {
stdlib_log(LOG_ERR, "is_expected _msg: msg==NULL");
+ return rc;
}
if ( ( (tmpstr = cl_get_string(msg, field_name1)) != NULL )
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 31, Issue 61
********************************************