]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Moved install to the second step, from the first step.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 6 May 2013 17:50:24 +0000 (10:50 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 6 May 2013 17:50:24 +0000 (10:50 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/quick-ceph-deploy.rst

index 1835fbf1c0b09a960db75ec6fd7df34cc0e67cb2..066626ae824a081a7a5bc011a388afa5c526e665 100644 (file)
@@ -31,20 +31,6 @@ for maintaining the configuration of your cluster. ::
    current directory.
 
 
-Install Ceph
-============
-
-To install Ceph on your server, open a command line on your client
-machine and type the following::
-
-       ceph-deploy install {server-name}[,{server-name}]
-       ceph-deploy install --stable cuttlefish ceph-server
-
-Without additional arguments, ``ceph-deploy`` will install the most recent
-stable Ceph package to the host machine. See `ceph-deploy install -h`_ for
-additional details.
-
-
 Create a Cluster
 ================
 
@@ -69,6 +55,20 @@ See `ceph-deploy new -h`_ for additional details.
                osd crush chooseleaf type = 0 
 
 
+Install Ceph
+============
+
+To install Ceph on your server, open a command line on your client
+machine and type the following::
+
+       ceph-deploy install {server-name}[,{server-name}]
+       ceph-deploy install --stable cuttlefish ceph-server
+
+Without additional arguments, ``ceph-deploy`` will install the most recent
+stable Ceph package to the host machine. See `ceph-deploy install -h`_ for
+additional details.
+
+
 Add a Monitor
 =============