From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9857 invoked by alias); 9 Apr 2008 07:46:08 -0000 Received: (qmail 9826 invoked by uid 9452); 9 Apr 2008 07:46:08 -0000 Date: Wed, 09 Apr 2008 07:46:00 -0000 Message-ID: <20080409074608.9811.qmail@sourceware.org> From: ccaulfield@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, STABLE2, updated. cluster-2.02.00-58-ga3ff336 X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: 3467c2e4c5133a1bc9b9bead66a211f0124ccf4f X-Git-Newrev: a3ff336f79cabcb020c750cb569de0872bf3e05d 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/msg00039.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=a3ff336f79cabcb020c750cb569de0872bf3e05d The branch, STABLE2 has been updated via a3ff336f79cabcb020c750cb569de0872bf3e05d (commit) from 3467c2e4c5133a1bc9b9bead66a211f0124ccf4f (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 a3ff336f79cabcb020c750cb569de0872bf3e05d Author: Christine Caulfield Date: Wed Apr 9 08:45:25 2008 +0100 Remove references to broadcast. Fix entry for nodeid which seems to have got split up! Signed-off-by: Christine Caulfield ----------------------------------------------------------------------- Summary of changes: cman/man/cman_tool.8 | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) diff --git a/cman/man/cman_tool.8 b/cman/man/cman_tool.8 index 726ca0e..8d7d573 100644 --- a/cman/man/cman_tool.8 +++ b/cman/man/cman_tool.8 @@ -176,30 +176,28 @@ existing cluster and reconfiguring it. Expected votes should be set to .TP .I -n Overrides the node name. By default the unqualified hostname is used. This -option can also be used to specify which interface is used for cluster -communication as cman_tool will (unless multicast is specified below) -use the broadcast address associated with that hostname. If you -are using IPv6 then you will have to use multicast rather than broadcast. +option is also used to specify which interface is used for cluster +communication. .TP .I -N Overrides the node ID for this node. Normally, nodes are assigned a node id in CCS. If you specify an incorrect node ID here, the -node might not be allowed to join the cluster. +node might not be allowed to join the cluster. Setting node IDs in +CCS is a far better way to do this. +.BR +Note that the node's application to join the cluster may be rejected if you +try to set the nodeid to one that has already been used, or if the node +was previously a member of the cluster but with a different nodeid. .TP .I -o Override the name this node will have in the cluster. This will normally be the hostname or the first name specified by -n. Note how this differs from -n: -n tells cman_tool how to find -the broadcast address and/or the entry in CCS. -o simply +the host address and/or the entry in CCS. -o simply changes the name the node will have in the cluster and has no bearing on the actual name of the machine. Use this option will extreme caution. .BR -Setting node IDs in CCS is a far better way to do this though. -.BR -Note that the node's application to join the cluster may be rejected if you -try to set the nodeid to one that has already been used, or if the node -was previously a member of the cluster but with a different nodeid. .TP .I -m Specifies a multicast address to use for cluster communication. This hooks/post-receive -- Cluster Project