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: doc by alan from ([email protected])
2. Linux-HA CVS: doc by alan from ([email protected])
3. Linux-HA CVS: doc by alan from ([email protected])
4. Linux-HA CVS: linux-ha by alan from
([email protected])
5. Linux-HA CVS: crm by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sun, 30 Apr 2006 22:58:31 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: doc by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : doc
Dir : linux-ha/doc
Added Files:
cibadmin.8.in
Log Message:
First version of cibadmin man page.
------------------------------
Message: 2
Date: Sun, 30 Apr 2006 23:06:14 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: doc by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : doc
Dir : linux-ha/doc
Modified Files:
.cvsignore
Log Message:
Update cvsignore file
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/doc/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- .cvsignore 28 Sep 2004 14:37:02 -0000 1.9
+++ .cvsignore 1 May 2006 05:06:14 -0000 1.10
@@ -9,6 +9,7 @@
heartbeat_api.txt
rsync.txt
startstop
+cibadmin.8
*.beam
parser-messages
MISC_ERRORS
------------------------------
Message: 3
Date: Sun, 30 Apr 2006 23:08:23 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: doc by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : doc
Dir : linux-ha/doc
Modified Files:
Makefile.am cibadmin.8.in hb_standby.1 hb_takeover.1
Log Message:
Added cibadmin man page.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/doc/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- Makefile.am 21 Nov 2005 22:32:46 -0000 1.24
+++ Makefile.am 1 May 2006 05:08:23 -0000 1.25
@@ -40,7 +40,7 @@
doc_DATA = $(OTHER_DOCS) $(txtfiles) $(htmlfiles)
-man_MANS = heartbeat.8 apphbd.8 cl_status.1 ha_logd.8
ha_logger.1 \
+man_MANS = heartbeat.8 apphbd.8 cibadmin.8 cl_status.1 ha_logd.8
ha_logger.1 \
hb_standby.1 hb_takeover.1 hb_addnode.1 hb_delnode.1
EXTRA_DIST = $(txtfiles) $(htmlfiles) $(man_MANS) $(OTHER_DOCS)
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/doc/cibadmin.8.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- cibadmin.8.in 1 May 2006 04:58:30 -0000 1.1
+++ cibadmin.8.in 1 May 2006 05:08:23 -0000 1.2
@@ -1,4 +1,4 @@
-.TH CIBADMIN 8 "$Date: 2006/05/01 04:58:30 $" "Linux-HA/OpenHA Project"
"Heartbeat Adminstration Guide"
+.TH CIBADMIN 8 "$Date: 2006/05/01 05:08:23 $" "Linux-HA/OpenHA Project"
"Heartbeat @VERSION@ Adminstration Guide"
.SH NAME
\fIcibadmin\fP \- read, modify, or administer heartbeat Cluster Information
Base
.SH SYNOPSIS
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/doc/hb_standby.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- hb_standby.1 3 Feb 2006 01:33:54 -0000 1.2
+++ hb_standby.1 1 May 2006 05:08:23 -0000 1.3
@@ -51,13 +51,17 @@
\fBhb_standby failback\fP
Same as "hb_standby foreign"
+.SH CAVEATS
+\fBhb_standby\fP is only usable in R1-style configurations
+(i.e., those configured using the \fIharesources\fP file).
+
.SH SEE ALSO
hb_takeover(1), heartbeat(8), cl_status(1)
.SH DOCUMENTATION
More information may be found at
-.UR http://www.linux-ha.org/hb_5fstandby
-http://www.linux-ha.org/hb_5fstandby
+.UR http://linux-ha.org/hb_standby
+http://linux-ha.org/hb_standby
.UE
.SH AUTHORS
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/doc/hb_takeover.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- hb_takeover.1 10 Aug 2005 16:28:35 -0000 1.1
+++ hb_takeover.1 1 May 2006 05:08:23 -0000 1.2
@@ -10,13 +10,17 @@
The full path is usually /usr/lib/heartbeat/hb_takeover.
Performing an hb_takeover on the current node is equivalent to performing an
hb_standby on the other node.
+.SH CAVEATS
+\fBhb_takeover\fP is only usable in R1-style configurations
+(i.e., those configured using the \fIharesources\fP file).
+
.SH SEE ALSO
hb_standby(1), heartbeat(8), cl_status(1)
.SH DOCUMENTATION
More information may be found at
-.UR http://www.linux-ha.org/hb_5ftakeover
-http://www.linux-ha.org/hb_5ftakeover
+.UR http://linux-ha.org/hb_takeover
+http://linux-ha.org/hb_takeover
.UE
.SH AUTHORS
------------------------------
Message: 4
Date: Sun, 30 Apr 2006 23:08:46 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
configure.in
Log Message:
Added cibadmin man page.
------------------------------
Message: 5
Date: Mon, 1 May 2006 02:42:51 -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/pengine
Modified Files:
complex.c
Log Message:
Fix for 1219: resources with target_role==Stopped should not be assigned
a node to run on
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/crm/pengine/complex.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- complex.c 23 Apr 2006 08:47:05 -0000 1.82
+++ complex.c 1 May 2006 08:42:51 -0000 1.83
@@ -1,4 +1,4 @@
-/* $Id: complex.c,v 1.82 2006/04/23 08:47:05 andrew Exp $ */
+/* $Id: complex.c,v 1.83 2006/05/01 08:42:51 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof <[EMAIL PROTECTED]>
*
@@ -354,6 +354,8 @@
pe_config_err("%s: Unknown value for "
XML_RSC_ATTR_TARGET_ROLE": %s",
(*rsc)->id, value);
+ } else if((*rsc)->next_role == RSC_ROLE_STOPPED) {
+ native_assign_color(*rsc, data_set->no_color);
}
}
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 30, Issue 1
*******************************************