From: John Wilkins Date: Mon, 6 May 2013 23:37:12 +0000 (-0700) Subject: doc: Updated usage for push | pull. X-Git-Tag: v0.62~21 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1cfc6e3bd552b4bcb33f5051c1f0a5940f8c1eb4;p=ceph.git doc: Updated usage for push | pull. Signed-off-by: John Wilkins --- diff --git a/doc/rados/deployment/ceph-deploy-admin.rst b/doc/rados/deployment/ceph-deploy-admin.rst index 640a6c4ed3b3..8e290abfe403 100644 --- a/doc/rados/deployment/ceph-deploy-admin.rst +++ b/doc/rados/deployment/ceph-deploy-admin.rst @@ -21,11 +21,18 @@ Deploy Config File ================== To send an updated copy of the Ceph configuration file to hosts -in your cluster, use the ``config`` command. :: +in your cluster, use the ``config push`` command. :: - ceph-deploy config {host-name [host-name]...} + 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]...}