From: Owen Synge Date: Fri, 20 May 2016 11:25:13 +0000 (+0200) Subject: [fix-remove-ceph-create-keys-dep_cp] docs.source.admin: Add admin documentation X-Git-Tag: v1.5.34~5^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ee78731ff69f0d6fc238001c725b0be331e4cdcc;p=ceph-deploy.git [fix-remove-ceph-create-keys-dep_cp] docs.source.admin: Add admin documentation The admin command did not have and documentation. Signed-off-by: Owen Synge --- diff --git a/docs/source/admin.rst b/docs/source/admin.rst new file mode 100644 index 0000000..8ae7395 --- /dev/null +++ b/docs/source/admin.rst @@ -0,0 +1,26 @@ +.. _admin: + +admin +======= +The ``admin`` subcommand provides an interface to add to the cluster's admin +node. + +Example +------- +To make a node and admin node run:: + + ceph-deploy admin ADMIN [ADMIN..] + +This places the the cluster configuration and the admin keyring on the remote +nodes. + +Admin node definition +--------------------- + +The definition of an admin node is that both the cluster configuration file +and the admin keyring. Both of these files are stored in the directory +/etc/ceph and thier prefix is that of the cluster name. + +The default ceph cluster name is "ceph". So with a cluster with a default name +the admin keyring is named /etc/ceph/ceph.client.admin.keyring while cluster +configuration file is named /etc/ceph/ceph.conf.