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 lars from ([email protected])
2. Linux-HA CVS: crm by lars from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 5 Apr 2006 08:35:50 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : crm
Dir : linux-ha/crm/admin
Modified Files:
crmadmin.c
Log Message:
Querying the health of the cluster isn't yet implemented, so don't
advertise the CLI option (Novell bz #163517).
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/admin/crmadmin.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- crmadmin.c 3 Apr 2006 09:41:36 -0000 1.63
+++ crmadmin.c 5 Apr 2006 14:35:50 -0000 1.64
@@ -1,4 +1,4 @@
-/* $Id: crmadmin.c,v 1.63 2006/04/03 09:41:36 andrew Exp $ */
+/* $Id: crmadmin.c,v 1.64 2006/04/05 14:35:50 lars Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
@@ -711,8 +711,10 @@
"shutdown the CRMd on <node>\n", "kill", 'K');
fprintf(stream, "\t--%s (-%c) <node>\t: "
"request the status of <node>\n", "status", 'S');
+#if 0
fprintf(stream, "\t--%s (-%c)\t\t: "
"request the status of all nodes\n", "health", 'H');
+#endif
fprintf(stream, "\t--%s (-%c) <node>\t: "
"initiate an election from <node>\n", "election", 'E');
fprintf(stream, "\t--%s (-%c)\t: "
------------------------------
Message: 2
Date: Wed, 5 Apr 2006 08:38:15 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: crm by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : crm
Dir : linux-ha/crm/admin
Modified Files:
crmadmin.c
Log Message:
Requesting the name of all resources not implemented either (#163563).
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/admin/crmadmin.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- crmadmin.c 5 Apr 2006 14:35:50 -0000 1.64
+++ crmadmin.c 5 Apr 2006 14:38:14 -0000 1.65
@@ -1,4 +1,4 @@
-/* $Id: crmadmin.c,v 1.64 2006/04/05 14:35:50 lars Exp $ */
+/* $Id: crmadmin.c,v 1.65 2006/04/05 14:38:14 lars Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
@@ -721,8 +721,10 @@
"request the uname of the DC\n", "dc_lookup", 'D');
fprintf(stream, "\t--%s (-%c)\t\t: "
"request the uname of all member nodes\n", "nodes", 'N');
+#if 0
fprintf(stream, "\t--%s (-%c)\t: "
"request the names of all resources\n", "resources", 'R');
+#endif
fprintf(stream, "\t--%s (-%c) <rsc>\t: "
"request the location of <rsc>\n", "whereis", 'W');
fprintf(stream, "\t--%s (-%c) <node_uuid>\t: "
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 29, Issue 28
********************************************