]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated usage for push | pull.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 6 May 2013 23:37:12 +0000 (16:37 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 6 May 2013 23:37:12 +0000 (16:37 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/deployment/ceph-deploy-admin.rst

index 640a6c4ed3b399bdecf2081b9388216bffb8dcfe..8e290abfe403665a105d27de7f7134565a03a189 100644 (file)
@@ -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]...}