-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: ceph#10725 Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information
Showing
5 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
:orphan: | ||
|
||
=============================================== | ||
ceph-create-keys -- ceph keyring generate tool | ||
=============================================== | ||
|
||
.. program:: ceph-create-keys | ||
|
||
Synopsis | ||
======== | ||
|
||
| **ceph-create-keys** [-h] [-v] [--cluster *name*] --id *id* | ||
|
||
Description | ||
=========== | ||
|
||
:program:`ceph-create-keys` is a utility to generate bootstrap keyrings using | ||
the given monitor when it is ready. | ||
|
||
it creates following auth entities (or users) | ||
|
||
``client.admin`` | ||
|
||
and its key for your client host. | ||
|
||
``client.bootstrap-{osd, rgw, mds}`` | ||
|
||
and their keys for bootstrapping corresponding services | ||
|
||
To list all users in cluster:: | ||
|
||
ceph auth list | ||
|
||
|
||
Options | ||
======= | ||
|
||
.. option:: --cluster | ||
|
||
name of the cluster (default 'ceph'). | ||
|
||
.. option:: -i, --id | ||
|
||
id of a ceph-mon that is coming up. **ceph-create-keys** will wait until it joins quorum. | ||
|
||
.. option:: -v, --verbose | ||
|
||
be more verbose. | ||
|
||
|
||
Availability | ||
============ | ||
|
||
**ceph-create-keys** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer | ||
to the Ceph documentation at http://ceph.com/docs for more | ||
information. | ||
|
||
|
||
See also | ||
======== | ||
|
||
:doc:`ceph <ceph>`\(8) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters