summaryrefslogtreecommitdiff
path: root/man/mkcephfs.8
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-05-06 14:31:57 -0700
committerSage Weil <sage@newdream.net>2011-05-06 14:31:57 -0700
commita4936a5e2677e448329ebd11237dc141ae7b1090 (patch)
tree23ed656e81c5db4f64076628bcf6c875db5d2b24 /man/mkcephfs.8
parentd74ecc2630e8dceb4a4e15a4367e77d25e069276 (diff)
downloadceph-a4936a5e2677e448329ebd11237dc141ae7b1090.tar.gz
man: mkcephfs: small fixes
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man/mkcephfs.8')
-rw-r--r--man/mkcephfs.820
1 files changed, 11 insertions, 9 deletions
diff --git a/man/mkcephfs.8 b/man/mkcephfs.8
index 1a7d101ad24..f066d789462 100644
--- a/man/mkcephfs.8
+++ b/man/mkcephfs.8
@@ -4,9 +4,8 @@ mkcephfs \- create a ceph file system
.SH SYNOPSIS
.B mkcephfs
[ \fB\-c\fP\fI ceph.conf\fP ]
-[ \fB\-k\fI /path/to/admin.keyring\fP ]
[ \fB\-\-mkbtrfs\fP ]
-[ \fB\-a\fR, \fB\-\-all-hosts\fP ]
+[ \fB\-a\fR, \fB\-\-all-hosts\fP [ \fB\-k\fI /path/to/admin.keyring\fP ] ]
.SH DESCRIPTION
.B mkcephfs
is used to create an empty Ceph file system, possibly spanning
@@ -62,7 +61,10 @@ executing commands via SSH.
Use the given conf file instead of the default \fI/etc/ceph/ceph.conf\fP.
.TP
\fB\-k\fI /path/to/keyring\fR
-Location to write the client.admin keyring, which is used to administer the cluster. The default is \fI/etc/ceph/keyring\fP.
+When \fB\-a\fR is used, we can special a location to copy the
+client.admin keyring, which is used to administer the cluster. The
+default is \fI/etc/ceph/keyring\fP (or whatever is specified in the
+config file).
.TP
\fB\-\-mkbtrfs\fR
Create and mount the any btrfs file systems specified in the
@@ -73,13 +75,13 @@ Create and mount the any btrfs file systems specified in the
.SH SUBCOMMANDS
The sub-commands performed during cluster setup can be run individually with
.TP
- \fB\-\-prepare\-monmap\fR \fB\-d \fIdir\fB
-Create an initial monmap with a random fsid/uuid and store it in
-\fIdir\fR.
+ \fB\-\-prepare\-monmap\fR \fB\-d \fIdir\fB \fB\-c \fIceph.conf\fR
+Create an initial monmap with a random fsid/uuid and store it and
+the \fIceph.conf\fR in \fIdir\fR.
.TP
- \fB\-\-init\-local\-daemons\fR \fItype\fR \fB\-d \fIdir\fB Initialize
-any daemons of type \fItype\fR on the local host using the monmap in
-\fIdir\fR. For types \fIosd\fR and \fImds\fR, the resulting
+ \fB\-\-init\-local\-daemons\fR \fItype\fR \fB\-d \fIdir\fB
+Initialize any daemons of type \fItype\fR on the local host using the
+monmap in \fIdir\fR. For types \fIosd\fR and \fImds\fR, the resulting
authentication keys will be placed in \fIdir\fR. For type \fImon\fR,
the initial data files generated by \fB\-\-prepare\-mon\fR (below) are
expected in \fIdir\fR.