This is the mail archive of the
cluster-cvs@sourceware.org
mailing list for the cluster.
Cluster Project branch, master, updated. cluster-2.99.05-15-ge91380a
- From: fabbione at sourceware dot org
- To: cluster-cvs at sources dot redhat dot com, cluster-devel at redhat dot com
- Date: 25 Jun 2008 05:18:57 -0000
- Subject: Cluster Project branch, master, updated. cluster-2.99.05-15-ge91380a
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".
http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=e91380a6f2743ad3ddd6f1fec1cde5a1688f1b0c
The branch, master has been updated
via e91380a6f2743ad3ddd6f1fec1cde5a1688f1b0c (commit)
from e3ca05f77bc7e801087d11cae429a35a79e26838 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e91380a6f2743ad3ddd6f1fec1cde5a1688f1b0c
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
Date: Wed Jun 25 07:18:31 2008 +0200
[FENCE] fence_tool: document "ls"
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
fence/fence_tool/fence_tool.c | 1 +
fence/man/fence_tool.8 | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/fence/fence_tool/fence_tool.c b/fence/fence_tool/fence_tool.c
index f79ff84..ded7eda 100644
--- a/fence/fence_tool/fence_tool.c
+++ b/fence/fence_tool/fence_tool.c
@@ -347,6 +347,7 @@ static void print_usage(void)
printf("Actions:\n");
printf(" join Join the default fence domain\n");
printf(" leave Leave default fence domain\n");
+ printf(" ls List nodes status\n");
printf(" dump Dump debug buffer from fenced\n");
printf("\n");
printf("Options:\n");
diff --git a/fence/man/fence_tool.8 b/fence/man/fence_tool.8
index 73867cb..a83da94 100644
--- a/fence/man/fence_tool.8
+++ b/fence/man/fence_tool.8
@@ -6,7 +6,7 @@ fence_tool - A program to join and leave the fence domain
.SH SYNOPSIS
.B
fence_tool
-<\fBjoin | leave | dump\fP>
+<\fBjoin | leave | ls | dump\fP>
[\fIOPTION\fR]...
.SH DESCRIPTION
hooks/post-receive
--
Cluster Project