From: John Wilkins Date: Tue, 30 Apr 2013 01:51:05 +0000 (-0700) Subject: doc: Added admin tasks page for ceph-deploy. X-Git-Tag: v0.61~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3c46c519c833419f629956ebbe03300cdf6514a2;p=ceph.git doc: Added admin tasks page for ceph-deploy. Signed-off-by: John Wilkins --- diff --git a/doc/rados/deployment/ceph-deploy-admin.rst b/doc/rados/deployment/ceph-deploy-admin.rst new file mode 100644 index 000000000000..640a6c4ed3b3 --- /dev/null +++ b/doc/rados/deployment/ceph-deploy-admin.rst @@ -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}``). +