From: John Wilkins Date: Mon, 4 Nov 2013 22:57:41 +0000 (-0800) Subject: doc: Mentioned that install procedure is for manual deployments, not ceph-deploy... X-Git-Tag: v0.73~28^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F799%2Fhead;p=ceph.git doc: Mentioned that install procedure is for manual deployments, not ceph-deploy or others. Signed-off-by: John Wilkins --- diff --git a/doc/install/install-storage-cluster.rst b/doc/install/install-storage-cluster.rst index 94cddf08b1dc..873e3f4594a8 100644 --- a/doc/install/install-storage-cluster.rst +++ b/doc/install/install-storage-cluster.rst @@ -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 ==================