mirror of
https://github.com/ceph/ceph
synced 2024-12-12 06:28:31 +00:00
f2c4510848
This should help simplify Chef etc deployments. Now (when using the Upstart jobs), when a ceph-mon is started, ceph-create-admin-key is triggered. If /etc/ceph/$cluster.client.admin.keyring already exists, it does nothing; otherwise, it waits for ceph-mon to reach quorum, and then does a "ceph auth get-or-create" to create the key, and writes it atomically to disk. The equivalent code can be removed from the Chef cookbook once this is in.
27 lines
703 B
Plaintext
27 lines
703 B
Plaintext
usr/bin/ceph-clsinfo
|
|
usr/bin/crushtool
|
|
usr/bin/monmaptool
|
|
usr/bin/osdmaptool
|
|
usr/bin/ceph-run
|
|
usr/bin/ceph-mon
|
|
usr/bin/ceph-osd
|
|
usr/bin/ceph-debugpack
|
|
sbin/ceph-disk-prepare usr/sbin/
|
|
sbin/ceph-disk-activate usr/sbin/
|
|
sbin/ceph-create-keys usr/sbin/
|
|
sbin/mkcephfs
|
|
usr/lib/ceph/ceph_common.sh
|
|
usr/lib/rados-classes/*
|
|
usr/share/doc/ceph/sample.ceph.conf
|
|
usr/share/doc/ceph/sample.fetch_config
|
|
usr/share/man/man8/ceph-mon.8
|
|
usr/share/man/man8/ceph-osd.8
|
|
usr/share/man/man8/mkcephfs.8
|
|
usr/share/man/man8/ceph-run.8
|
|
usr/share/man/man8/crushtool.8
|
|
usr/share/man/man8/osdmaptool.8
|
|
usr/share/man/man8/monmaptool.8
|
|
usr/share/man/man8/ceph-clsinfo.8
|
|
usr/share/man/man8/ceph-debugpack.8
|
|
etc/bash_completion.d/ceph
|