2013-04-30 01:51:05 +00:00
|
|
|
=============
|
|
|
|
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
|
2014-07-09 05:45:08 +00:00
|
|
|
privileges, use the ``admin`` command. ::
|
2013-04-30 01:51:05 +00:00
|
|
|
|
|
|
|
ceph-deploy admin {host-name [host-name]...}
|
|
|
|
|
|
|
|
|
|
|
|
Deploy Config File
|
|
|
|
==================
|
|
|
|
|
|
|
|
To send an updated copy of the Ceph configuration file to hosts
|
2013-05-06 23:37:12 +00:00
|
|
|
in your cluster, use the ``config push`` command. ::
|
2013-04-30 01:51:05 +00:00
|
|
|
|
2013-05-06 23:37:12 +00:00
|
|
|
ceph-deploy config push {host-name [host-name]...}
|
2013-04-30 01:51:05 +00:00
|
|
|
|
|
|
|
.. 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}``).
|
|
|
|
|
2013-05-06 23:37:12 +00:00
|
|
|
Retrieve Config File
|
|
|
|
====================
|
|
|
|
|
|
|
|
To retrieve a copy of the Ceph configuration file from a host
|
|
|
|
in your cluster, use the ``config pull`` command. ::
|
|
|
|
|
|
|
|
ceph-deploy config pull {host-name [host-name]...}
|