From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31665 invoked by alias); 25 Jun 2008 05:19:00 -0000 Received: (qmail 31633 invoked by uid 9702); 25 Jun 2008 05:18:58 -0000 Date: Wed, 25 Jun 2008 05:19:00 -0000 Message-ID: <20080625051857.31617.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. cluster-2.99.05-15-ge91380a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e3ca05f77bc7e801087d11cae429a35a79e26838 X-Git-Newrev: e91380a6f2743ad3ddd6f1fec1cde5a1688f1b0c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00546.txt.bz2 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 Date: Wed Jun 25 07:18:31 2008 +0200 [FENCE] fence_tool: document "ls" Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- 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