mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-04 04:19:23 +00:00
Man: Move overview mp to sections 3 and 7 from 8
The _overview manpages are not actually commands and hence do not belong into manpage section 8. Move corosync_overview to section 7 ("Miscellaneous") and the other *_overview pages to section 3 as they contain API documentation (cf. string(3) for precedence of multi-function manpages). Signed-off-by: Christoph Berg <myon@debian.org> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
11fa527ed4
commit
7162e75dcf
@ -194,7 +194,7 @@ fi
|
||||
%endif
|
||||
%dir %{_localstatedir}/lib/corosync
|
||||
%dir %{_localstatedir}/log/cluster
|
||||
%{_mandir}/man8/corosync_overview.8*
|
||||
%{_mandir}/man8/corosync_overview.7*
|
||||
%{_mandir}/man8/corosync.8*
|
||||
%{_mandir}/man8/corosync-blackbox.8*
|
||||
%{_mandir}/man8/corosync-cmapctl.8*
|
||||
@ -293,12 +293,12 @@ The Corosync Cluster Engine APIs.
|
||||
%{_mandir}/man3/quorum_*3*
|
||||
%{_mandir}/man3/votequorum_*3*
|
||||
%{_mandir}/man3/sam_*3*
|
||||
%{_mandir}/man8/cpg_overview.8*
|
||||
%{_mandir}/man8/votequorum_overview.8*
|
||||
%{_mandir}/man8/sam_overview.8*
|
||||
%{_mandir}/man8/cpg_overview.3*
|
||||
%{_mandir}/man8/votequorum_overview.3*
|
||||
%{_mandir}/man8/sam_overview.3*
|
||||
%{_mandir}/man3/cmap_*3*
|
||||
%{_mandir}/man8/cmap_overview.8*
|
||||
%{_mandir}/man8/quorum_overview.8*
|
||||
%{_mandir}/man8/cmap_overview.3*
|
||||
%{_mandir}/man8/quorum_overview.3*
|
||||
|
||||
%changelog
|
||||
* @date@ Autotools generated version <nobody@nowhere.org> - @version@-1-@numcomm@.@alphatag@.@dirty@
|
||||
|
@ -131,12 +131,12 @@ dist_man_MANS = corosync.conf.5 \
|
||||
corosync-cpgtool.8 \
|
||||
corosync-notifyd.8 \
|
||||
corosync-quorumtool.8 \
|
||||
corosync_overview.8 \
|
||||
cpg_overview.8 \
|
||||
quorum_overview.8 \
|
||||
votequorum_overview.8 \
|
||||
sam_overview.8 \
|
||||
cmap_overview.8 \
|
||||
corosync_overview.7 \
|
||||
cpg_overview.3 \
|
||||
quorum_overview.3 \
|
||||
votequorum_overview.3 \
|
||||
sam_overview.3 \
|
||||
cmap_overview.3 \
|
||||
cmap_keys.8
|
||||
|
||||
if INSTALL_XMLCONF
|
||||
|
@ -55,4 +55,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_context_set (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -57,4 +57,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_context_get (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -89,4 +89,4 @@ CS_ERR_ACCESS error.
|
||||
.BR cmap_get (3),
|
||||
.BR cmap_set (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -67,4 +67,4 @@ read-only directly in corosync and deleting such key will result in CS_ERR_ACCES
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_set (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -88,4 +88,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_track_add (3),
|
||||
.BR cmap_track_delete (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -64,4 +64,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_dispatch (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -58,4 +58,4 @@ CS_ERR_BAD_HANDLE error is returned when handle is invalid.
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_dispatch (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -150,4 +150,4 @@ CS_ERR_INVALID_PARAM is returned if type stored in cmap doesn't match with type
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_set (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -89,4 +89,4 @@ CS_ERR_ACCESS error.
|
||||
.BR cmap_get (3),
|
||||
.BR cmap_set (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -61,4 +61,4 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_finalize (3),
|
||||
.BR cmap_initialize_map (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -69,4 +69,4 @@ is invalid.
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_iter_init (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -77,4 +77,4 @@ CS_ERR_NO_SECTIONS is returned.
|
||||
.BR cmap_iter_next (3),
|
||||
.BR cmap_iter_finalize (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -79,4 +79,4 @@ error code is returned.
|
||||
.BR cmap_iter_finalize (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_get (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -433,6 +433,6 @@ Removal of a UDPU node is a very similar, slightly reversed action, so
|
||||
* Change the configuration file on all nodes.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR corosync_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.BR corosync.conf (5),
|
||||
.BR corosync-cmapctl (8)
|
||||
|
@ -31,7 +31,7 @@
|
||||
.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
.\" * THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\" */
|
||||
.TH "CMAP_OVERVIEW" 8 "03/02/2012" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.TH "CMAP_OVERVIEW" 3 "03/02/2012" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
|
||||
.SH NAME
|
||||
.P
|
@ -124,4 +124,4 @@ be tagged read-only directly in corosync and setting such key will result in CS_
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_get (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -167,4 +167,4 @@ In the icmap map, prefix tracking is fully supported.
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_get (3),
|
||||
.BR cmap_dispatch (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -67,4 +67,4 @@ is invalid.
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_track_add (3),
|
||||
.BR cmap_initialize (3),
|
||||
.BR cmap_overview (8)
|
||||
.BR cmap_overview (3)
|
||||
|
@ -86,7 +86,7 @@ Print basic usage.
|
||||
.B -H
|
||||
Shutdown corosync cleanly on this node.
|
||||
.SH "SEE ALSO"
|
||||
.BR corosync_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.SH "AUTHOR"
|
||||
Angus Salkeld
|
||||
.PP
|
||||
|
@ -92,5 +92,5 @@ corosync\-cmapctl [\-b] \fB\-T\fR key_prefix
|
||||
corosync\-cmapctl \fB\-C\fR [ipc|totem|knet|all]
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR cmap_overview (8),
|
||||
.BR cmap_overview (3),
|
||||
.BR cmap_keys (8)
|
||||
|
@ -79,7 +79,7 @@ $ corosync-cpgtool -n
|
||||
.br
|
||||
example-group
|
||||
.SH SEE ALSO
|
||||
.BR corosync_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.SH AUTHOR
|
||||
Angus Salkeld
|
||||
.PP
|
||||
|
@ -114,7 +114,7 @@ Writing corosync key to /etc/corosync/authkey.
|
||||
.fi
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR corosync_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.BR corosync.conf (5),
|
||||
.SH AUTHOR
|
||||
Angus Salkeld
|
||||
|
@ -90,8 +90,8 @@ show version and exit
|
||||
.PP
|
||||
* Starred items only work if votequorum is the quorum provider for corosync
|
||||
.SH SEE ALSO
|
||||
.BR corosync_overview (8),
|
||||
.BR votequorum_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.BR votequorum_overview (3),
|
||||
.SH AUTHOR
|
||||
Angus Salkeld
|
||||
.PP
|
||||
|
@ -72,13 +72,13 @@ Test configuration and then exit.
|
||||
.B -v
|
||||
Display version and SVN revision of Corosync and exit.
|
||||
.SH SEE ALSO
|
||||
.BR corosync_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.BR corosync.conf (5),
|
||||
.BR cpg_overview (8),
|
||||
.BR votequorum_overview (8),
|
||||
.BR sam_overview (8),
|
||||
.BR cmap_overview (8),
|
||||
.BR quorum_overview (8)
|
||||
.BR cpg_overview (3),
|
||||
.BR votequorum_overview (3),
|
||||
.BR sam_overview (3),
|
||||
.BR cmap_overview (3),
|
||||
.BR quorum_overview (3)
|
||||
.SH AUTHOR
|
||||
Angus Salkeld
|
||||
.PP
|
||||
|
@ -718,7 +718,7 @@ the Linux kernel documentation.
|
||||
The corosync executive configuration file.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR corosync_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.BR votequorum (5),
|
||||
.BR corosync-qdevice (8),
|
||||
.BR logrotate (8)
|
||||
|
@ -66,7 +66,7 @@ For example, see /etc/corosync/corosync.xml.example
|
||||
XML version of the corosync executive configuration file.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR corosync_overview (8),
|
||||
.BR corosync_overview (7),
|
||||
.BR corosync.conf (5),
|
||||
.BR corosync-xmlproc (8)
|
||||
.PP
|
||||
|
@ -32,7 +32,7 @@
|
||||
.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
.\" * THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\" */
|
||||
.TH COROSYNC_OVERVIEW 8 2012-02-13 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.TH COROSYNC_OVERVIEW 7 2012-02-13 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.SH NAME
|
||||
corosync_overview \- Corosync overview
|
||||
.SH OVERVIEW
|
||||
@ -59,7 +59,7 @@ state.
|
||||
The corosync project provides a group message API called CPG.
|
||||
The project developers recommend CPG be used for most applications. The CPG
|
||||
service implements a closed group messaging model presenting extended virtual
|
||||
synchrony guarantees.
|
||||
synchrony guarantees.
|
||||
|
||||
To manage conditions where the process executing the CPG application exchange
|
||||
fails, we provide the Simple Availability Manager (sam) to provide simple
|
||||
@ -190,6 +190,6 @@ None that are known.
|
||||
.SH "SEE ALSO"
|
||||
.BR corosync.conf (5),
|
||||
.BR corosync-keygen (8),
|
||||
.BR cpg_overview (8),
|
||||
.BR sam_overview (8)
|
||||
.BR cpg_overview (3),
|
||||
.BR sam_overview (3)
|
||||
.PP
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -51,7 +51,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -93,7 +93,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -56,7 +56,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -52,7 +52,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -155,7 +155,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -64,4 +64,4 @@ is invalid.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_iteration_initialize (3),
|
||||
.BR cpg_overview (8)
|
||||
.BR cpg_overview (3)
|
||||
|
@ -93,4 +93,4 @@ be returned, if \fIhandle\fR is not valid handle.
|
||||
.BR cpg_iteration_next (3),
|
||||
.BR cpg_iteration_finalize (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_overview (8)
|
||||
.BR cpg_overview (3)
|
||||
|
@ -82,4 +82,4 @@ error code is returned.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_iteration_initialize (3),
|
||||
.BR cpg_overview (8)
|
||||
.BR cpg_overview (3)
|
||||
|
@ -93,7 +93,7 @@ handle is already joined to a group.
|
||||
.SH ERRORS
|
||||
Not all errors are documented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -58,7 +58,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -53,7 +53,7 @@ will return the 32 bit node id.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -123,7 +123,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -62,7 +62,7 @@ member_list after return from the function.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -211,7 +211,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -31,7 +31,7 @@
|
||||
.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
.\" * THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\" */
|
||||
.TH CPG_OVERVIEW 8 2009-4-15 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.TH CPG_OVERVIEW 3 2009-4-15 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.SH NAME
|
||||
cpg_overview \- CPG library overview
|
||||
.SH OVERVIEW
|
||||
@ -60,7 +60,7 @@ validated by corosync on IPC connection, otherwise they will be unable to
|
||||
access the corosync services.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
@ -66,7 +66,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -58,7 +58,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -108,7 +108,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
The errors are undocumented.
|
||||
.SH "SEE ALSO"
|
||||
.BR cpg_overview (8),
|
||||
.BR cpg_overview (3),
|
||||
.BR cpg_initialize (3),
|
||||
.BR cpg_finalize (3),
|
||||
.BR cpg_fd_get (3),
|
||||
|
@ -19,7 +19,7 @@
|
||||
<p>
|
||||
<h2>Daemon, tools and configuration</h2>
|
||||
|
||||
<a href="corosync_overview.8.html">corosync_overview(8)</a>:
|
||||
<a href="corosync_overview.7.html">corosync_overview(7)</a>:
|
||||
Overview of the corosync system.
|
||||
<br>
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
<h3>CPG service</h3>
|
||||
|
||||
<a href="cpg_overview.8.html">cpg_overview(8)</a>:
|
||||
<a href="cpg_overview.3.html">cpg_overview(3)</a>:
|
||||
Overview of the cpg extended virtual synchrony group
|
||||
communication toolkit.
|
||||
<br>
|
||||
@ -160,7 +160,7 @@
|
||||
|
||||
<h3>SAM service</h3>
|
||||
|
||||
<a href="sam_overview.8.html">sam_overview(8)</a>:
|
||||
<a href="sam_overview.3.html">sam_overview(3)</a>:
|
||||
Description of sam_overview interface.
|
||||
<br>
|
||||
|
||||
@ -214,7 +214,7 @@
|
||||
|
||||
<h3>QUORUM service</h3>
|
||||
|
||||
<a href="quorum_overview.8.html">quorum_overview(8)</a>:
|
||||
<a href="quorum_overview.3.html">quorum_overview(3)</a>:
|
||||
An overview of the quorum service
|
||||
<br>
|
||||
|
||||
@ -256,7 +256,7 @@
|
||||
|
||||
<h3>VOTEQUORUM service</h3>
|
||||
|
||||
<a href="votequorum_overview.8.html">votequorum_overview(8)</a>:
|
||||
<a href="votequorum_overview.3.html">votequorum_overview(3)</a>:
|
||||
An overview of the vote-based quorum service
|
||||
<br>
|
||||
|
||||
@ -326,7 +326,7 @@
|
||||
|
||||
<h3>CMAP service</h3>
|
||||
|
||||
<a href="cmap_overview.8.html">cmap_overview(8)</a>:
|
||||
<a href="cmap_overview.3.html">cmap_overview(3)</a>:
|
||||
An overview of the configuration map service.
|
||||
<br>
|
||||
|
||||
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
|
@ -51,7 +51,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
|
@ -85,7 +85,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
|
@ -56,7 +56,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
|
@ -53,7 +53,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
.BR quorum_trackstart (3),
|
||||
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_trackstart (3),
|
||||
|
@ -101,7 +101,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
.BR quorum_trackstart (3),
|
||||
|
@ -32,7 +32,7 @@
|
||||
.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
.\" * THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\" */
|
||||
.TH QUORUM_OVERVIEW 8 2012-02-09 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.TH QUORUM_OVERVIEW 3 2012-02-09 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.SH NAME
|
||||
quorum_overview \- Quorum Library Overview
|
||||
.SH OVERVIEW
|
@ -65,7 +65,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR quorum_overview (8),
|
||||
.BR quorum_overview (3),
|
||||
.BR quorum_initialize (3),
|
||||
.BR quorum_finalize (3),
|
||||
.BR quorum_getquorate (3),
|
||||
|
@ -32,7 +32,7 @@
|
||||
.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
.\" * THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\" */
|
||||
.TH "SAM_OVERVIEW" 8 "21/05/2010" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.TH "SAM_OVERVIEW" 3 "21/05/2010" "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
|
||||
.SH NAME
|
||||
.P
|
||||
@ -56,7 +56,7 @@ process will be forcibly killed by being sent a SIGKILL signal. Once the
|
||||
active process terminates, the SAM server will create a new active process.
|
||||
|
||||
.P
|
||||
The Simple Availability Manager is meant to be used in conjunction with the
|
||||
The Simple Availability Manager is meant to be used in conjunction with the
|
||||
cpg service. Used together, it is possible to restart a cpg process that fails
|
||||
healthchecking during operation.
|
||||
|
||||
@ -80,7 +80,7 @@ Both application driven health checking and event driven health checking.
|
||||
.SH Initializing SAM
|
||||
.P
|
||||
The SAM library is initialized by \fBsam_initialize(3)\fR.
|
||||
\fBsam_initalize(3)\fR may only be called once per process. Calling it more
|
||||
\fBsam_initalize(3)\fR may only be called once per process. Calling it more
|
||||
then once has undefined results and is not recommended or tested.
|
||||
|
||||
.SH Setting warning callback
|
||||
@ -98,7 +98,7 @@ active process to force its termination.
|
||||
.P
|
||||
The active process is registered with SAM by calling \fBsam_register(3)\fR.
|
||||
This function should only be called one time in a process. After a recovery
|
||||
action is taken, the new active process will begin execution at the next line
|
||||
action is taken, the new active process will begin execution at the next line
|
||||
of code in a user process after \fBsam_register(3)\fR.
|
||||
|
||||
.SH Enabling event driven healthchecking
|
@ -405,5 +405,5 @@ No known bugs at the time of writing. The authors are from outerspace. Deal with
|
||||
.BR corosync.conf (5),
|
||||
.BR corosync-quorumtool (8),
|
||||
.BR corosync-qdevice (8),
|
||||
.BR votequorum_overview (8)
|
||||
.BR votequorum_overview (3)
|
||||
.PP
|
||||
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -51,7 +51,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -85,7 +85,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -56,7 +56,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -53,7 +53,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
.BR votequorum_trackstart (3),
|
||||
|
@ -97,7 +97,7 @@ This call returns the CS_OK value if successful, otherwise a generic error is re
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_trackstart (3),
|
||||
|
@ -125,7 +125,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
.BR votequorum_trackstart (3),
|
||||
|
@ -32,7 +32,7 @@
|
||||
.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
.\" * THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\" */
|
||||
.TH VOTEQUORUM_OVERVIEW 8 2012-01-12 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.TH VOTEQUORUM_OVERVIEW 3 2012-01-12 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
||||
.SH NAME
|
||||
votequorum_overview \- Votequorum Library Overview
|
||||
.SH OVERVIEW
|
@ -59,7 +59,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -64,7 +64,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -64,7 +64,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -50,7 +50,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -52,7 +52,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -69,7 +69,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
@ -49,7 +49,7 @@ This call returns the CS_OK value if successful, otherwise an error is returned.
|
||||
.SH ERRORS
|
||||
@COMMONIPCERRORS@
|
||||
.SH "SEE ALSO"
|
||||
.BR votequorum_overview (8),
|
||||
.BR votequorum_overview (3),
|
||||
.BR votequorum_initialize (3),
|
||||
.BR votequorum_finalize (3),
|
||||
.BR votequorum_getinfo (3),
|
||||
|
Loading…
Reference in New Issue
Block a user