~ubuntu-branches/ubuntu/raring/ceph/raring

« back to all changes in this revision

Viewing changes to man/ceph-mon.8

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-08 15:54:37 UTC
  • mfrom: (1.1.8) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20120608155437-gy3j9k6wzv7w4gn9
Tags: 0.44.1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - d/control: Switch from libcryptopp to libnss as libcryptopp
    is not seeded.
  - d/control,d/rules: Move from python-support to dh_python2.
  - d/patches/manpage_updates*.patch: cherry picked upstream manpage
    updates warning about lack of encryption, per MIR review.
  - d/rules,d/control: Drop radosgw since libfcgi is not in main and
    the code may not be suitable for LTS.
  - d/rules,d/control: Drop tcmalloc since google perftools is not
    in main yet.
  - d/rules,d/control: Drop ceph-fuse entirely per MIR review
    recommendation.
* d/patches/fix-radosgw-tests.patch: Cherry picked patch from upstream
  VCS to fixup tests to conditionally use radosgw if enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "CEPH-MON" "8" "September 22, 2011" "dev" "Ceph"
 
1
.TH "CEPH-MON" "8" "February 17, 2012" "dev" "Ceph"
2
2
.SH NAME
3
3
ceph-mon \- ceph monitor daemon
4
4
.
64
64
\fB/etc/ceph/ceph.conf\fP to determine monitor addresses during
65
65
startup.
66
66
.UNINDENT
 
67
.INDENT 0.0
 
68
.TP
 
69
.B \-\-mkfs
 
70
Initialize the \fBmon data\fP directory with seed information to form
 
71
and initial ceph file system or to join an existing monitor
 
72
cluster.  Three pieces of information must be provided:
 
73
.INDENT 7.0
 
74
.IP \(bu 2
 
75
The cluster fsid.  This can come from a monmap (\fB\-\-monmap <path>\fP) or
 
76
explicitly via \fB\-\-fsid <uuid>\fP.
 
77
.IP \(bu 2
 
78
A list of monitors and their addresses.  This list of monitors
 
79
can come from a monmap (\fB\-\-monmap <path>\fP), the \fBmon host\fP
 
80
configuration value (in \fIceph.conf\fP or via \fB\-m
 
81
host1,host2,...\(ga), or \(ga\(gamon addr\fP lines in \fIceph.conf\fP.  If this
 
82
monitor is to be part of the initial monitor quorum for a new
 
83
Ceph cluster, then it must be included in the initial list,
 
84
matching either the name or address of a monitor in the list.
 
85
When matching by address, either the \fBpublic addr\fP or \fBpublic
 
86
subnet\fP options may be used.
 
87
.IP \(bu 2
 
88
The monitor secret key \fBmon.\fP.  This must be included in the
 
89
keyring provided via \fB\-\-keyring <path>\fP.
 
90
.UNINDENT
 
91
.UNINDENT
 
92
.INDENT 0.0
 
93
.TP
 
94
.B \-\-keyring
 
95
Specify a keyring for use with \fB\-\-mkfs\fP.
 
96
.UNINDENT
67
97
.SH AVAILABILITY
68
98
.sp
69
99
\fBceph\-mon\fP is part of the Ceph distributed file system. Please refer