]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added admin tasks page for ceph-deploy.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 30 Apr 2013 01:51:05 +0000 (18:51 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 30 Apr 2013 01:51:05 +0000 (18:51 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/ceph-deploy-admin.rst [new file with mode: 0644]

diff --git a/doc/rados/deployment/ceph-deploy-admin.rst b/doc/rados/deployment/ceph-deploy-admin.rst
new file mode 100644 (file)
index 0000000..640a6c4
--- /dev/null
@@ -0,0 +1,31 @@
+=============
+ Admin Tasks
+=============
+
+Once you have set up a cluster with ``ceph-deploy``, you may 
+provide the client admin key and the Ceph configuration file
+to another host so that a user on the host may use the ``ceph``
+command line as an administrative user.
+
+
+Create an Admin Host
+====================
+
+To enable a host to execute ceph commands with administrator
+priveleges, use the ``admin`` command. ::
+
+       ceph-deploy admin {host-name [host-name]...}
+       
+
+Deploy Config File
+==================
+
+To send an updated copy of the Ceph configuration file to hosts
+in your cluster, use the ``config`` command. ::
+
+       ceph-deploy config {host-name [host-name]...}
+       
+.. tip:: With a base name and increment host-naming convention, 
+   it is easy to deploy configuration files via simple scripts
+   (e.g., ``ceph-deploy config hostname{1,2,3,4,5}``).
+