X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fdoc%2Frados%2Fdeployment%2Fceph-deploy-admin.rst;fp=src%2Fceph%2Fdoc%2Frados%2Fdeployment%2Fceph-deploy-admin.rst;h=a91f69cfdf33d6beb25177c0d9589927a9cb11e1;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/doc/rados/deployment/ceph-deploy-admin.rst b/src/ceph/doc/rados/deployment/ceph-deploy-admin.rst new file mode 100644 index 0000000..a91f69c --- /dev/null +++ b/src/ceph/doc/rados/deployment/ceph-deploy-admin.rst @@ -0,0 +1,38 @@ +============= + 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 +privileges, 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 push`` command. :: + + ceph-deploy config push {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}``). + +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]...}