1CEPH-CREATE-KEYS(8) Ceph CEPH-CREATE-KEYS(8)
2
3
4
6 ceph-create-keys - ceph keyring generate tool
7
9 ceph-create-keys [-h] [-v] [-t seconds] [--cluster name] --id id
10
11
13 ceph-create-keys is a utility to generate bootstrap keyrings using the
14 given monitor when it is ready.
15
16 It creates following auth entities (or users)
17
18 client.admin
19 and its key for your client host.
20
21 client.bootstrap-{osd, rgw, mds}
22 and their keys for bootstrapping corresponding services
23
24 To list all users in the cluster:
25
26 ceph auth ls
27
29 --cluster
30 name of the cluster (default 'ceph').
31
32 -t time out after seconds (default: 600) waiting for a response
33 from the monitor
34
35 -i, --id
36 id of a ceph-mon that is coming up. ceph-create-keys will wait
37 until it joins quorum.
38
39 -v, --verbose
40 be more verbose.
41
43 ceph-create-keys is part of Ceph, a massively scalable, open-source,
44 distributed storage system. Please refer to the Ceph documentation at
45 http://ceph.com/docs for more information.
46
48 ceph(8)
49
51 2010-2021, Inktank Storage, Inc. and contributors. Licensed under Cre‐
52 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
53
54
55
56
57dev May 13, 2021 CEPH-CREATE-KEYS(8)