ceph/doc/rados/deployment/ceph-deploy-admin.rst
John Wilkins 3c46c519c8 doc: Added admin tasks page for ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-04-29 18:51:05 -07:00

32 lines
852 B
ReStructuredText

=============
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}``).