From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12274 invoked by alias); 4 May 2009 11:16:02 -0000 Received: (qmail 12252 invoked by alias); 4 May 2009 11:16:00 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: fence-agents: master - fence: drop obsoleted fence_manual man page To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: fence-agents.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 58f8fa463ead57a2aa4b646e68e36ac24b20af1b X-Git-Newrev: 9d5a2ef0a38bfbd7dac8b8e1f98a8a2428432c7e From: "Fabio M. Di Nitto" Message-Id: <20090504111536.86E8A1201D4@lists.fedorahosted.org> Date: Mon, 04 May 2009 11:16:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 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: 2009-q2/txt/msg00193.txt.bz2 Gitweb: http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=9d5a2ef0a38bfbd7dac8b8e1f98a8a2428432c7e Commit: 9d5a2ef0a38bfbd7dac8b8e1f98a8a2428432c7e Parent: 58f8fa463ead57a2aa4b646e68e36ac24b20af1b Author: Fabio M. Di Nitto AuthorDate: Mon May 4 13:15:14 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Mon May 4 13:15:14 2009 +0200 fence: drop obsoleted fence_manual man page BZ #456505 Signed-off-by: Fabio M. Di Nitto --- fence/man/Makefile | 1 - fence/man/fence_manual.8 | 49 ---------------------------------------------- 2 files changed, 0 insertions(+), 50 deletions(-) diff --git a/fence/man/Makefile b/fence/man/Makefile index a2f1dec..4f52854 100644 --- a/fence/man/Makefile +++ b/fence/man/Makefile @@ -17,7 +17,6 @@ TARGET= fence_ack_manual.8 \ fence_intelmodular.8 \ fence_ipmilan.8 \ fence_ldom.8 \ - fence_manual.8 \ fence_mcdata.8 \ fence_rackswitch.8 \ fence_rib.8 \ diff --git a/fence/man/fence_manual.8 b/fence/man/fence_manual.8 deleted file mode 100644 index 018ec0d..0000000 --- a/fence/man/fence_manual.8 +++ /dev/null @@ -1,49 +0,0 @@ -.TH fence_manual 8 - -.SH NAME -fence_manual - program run by fenced as a part of manual I/O Fencing - -.SH SYNOPSIS -.B -fence_manual -[\fIOPTION\fR]... - -.SH DESCRIPTION -fence_manual is run by fenced. It creates a fifo and waits for -its counter-part fence_ack_manual(8) to acknowledge that a failed node -has been reset. fence_ack_manual(8) should only be run after the operator -has reset the faulty node. While waiting for the manual acknowledgement, -fence_manual also watches for the faulty node to rejoin the cluster; -if it does, it's taken as an acknowledgement and completes. - -Note: fence_manual is provided for use during testing and evaluation -only. Sites should not use fence_manual as the primary fencing method -on a production cluster. - -.SH OPTIONS -.TP -\fB-h\fP -Print out a help message describing available options, then exit. -.TP -\fB-q\fP -quiet mode, no output. -.TP -\fB-n\fP \fInodename\fP -The node name (usually hostname) of the machine that needs to be reset or disconnected from shared storage. -.TP -\fB-V\fP -Print out a version message, then exit. - -.SH STDIN PARAMETERS -.TP -\fIagent = < param >\fR -This option is used by fence_node(8) and is ignored by fence_manual. -.TP -\fInodename = < param >\fR -The node name (usually hostname) of the machine that needs to be reset or disconnected from storage. -.TP -\fIipaddr = < param >\fR -IP address or hostname of the machine that needs to be reset or disconnected from storage. (Deprecated; use nodename instead.) - -.SH SEE ALSO -fence(8), fence_node(8), fence_ack_manual(8)