~clint-fewbar/+junk/ceph-packaging

« back to all changes in this revision

Viewing changes to man/cmon.8

  • Committer: Clint Byrum
  • Date: 2010-07-21 04:26:29 UTC
  • Revision ID: clint@ubuntu.com-20100721042629-srvi3wzjib97px3o
importingĀ upstreamĀ v0.20.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH CMON 8
 
2
.SH NAME
 
3
cmon \- ceph monitor daemon
 
4
.SH SYNOPSIS
 
5
.B cmon
 
6
\fB\-i \fImonid\fR
 
7
[ \fB\-\-mon\-data mondatapath\fR ]
 
8
.SH DESCRIPTION
 
9
.B cmon
 
10
is the cluster monitor daemon for the Ceph distributed file system.
 
11
One or more instances
 
12
of \fBcmon\fP form a Paxos part-time parliament cluster that provides
 
13
extremely reliable and durable storage of cluster membership, configuration,
 
14
and state.
 
15
.PP
 
16
The \fImondatapath\fP refers to a directory on a local file system
 
17
storing monitor data.  It is normally specified via the "mon data" option
 
18
in the configuration file.
 
19
.SH OPTIONS
 
20
.TP
 
21
\fB\-D\fP
 
22
Debug mode: do not daemonize after startup (run in foreground) and send log output
 
23
to stdout.
 
24
.TP
 
25
\fB\-f\fP
 
26
do not daemonize after startup (run in foreground), but log to the usual location.
 
27
Useful when run via 
 
28
.BR crun (8).
 
29
.TP
 
30
\fB\-c\fI ceph.conf\fR, \fB\-\-conf=\fIceph.conf\fR
 
31
Use \fIceph.conf\fP configuration file instead of the default \fI/etc/ceph/ceph.conf\fP
 
32
to determine monitor addresses during startup.
 
33
.SH AVAILABILITY
 
34
.B cmon
 
35
is part of the Ceph distributed file system.  Please refer to the Ceph wiki at
 
36
http://ceph.newdream.net/wiki for more information.
 
37
.SH SEE ALSO
 
38
.BR ceph (8),
 
39
.BR mkmonfs (8),
 
40
.BR cmds (8),
 
41
.BR cosd (8)