From ee78731ff69f0d6fc238001c725b0be331e4cdcc Mon Sep 17 00:00:00 2001 From: Owen Synge Date: Fri, 20 May 2016 13:25:13 +0200 Subject: [PATCH] [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 --- docs/source/admin.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/source/admin.rst 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. -- 2.47.3