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: cts by andrew from
([email protected])
2. Linux-HA CVS: lib by alan from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 13 Jan 2006 12:23:28 -0700 (MST)
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 all CIB options
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/cts/CM_LinuxHAv2.py.in,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -3 -r1.125 -r1.126
--- CM_LinuxHAv2.py.in 11 Jan 2006 13:06:11 -0000 1.125
+++ CM_LinuxHAv2.py.in 13 Jan 2006 19:23:28 -0000 1.126
@@ -119,10 +119,15 @@
<configuration>
<crm_config>'''
cib_options="""
- <nvpair id="transition_idle_timeout" name="transition_idle_timeout"
value="3m"/>
- <nvpair id="symmetric_cluster" name="symetric_cluster" value="true"/>
- <nvpair id="suppress_cib_writes" name="suppress_cib_writes"
value="%d"/>
- <nvpair id="no_quorum_policy" name="no_quorum_policy"
value="stop"/>""" % self.Env["SuppressCib"]
+ <nvpair id="c-pref-1" name="transition_idle_timeout" value="3m"/>
+ <nvpair id="c-pref-2" name="symetric_cluster" value="true"/>
+ <nvpair id="c-pref-3" name="suppress_cib_writes" value="%d"/>
+ <nvpair id="c-pref-4" name="short_resource_names" value="true"/>
+ <nvpair id="c-pref-5" name="stop_orphan_resources" value="false"/>
+ <nvpair id="c-pref-6" name="stop_orphan_actions" value="false"/>
+ <nvpair id="c-pref-7" name="remove_after_stop" value="false"/>
+ <nvpair id="c-pref-7" name="is_managed_default" value="true"/>
+ <nvpair id="c-pref-8" name="no_quorum_policy" value="stop"/>""" %
self.Env["SuppressCib"]
cib_glue_1='''
</crm_config>
------------------------------
Message: 2
Date: Fri, 13 Jan 2006 13:08:33 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/lrm
Modified Files:
clientlib.c
Log Message:
Removed failure log message per Andrew.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/lrm/clientlib.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- clientlib.c 8 Jun 2005 02:13:40 -0000 1.62
+++ clientlib.c 13 Jan 2006 20:08:32 -0000 1.63
@@ -650,7 +650,6 @@
}
/* get the return code of return message */
if (HA_OK != get_ret_from_msg(ret)) {
- LOG_GOT_FAIL_RET(LOG_WARNING, GETRSC);
ha_msg_del(ret);
return 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 31
********************************************