]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Mentioned that install procedure is for manual deployments, not ceph-deploy... 799/head
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 4 Nov 2013 22:57:41 +0000 (14:57 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 4 Nov 2013 22:57:41 +0000 (14:57 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/install-storage-cluster.rst

index 94cddf08b1dc9a58e33f6e3cfb909b320e668638..873e3f4594a88a1a6296e198854a3f1cec4895d0 100644 (file)
@@ -2,6 +2,14 @@
  Install Ceph Storage Cluster
 ==============================
 
+This guide describes installing Ceph packages manually. This procedure
+is only for users who are not installing with a deployment tool such as
+``ceph-deploy``, ``chef``, ``juju``, etc. 
+
+.. tip:: You can also use ``ceph-deploy`` to install Ceph packages, which may
+   be more convenient since you can install ``ceph`` on multiple hosts with
+   a single command.
+
 
 Installing with APT
 ===================
@@ -11,8 +19,7 @@ update APT's database and install Ceph::
 
        sudo apt-get update && sudo apt-get install ceph ceph-mds
 
-       
-       
+
 Installing with RPM
 ===================
 
@@ -25,9 +32,6 @@ Once you have added either release or development packages, or added a
 
        sudo yum install ceph
 
-.. note:: You can also use ``ceph-deploy`` to install Ceph packages.
-
-
 Installing a Build
 ==================