Skip to content

Commit

Permalink
man/ceph-create-keys.8: add missing file
Browse files Browse the repository at this point in the history
IBS build was failing due to missing man/ceph-create-keys.8 - in master,
this file is generated by 'make' at buildtime. In hammer, it is expected
to be generated manually prior to the build by running admin/build-doc.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Jun 3, 2015
1 parent af63f30 commit bcda61f
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions man/ceph-create-keys.8
@@ -0,0 +1,97 @@
.\" Man page generated from reStructuredText.
.
.TH "CEPH-CREATE-KEYS" "8" "June 02, 2015" "dev" "Ceph"
.SH NAME
ceph-create-keys \- ceph keyring generate tool
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.SH SYNOPSIS
.nf
\fBceph\-create\-keys\fP [\-h] [\-v] [\-\-cluster \fIname\fP] \-\-id \fIid\fP
.fi
.sp
.SH DESCRIPTION
.sp
\fBceph\-create\-keys\fP is a utility to generate bootstrap keyrings using
the given monitor when it is ready.
.sp
it creates following auth entities (or users)
.sp
\fBclient.admin\fP
.INDENT 0.0
.INDENT 3.5
and its key for your client host.
.UNINDENT
.UNINDENT
.sp
\fBclient.bootstrap\-{osd, rgw, mds}\fP
.INDENT 0.0
.INDENT 3.5
and their keys for bootstrapping corresponding services
.UNINDENT
.UNINDENT
.sp
To list all users in cluster:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
ceph auth list
.ft P
.fi
.UNINDENT
.UNINDENT
.SH OPTIONS
.INDENT 0.0
.TP
.B \-\-cluster
name of the cluster (default \(aqceph\(aq).
.UNINDENT
.INDENT 0.0
.TP
.B \-i, \-\-id
id of a ceph\-mon that is coming up. \fBceph\-create\-keys\fP will wait until it joins quorum.
.UNINDENT
.INDENT 0.0
.TP
.B \-v, \-\-verbose
be more verbose.
.UNINDENT
.SH AVAILABILITY
.sp
\fBceph\-create\-keys\fP is part of Ceph, a massively scalable, open\-source, distributed storage system. Please refer
to the Ceph documentation at \fI\%http://ceph.com/docs\fP for more
information.
.SH SEE ALSO
.sp
\fBceph\fP(8)
.SH COPYRIGHT
2010-2014, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
.\" Generated by docutils manpage writer.
.

0 comments on commit bcda61f

Please sign in to comment.