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 lars from ([email protected])
2. Linux-HA CVS: linux-ha by sunjd from
([email protected])
3. Linux-HA CVS: linux-ha by sunjd from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 26 Jun 2006 06:54:49 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: doc by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : doc
Dir : linux-ha/doc
Modified Files:
cibadmin.8.in
Log Message:
Explain some more commands & options.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/doc/cibadmin.8.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- cibadmin.8.in 26 Jun 2006 12:45:11 -0000 1.6
+++ cibadmin.8.in 26 Jun 2006 12:54:48 -0000 1.7
@@ -1,4 +1,4 @@
-.TH CIBADMIN 8 "$Date: 2006/06/26 12:45:11 $" "Linux-HA/OpenHA Project"
"Heartbeat @VERSION@ Adminstration Guide"
+.TH CIBADMIN 8 "$Date: 2006/06/26 12:54:48 $" "Linux-HA/OpenHA Project"
"Heartbeat @VERSION@ Adminstration Guide"
.SH NAME
\fIcibadmin\fP \- read, modify, or administer heartbeat Cluster Information
Base
.SH SYNOPSIS
@@ -23,6 +23,10 @@
.PP
\fBcibadmin\fP \-\-cib_ismaster (\-m)
.PP
+\fBcibadmin\fP \-\-cib_master (\-w)
+.PP
+\fBcibadmin\fP \-\-cib_slave (\-r)
+.PP
\fBcibadmin\fP \-\-cib_sync (\-S)
.PP
\fBcibadmin\fP \-\-cib_help (\-?)
@@ -110,7 +114,19 @@
.SH SPECIALIZED OPTIONS
.TP 8
.B \-\-cib_bump (\-B)
-I have no idea what this option does \fB:\-)\fP
+This forcibly increases the update counter of the CIB.
+.TP 8
+.B \-\-cib_master (\-w)
+This command forces the local CIB instance into read-write mode. This is
+a highly dangerous command.
+.TP 8
+.B \-\-cib_slave (\-r)
+This command forces the local CIB instance into read-only mode. This is
+a highly dangerous command.
+.TP 8
+.B \-\-force_quorum (\-f)
+This will force a write to the CIB, regardless of whether the cluster
+has quorum or not. Use carefully.
.TP 8
.BI "\-\-host (\-h) " hostname
specifies the host to send this command to (rarely used, advanced option)
@@ -226,11 +242,3 @@
Some have \fB\-\fP characters in them, and some have \fB_\fP characters in
them.
\fIWhat does the \-t xxx flag do?\fP
-.PP
-\fIWhat does the \-r flag do?\fP
-.PP
-\fIWhat does the \-w flag do?\fP
-.PP
-\fIWhat does the \-f flag do?\fP
-.PP
-What does \-\-cib_bump (\-B) do?\fP
------------------------------
Message: 2
Date: Mon, 26 Jun 2006 10:18:54 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by sunjd from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : sunjd
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
heartbeat.spec.in
Log Message:
bug1055: add packages to the rpm package dependency
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat.spec.in,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -3 -r1.178 -r1.179
--- heartbeat.spec.in 20 Jun 2006 12:15:53 -0000 1.178
+++ heartbeat.spec.in 26 Jun 2006 16:18:53 -0000 1.179
@@ -1,4 +1,4 @@
-# $Id: heartbeat.spec.in,v 1.178 2006/06/20 12:15:53 lars Exp $
+# $Id: heartbeat.spec.in,v 1.179 2006/06/26 16:18:53 sunjd Exp $
%define _unpackaged_files_terminate_build 1
%define _missing_doc_files_terminate_build 1
@@ -17,7 +17,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildPrereq: glib-devel, @UCDSNMPDEVEL@, perl, iputils, /usr/bin/ssh,
openssl-devel, libnet
# libnet available from www.ultramonkey.org and others
-Requires: sysklogd, heartbeat-stonith = %{version}-%{release}, heartbeat-pils
= %{version}-%{release}
+Requires: sysklogd, heartbeat-stonith = %{version}-%{release}, heartbeat-pils
= %{version}-%{release}, @MGMT_RUNTIME_REQUIRES@
BuildRequires: libgcrypt-devel
%package ldirectord
------------------------------
Message: 3
Date: Mon, 26 Jun 2006 10:19:10 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by sunjd from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : sunjd
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
configure.in
Log Message:
bug1055: add packages to the rpm package dependency
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.531
retrieving revision 1.532
diff -u -3 -r1.531 -r1.532
--- configure.in 21 Jun 2006 00:48:56 -0000 1.531
+++ configure.in 26 Jun 2006 16:19:09 -0000 1.532
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.531 $) dnl cvs revision
+AC_REVISION($Revision: 1.532 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -2370,7 +2370,11 @@
AM_CONDITIONAL(MGMT_BUILD, test "x${enable_mgmt}" != "xno")
if test "x${enable_mgmt}" != "xno"; then
AC_DEFINE_UNQUOTED(MGMT_ENABLED, 1, Define to 1 if the mgmt is enabled.)
+ MGMT_RUNTIME_REQUIRES="libglade2, python-gtk"
+else
+ MGMT_RUNTIME_REQUIRES=
fi
+AC_SUBST(MGMT_RUNTIME_REQUIRES)
AC_MSG_NOTICE([whether to enable the management tool... ${enable_mgmt}])
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 31, Issue 95
********************************************