Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 144240 Details for
Bug 220552
cman.5 is not in man-page markup
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix patch for the broken manual page.
cman.5.patch (text/plain), 3.65 KB, created by
Eric Raymond
on 2006-12-22 01:22:36 UTC
(
hide
)
Description:
Fix patch for the broken manual page.
Filename:
MIME Type:
Creator:
Eric Raymond
Created:
2006-12-22 01:22:36 UTC
Size:
3.65 KB
patch
obsolete
>--- cman.5-orig 2006-12-21 20:01:33.000000000 -0500 >+++ cman.5 2006-12-21 20:01:43.000000000 -0500 >@@ -1,55 +1,45 @@ > .\" > .\" Copyright (C) 2004 Red Hat, Inc. All rights reserved. >- >-.\" groff -t -e -mandoc -Tlatin1 cman.5 | less >- >-.tl 'cman(5)' 'cman(5)' >- >-\fBNAME\fP >-.in +7 >-cman - cluster.conf cman configuration section >-.sp >-.in -7 >- >- >-\fBDESCRIPTION\fP >-.in +7 >+.\" >+.TH cman 5 >+.SH NAME >+cman \- cluster.conf cman configuration section >+.SH DESCRIPTION > Cman configuration values are placed in the <cman> </cman> section of > \fBcluster.conf\fP. Per-node configuration related to cman is placed > in the standard <clusternode> </clusternode> sections. All cman > configuration settings are optional; usually none are used. >-.in -7 > >- >-\fIUDP port\fR >-.in +7 >+.SS IUDP port > By default, cman will use UDP port 6809 for internode communication. This can > be changed by setting a port number as follows: > >+.RS >+.nf > <cman port="6809"> > </cman> >-.in -7 >- >+.fi >+.RE > >-\fIExpected votes\fR >-.in +7 >+.SS Expected votes > The expected votes value is used by cman to determine quorum. The cluster is > quorate if the sum of votes of existing members is over half of the expected > votes value. By default, cman_tool sets the expected votes value to be the sum > of votes of all nodes listed in cluster.conf. This can be overriden by setting > an explicit expected_votes value as follows: > >+.RS >+.nf > <cman expected_votes="3"> > </cman> >+.fi >+.RE > > If the cluster becomes partitioned, improper use of this option can result > in more than one partition gaining quorum. In that event, nodes in each > partition will enable cluster services. >-.in -7 > >- >-\fITwo node clusters\fR >-.in +7 >+.SS Two node clusters > Ordinarily, the loss of quorum after one out of two nodes fails will prevent > the remaining node from continuing (if both nodes have one vote.) Special > configuration options can be set to allow the one remaining node to continue >@@ -57,42 +47,46 @@ > can be defined in cluster.conf. The two_node and expected_votes values must > then be set to 1 in the cman section as follows. > >+.RS >+.nf > <cman two_node="1" expected_votes="1"> > </cman> >-.in -7 >- >+.fi >+.RE > >-\fINode votes\fR >-.in +7 >+.SS Node votes > By default, a node is given one vote toward the calculation of quorum. > This can be changed by giving a node a specific number of votes as > follows: > >+.RS >+.nf > <clusternode name="nd1" votes="2"> > </clusternode> >-.in -7 >- >- >-\fINode ID\fR >-.in +7 >+.fi >+.RE > >+.SS Node ID > By default, a node is assigned a nodeid by the cluster manager (cman) when > it joins the cluster. This can be overriden by specifying a nodeid here. > Using this option will ensure that a given node always has the same ID. > A node's application to join the cluster may be rejected if you try to set > the nodeid to one that is already used. > >+.RS >+.nf > <clusternode name="nd1" nodeid="1"> > </clusternode> >-.in -7 >+.fi >+.RE > >- >-\fIMulticast network configuration\fR >-.in +7 >+.SS Multicast network configuration > Cman can be configured to use multicast instead of broadcast (broadcast is used > by default if no multicast parameters are given.) To configure multicast add > one line under the <cman> section and another under the <clusternode> section: > >+.RS >+.nf > <cman> > <multicast addr="224.0.0.1"/> > </cman> >@@ -100,15 +94,13 @@ > <clusternode name="nd1"> > <multicast addr="224.0.0.1" interface="eth0"/> > </clusternode> >+.fi >+.RE > > The multicast addresses must match and the address must be usable on the > interface name given for the node. >-.in -7 >- >- >-.sp >-.in -7 >-\fBSEE ALSO\fP >-.in +7 >-cluster.conf(5), ccs(7), cman_tool(8) >+.SH SEE ALSO >+.BR cluster.conf (5), >+.BR ccs (7), >+.BR cman_tool (8) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220552
: 144240