Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / man / 8 / ceph-create-keys.rst
1 :orphan:
2
3 ===============================================
4 ceph-create-keys -- ceph keyring generate tool
5 ===============================================
6
7 .. program:: ceph-create-keys
8
9 Synopsis
10 ========
11
12 | **ceph-create-keys** [-h] [-v] [-t seconds] [--cluster *name*] --id *id*
13
14
15 Description
16 ===========
17
18 :program:`ceph-create-keys` is a utility to generate bootstrap keyrings using
19 the given monitor when it is ready.
20
21 It creates following auth entities (or users)
22
23 ``client.admin``
24
25     and its key for your client host.
26
27 ``client.bootstrap-{osd, rgw, mds}``
28
29     and their keys for bootstrapping corresponding services
30
31 To list all users in the cluster::
32
33     ceph auth ls
34
35
36 Options
37 =======
38
39 .. option:: --cluster
40
41    name of the cluster (default 'ceph').
42
43 .. option:: -t
44
45    time out after **seconds** (default: 600) waiting for a response from the monitor
46
47 .. option:: -i, --id
48
49    id of a ceph-mon that is coming up. **ceph-create-keys** will wait until it joins quorum.
50
51 .. option:: -v, --verbose
52
53    be more verbose.
54
55
56 Availability
57 ============
58
59 **ceph-create-keys** is part of Ceph, a massively scalable, open-source, distributed storage system.  Please refer
60 to the Ceph documentation at http://ceph.com/docs for more
61 information.
62
63
64 See also
65 ========
66
67 :doc:`ceph <ceph>`\(8)