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: ldirectord by horms from
([email protected])
2. Linux-HA CVS: ldirectord by horms from
([email protected])
3. Linux-HA CVS: ldirectord by horms from
([email protected])
4. Linux-HA CVS: ldirectord by horms from
([email protected])
5. Linux-HA CVS: tools by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 5 Jul 2006 23:03:01 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : horms
Host :
Project : linux-ha
Module : ldirectord
Dir : linux-ha/ldirectord
Modified Files:
ldirectord.cf
Log Message:
Add service to mysql example
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord.cf,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ldirectord.cf 6 Jul 2006 05:01:08 -0000 1.29
+++ ldirectord.cf 6 Jul 2006 05:03:01 -0000 1.30
@@ -178,6 +178,7 @@
# passwd="genericpassword"
# database="portal"
# request="SELECT * FROM link"
+# service=mysql
# scheduler=wrr
#Sample configuration for an unsuported protocol
------------------------------
Message: 2
Date: Wed, 5 Jul 2006 23:03:26 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : horms
Host :
Project : linux-ha
Module : ldirectord
Dir : linux-ha/ldirectord
Modified Files:
Tag: STABLE_1_2
ldirectord.cf
Log Message:
Add service to mysql example
Sync with 1.30
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord.cf,v
retrieving revision 1.19.2.7
retrieving revision 1.19.2.8
diff -u -3 -r1.19.2.7 -r1.19.2.8
--- ldirectord.cf 6 Jul 2006 05:01:39 -0000 1.19.2.7
+++ ldirectord.cf 6 Jul 2006 05:03:25 -0000 1.19.2.8
@@ -178,6 +178,7 @@
# passwd="genericpassword"
# database="portal"
# request="SELECT * FROM link"
+# service=mysql
# scheduler=wrr
#Sample configuration for an unsuported protocol
------------------------------
Message: 3
Date: Wed, 5 Jul 2006 23:04:35 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : horms
Host :
Project : linux-ha
Module : ldirectord
Dir : linux-ha/ldirectord
Modified Files:
ldirectord.cf
Log Message:
Add PostreSQL example
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord.cf,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ldirectord.cf 6 Jul 2006 05:03:01 -0000 1.30
+++ ldirectord.cf 6 Jul 2006 05:04:35 -0000 1.31
@@ -181,6 +181,17 @@
# service=mysql
# scheduler=wrr
+#Sample configuration for a PostgreSQL virtual service.
+#virtual = 192.168.10.74:5432
+# real=sql01->sql03:5432 gate 10
+# checktype=negotiate
+# login="readuser"
+# passwd="genericpassword"
+# database="portal"
+# request="SELECT * FROM link"
+# service=pgsql
+# scheduler=wrr
+
#Sample configuration for an unsuported protocol
#The real servers will just be brought up without checking for availability
#Fallback setting overides global
------------------------------
Message: 4
Date: Wed, 5 Jul 2006 23:04:51 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: ldirectord by horms from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : horms
Host :
Project : linux-ha
Module : ldirectord
Dir : linux-ha/ldirectord
Modified Files:
Tag: STABLE_1_2
ldirectord.cf
Log Message:
Add PostreSQL example
Sync with 1.31
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/ldirectord/ldirectord.cf,v
retrieving revision 1.19.2.8
retrieving revision 1.19.2.9
diff -u -3 -r1.19.2.8 -r1.19.2.9
--- ldirectord.cf 6 Jul 2006 05:03:25 -0000 1.19.2.8
+++ ldirectord.cf 6 Jul 2006 05:04:50 -0000 1.19.2.9
@@ -181,6 +181,17 @@
# service=mysql
# scheduler=wrr
+#Sample configuration for a PostgreSQL virtual service.
+#virtual = 192.168.10.74:5432
+# real=sql01->sql03:5432 gate 10
+# checktype=negotiate
+# login="readuser"
+# passwd="genericpassword"
+# database="portal"
+# request="SELECT * FROM link"
+# service=pgsql
+# scheduler=wrr
+
#Sample configuration for an unsuported protocol
#The real servers will just be brought up without checking for availability
#Fallback setting overides global
------------------------------
Message: 5
Date: Thu, 6 Jul 2006 03:30:27 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: tools by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : tools
Dir : linux-ha/tools
Modified Files:
attrd_updater.c pingd.c
Log Message:
Dont delete messages in the send_(ipc|ha)_helpers to make memory leak
checking easier
Compensate for CIB configuration growth
- enables tracking of almost all memory (de)allocations in the CIB
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/tools/attrd_updater.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- attrd_updater.c 1 Jun 2006 08:43:37 -0000 1.4
+++ attrd_updater.c 6 Jul 2006 09:30:27 -0000 1.5
@@ -1,4 +1,4 @@
-/* $Id: attrd_updater.c,v 1.4 2006/06/01 08:43:37 andrew Exp $ */
+/* $Id: attrd_updater.c,v 1.5 2006/07/06 09:30:27 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -132,8 +132,10 @@
if(send_ipc_message(attrd, update) == FALSE) {
fprintf(stderr, "Could not send update\n");
+ crm_msg_del(update);
return 1;
}
+ crm_msg_del(update);
return 0;
}
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/tools/pingd.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- pingd.c 6 Jun 2006 16:50:17 -0000 1.6
+++ pingd.c 6 Jul 2006 09:30:27 -0000 1.7
@@ -1,4 +1,4 @@
-/* $Id: pingd.c,v 1.6 2006/06/06 16:50:17 andrew Exp $ */
+/* $Id: pingd.c,v 1.7 2006/07/06 09:30:27 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
@@ -388,6 +388,7 @@
crm_err("Could not send update");
exit(1);
}
+ crm_msg_del(update);
}
void
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 32, Issue 23
********************************************