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])
----------------------------------------------------------------------
Message: 1
Date: Mon, 9 Jan 2006 11:45:01 -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:
Logging
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/unpack.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -3 -r1.150 -r1.151
--- unpack.c 7 Jan 2006 21:00:24 -0000 1.150
+++ unpack.c 9 Jan 2006 18:45:00 -0000 1.151
@@ -1,4 +1,4 @@
-/* $Id: unpack.c,v 1.150 2006/01/07 21:00:24 andrew Exp $ */
+/* $Id: unpack.c,v 1.151 2006/01/09 18:45:00 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -123,11 +123,13 @@
}
}
- crm_debug_4("%s set to: %s",
+ crm_debug("%s set to: %s",
"transition_idle_timeout", data_set->transition_idle_timeout);
get_cluster_pref("default_resource_stickiness");
data_set->default_resource_stickiness = char2score(value);
+ crm_info("Default stickiness: %d",
+ data_set->default_resource_stickiness);
get_cluster_pref("stonith_enabled");
if(value != 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 26, Issue 8
*******************************************